mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-02-02 09:33:34 +00:00
Jeremy Rand
7368281d58
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.
…
BuGS
This is an attempt to write an arcade game for the Apple //gs, inspired by one of my all-time favourites.
Languages
Assembly
82.4%
C
8.7%
Perl
3.6%
Makefile
2.9%
Shell
2.4%