diff options
author | chai <chaifix@163.com> | 2018-09-02 19:49:27 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-02 19:49:27 +0800 |
commit | cf608a2af7106f9901bc0632c96594d2c938b416 (patch) | |
tree | ad18a2edd0c8e1bc26e668d321d24af34ff3ac25 /bump/README.md | |
parent | 340861d2a5e4391e2f1671663f6812f1228a4c78 (diff) |
*update
Diffstat (limited to 'bump/README.md')
-rw-r--r-- | bump/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bump/README.md b/bump/README.md new file mode 100644 index 0000000..17521c7 --- /dev/null +++ b/bump/README.md @@ -0,0 +1,14 @@ +# bump.lua simple demo + +This is the simple demo of [bump.lua](http://github.com/kikito/bump.lua) + +It requires [LÖVE](http://love2d.org) to work properly. + +This simple demo creates a world populated by random boxes, and allows to move a player around using the keyboard arrow keys. The player has constant velocity +and can will "slide" over the boxes without penetrating them, similarly to some classic games such as Zelda. + +Pressing TAB will display some debug information. + + + + |