An arcade game for the Apple //GS
Go to file
2020-11-19 23:45:23 -05:00
BuGS Fix a crash that would happen if the last centipede segment collided with the player. Both level and player code was trying to start the next level and the corrupted things badly. Now, the level code is always responsible for starting the next level. The player code only restarts a level when the player dies and doesn't finish the level. 2020-11-19 23:45:23 -05:00
BuGS.xcodeproj Explode a bug when it crashes into the player. When the last segment collides with the player, go onto the next level. 2020-11-18 23:36:01 -05:00
BUGS.md Fix a crash that would happen if the last centipede segment collided with the player. Both level and player code was trying to start the next level and the corrupted things badly. Now, the level code is always responsible for starting the next level. The player code only restarts a level when the player dies and doesn't finish the level. 2020-11-19 23:45:23 -05:00
LICENSE Add a readme and license file. 2020-06-17 00:02:46 -04:00
README.md Add a readme and license file. 2020-06-17 00:02:46 -04:00
TODO.md Explode a bug when it crashes into the player. When the last segment collides with the player, go onto the next level. 2020-11-18 23:36:01 -05:00

BuGS

This is an attempt to write an arcade game for the Apple //gs, inspired by one of my all-time favourites.