summaryrefslogtreecommitdiff
path: root/game.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add state reset.David Thompson2023-10-221-1/+37
|
* Enemies with cancellable scripts.David Thompson2023-10-221-55/+71
|
* Add some more placeholder level.David Thompson2023-10-221-2/+30
|
* Add a bunch of sound effects.David Thompson2023-10-221-32/+84
|
* Fix enemy collision, collide player with enemies.David Thompson2023-10-221-31/+51
|
* Player can be hit by enemy bullets.David Thompson2023-10-221-1/+12
|
* Fix scheduler, add player lives, update player sprite.David Thompson2023-10-221-32/+73
|
* Enemy bullets and level scrolling.David Thompson2023-10-221-92/+170
|
* Enemies that can take damage from player bullets.David Thompson2023-10-221-72/+182
|
* Day 1 progress.David Thompson2023-10-221-0/+527