An arcade game for the Apple //GS
Go to file
2020-10-17 16:36:12 -04:00
BuGS Add the data about the different levels from a centipede segment perspective. 2020-10-17 16:36:12 -04:00
BuGS.xcodeproj Hook up the score. Shooting fleas, spiders, scorpions or segments will increase the score. We track the score in two ways. One is just as a 32-bit unsigned integer for doing numeric comparisons on the score (say to the high score list to be implemented in the future) and secondly as a series of numeric digits displayed in a tile. Both are updated. 2020-10-13 23:24:15 -04: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

BuGS

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