Drawing with Arrays
Instructions

How it works!
Create a pixel drawing by writing it out in this format:
colour_code colour_code....break .

The colour_codes available currently can be seen in the list below.

Add 'break' where you want a row to end.

For Example:
BL W BL W BL break
W BL W BL W break
BL W BL W BL break
W BL W BL W break
BL W BL W BL break

Will give a simple 5x5 black and white chessboard.

Some pre-defined drawings can be found at the bottom of the page.
Hide











Instructions
Reset Input
Draw!


Show