An arcade game for the Apple //GS
Go to file
2020-12-28 00:48:49 -05:00
BuGS Add the new icon from fatdog. 2020-12-28 00:48:49 -05:00
BuGS.xcodeproj Add the scorpion sounds. 2020-12-23 14:54:17 -05:00
ACKNOWLEDGEMENTS.md Also change the volume to 0 for looping sounds which are to be stopped. 2020-12-25 00:38:58 -05:00
BUGS.md I believe I have fixed the invisible mushroom bug. I have inspected all of the code which sets a tileType to something that didn't mark the tile as dirty. I believe the problem occurred because the code in update which placed/changed mushrooms assumed that the draw code which then mark the tile as dirty because the bug which caused the change which dirty that tile. But that is an assumption. If the bug is shot, perhaps the draw routine will not mark the tile dirty. So, now the tile is always marked dirty right at the point where the mushroom is placed. I believe this will fix the problem but more play testing is required to confirm I don't see it anymore. 2020-12-26 15:26:19 -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 Also change the volume to 0 for looping sounds which are to be stopped. 2020-12-25 00:38:58 -05:00

BuGS

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