An arcade game for the Apple //GS
Go to file
2020-12-02 23:51:06 -05:00
BuGS Fix a long standing bug I have ignored for too long. When adding centipede segments on the left or right, if there was a mushroom right where the segment was arriving, it would try to change direction even though it was still mostly off-screen. This lead to some very strange segment tracks that should never happen. I have added code to ignore blocking mushrooms and not change direction when the segment is partially off-screen. 2020-12-02 23:51:06 -05:00
BuGS.xcodeproj Add the code to prevent the player from passing through a mushroom. 2020-12-01 23:37:17 -05:00
BUGS.md Fix a long standing bug I have ignored for too long. When adding centipede segments on the left or right, if there was a mushroom right where the segment was arriving, it would try to change direction even though it was still mostly off-screen. This lead to some very strange segment tracks that should never happen. I have added code to ignore blocking mushrooms and not change direction when the segment is partially off-screen. 2020-12-02 23:51:06 -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 Add the code to reset the mushrooms after death. 2020-11-24 23:44:50 -05:00

BuGS

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