add readme.

This commit is contained in:
trans_soup 2023-10-27 14:42:18 +02:00
parent 2ca7cb9ecb
commit ccd06091d7
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
you control the green square with the arrow keys. if you touch the red things, you restart the current level. your goal is to get to the yellow square.
as color is currently the only difference (besides shape) between player, enemies, and goal, you probably won't be able to play this if you have certain kinds of colorblindness. the colors you have to be able to differentiate in this game are #f00 (red), #0f0 (green), and #880 (yellow).
this game is a work in progress. currently, the last level simply restarts once you reach the end.