summaryrefslogtreecommitdiff
path: root/2d/game.scm
Commit message (Expand)AuthorAgeFilesLines
* Use the new scene/stage API.David Thompson2013-10-231-76/+19
* Re-export new procedures from game-loop module.David Thompson2013-10-231-0/+5
* Add a paused flag in addition to the running flag.David Thompson2013-10-231-2/+2
* Rename scene draw and update procedures.David Thompson2013-09-151-2/+2
* Export current-fps from game module.David Thompson2013-09-081-1/+2
* Create a scene stack interface.David Thompson2013-09-061-1/+4
* Create copies of the default events alist for safety.David Thompson2013-09-061-2/+5
* Prevent circular dependency by moving core game data structures to another mo...David Thompson2013-09-061-27/+57
* Add a *running* flag to the game loop.David Thompson2013-09-061-10/+15
* Create (2d game) module.David Thompson2013-09-061-0/+66