summaryrefslogtreecommitdiff
path: root/game.scm
Commit message (Collapse)AuthorAgeFilesLines
* Use proper asset path and launcher binary.David Thompson2016-05-151-348/+0
|
* Factor out sound and rendering procedures.David Thompson2016-05-151-173/+3
|
* Factor out all game model code into the relevant modules.David Thompson2016-05-151-786/+0
|
* Extract data types into their own modules.David Thompson2016-05-151-80/+17
|
* Fix build and add a silly name.David Thompson2016-05-091-2/+3
|
* Finish game! (for now?)David Thompson2016-05-091-46/+359
|
* Add waves and tweak win conditions.David Thompson2016-05-071-28/+84
|
* Add intro, game over, and game complete screens.David Thompson2016-05-051-19/+104
|
* Increase player bullet speed.David Thompson2016-05-051-1/+1
|
* Add chaining.David Thompson2016-05-041-10/+59
|
* Change default player position.David Thompson2016-05-041-1/+1
|
* Render explosions.David Thompson2016-05-031-5/+27
|
* Animate enemies.David Thompson2016-05-031-1/+9
|
* Add a bigger hitbox for absorbing bullets.David Thompson2016-05-031-20/+29
|
* Add collision detection, score accumulation, and more!David Thompson2016-04-301-34/+339
|
* Add project base code and assets.David Thompson2016-04-301-0/+519