1
Fork 0

added readme.md

This commit is contained in:
Andy Killorin 2021-05-06 10:29:50 -05:00
parent 6e5a36738f
commit d0587569f4
No known key found for this signature in database
GPG key ID: 549CE32BAC1E3D4B
2 changed files with 17 additions and 0 deletions

BIN
images/risetofall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

17
readme.md Normal file
View file

@ -0,0 +1,17 @@
# risetofall
simple inertial platformer
![risetofall demo image](images/risetofall.png)
controls:
control | action
---|---
`w`|jump
`a`|strafe left
`d`|strafe right
`space`|invert gravity
download:
[latest release](https://github.com/Speedy6451/risetofall/releases/latest)
For platforms other than OS X, download source and run `cli.py`.