Skip to content

Files

Latest commit

518a690 · Dec 13, 2023

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 2, 2023
Dec 13, 2023
May 31, 2023

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