Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Draw

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Draw is a drawing game. A drawing will be randomly generated on the right hand side and you need to replicate it on the left hand side. However you are using a new dual-feature pen that writes and erases.

  ╔═════╬═════╗ ╔═════╬═════╗
  ║...........║ ║...........║
  ║...........║ ║...█.███...║
  ║...........║ ║..█....██..║
  ║...........║ ║...███..█..║
  ║...........║ ║.█..█..█.█.║
  ╬...........╬ ╬.██.████...╬
  ║...........║ ║.██..█.....║
  ║...........║ ║..██..██...║
  ║...........║ ║..███.██...║
  ║...........║ ║...██.█....║
  ║...........║ ║...........║
  ╚═════╬═════╝ ╚═════╬═════╝

Input

  • , , , , W, A, S, D: draw
  • end, home: jump to new drawing
  • enter: play again
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64