summaryrefslogtreecommitdiff
path: root/examples/guile-2048/guile-2048.scm
Commit message (Collapse)AuthorAgeFilesLines
* s/guile-2048/2048/David Thompson2014-05-211-482/+0
|
* Rename game loop procedures and remove parameter.David Thompson2014-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | * 2d/game.scm (tick-interval): No longer a parameter. (run-game-loop, start-game-loop): Rename. (quit-game, stop-game-loop): Rename. * examples/animation.scm: Use start-game-loop and stop-game-loop. * examples/common.scm: Use start-game-loop and stop-game-loop. * examples/coroutine.scm: Use start-game-loop and stop-game-loop. * examples/font.scm: Use start-game-loop and stop-game-loop. * examples/guile-2048/guile-2048.scm: Use start-game-loop and stop-game-loop. * examples/particles.scm: Use start-game-loop and stop-game-loop. * examples/simple.scm: Use start-game-loop and stop-game-loop. * examples/tilemap.scm: Use start-game-loop and stop-game-loop.
* Rename example file.David Thompson2014-03-311-0/+482
* examples/guile-2048/guile-2048: Rename. * examples/guile-2048/guile-2048.scm: New file.