6 kyu

ASCII Fun #3: Puzzle Tiles

139 of 434zruF

Description:

Because my other two parts of the serie were pretty well received I decided to do another part.

Puzzle Tiles

You will get two Integer n(width) and m (height) and your task is to draw following pattern. Each line is seperated with '\n'.

  • Both integers are equal or greater than 1. No need to check for invalid parameters.
  • There are no whitespaces at the end of each line.

For example, for width = 4 and height = 3, you should draw the following pattern:

   _( )__ _( )__ _( )__ _( )__
 _|     _|     _|     _|     _|
(_   _ (_   _ (_   _ (_   _ (_
 |__( )_|__( )_|__( )_|__( )_|
 |_     |_     |_     |_     |_
  _) _   _) _   _) _   _) _   _)
 |__( )_|__( )_|__( )_|__( )_|
 _|     _|     _|     _|     _|
(_   _ (_   _ (_   _ (_   _ (_
 |__( )_|__( )_|__( )_|__( )_|
                                      

For more informations take a look in the test cases!

Serie: ASCII Fun

ASCII Fun #1: X-Shape

ASCII Fun #2: Funny Dots

ASCII Fun #3: Puzzle Tiles

ASCII Fun #4: Build a pyramid

ASCII Art

Stats:

CreatedJun 19, 2017
PublishedJun 19, 2017
Warriors Trained1693
Total Skips66
Total Code Submissions1807
Total Times Completed434
JavaScript Completions139
CoffeeScript Completions8
Python Completions211
C# Completions54
Java Completions36
PHP Completions12
Go Completions14
Total Stars36
% of votes with a positive feedback rating94% of 96
Total "Very Satisfied" Votes85
Total "Somewhat Satisfied" Votes11
Total "Not Satisfied" Votes0
Total Rank Assessments5
Average Assessed Rank
5 kyu
Highest Assessed Rank
5 kyu
Lowest Assessed Rank
6 kyu
Ad
Contributors
  • zruF Avatar
  • Blind4Basics Avatar
  • hobovsky Avatar
  • Lixfeld Avatar
  • CharliesName Avatar
  • avermakov Avatar
  • cwps Avatar
  • LosBlobbos Avatar
Ad