Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 2.51 KB

README.md

File metadata and controls

55 lines (45 loc) · 2.51 KB

Draw

flat Language C# Target Framework Build Discord

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