An arcade game for the Apple //GS
Go to file
Jeremy Rand 36617cbf9d Lay some more groundwork for animating centipede segments. We now have an array of 96 (97 actually) entries which describe the position of the segment now or in the past. By keeping past information, body segments which follow head segments will take no calculation to update. We just have to animate head segments and body segments will follow them 8 pixels behind automatically. 2020-09-07 22:35:32 -04:00
BuGS Lay some more groundwork for animating centipede segments. We now have an array of 96 (97 actually) entries which describe the position of the segment now or in the past. By keeping past information, body segments which follow head segments will take no calculation to update. We just have to animate head segments and body segments will follow them 8 pixels behind automatically. 2020-09-07 22:35:32 -04:00
BuGS.xcodeproj Use macros to reduce the copy/pasted code for marking tiles as dirty. Rough out the support for body and head segments. 2020-07-30 23:34:48 -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

README.md

BuGS

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