blob: 17521c7a9069e0688a5d71bb6499941e201f5251 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.

|