BuGS/BuGS
2020-07-20 23:04:27 -04:00
..
make
sprites Start to get scorpion support into the game. 2020-07-20 23:04:27 -04:00
colour.s
game.h Not sure why this change didn't go with the previous commit. 2020-07-19 15:16:20 -04:00
game.s Start to get scorpion support into the game. 2020-07-20 23:04:27 -04:00
gameFlea.s Add support for shooting fleas. When a flea is shot once, it accelerates its drop to the bottom. On the second shot, it explodes. 2020-07-20 00:05:18 -04:00
gameScorpion.s Start to get scorpion support into the game. 2020-07-20 23:04:27 -04:00
main.c Update the flea sprite as it drops. Add random routines. Thanks to John Brooks for those. Use the random routines to pick a column for the flea to drop from. Also, randomly leave behind a mushroom as it falls. 2020-07-19 15:15:45 -04:00
main.h
main.rez
Makefile
random.s Update the flea sprite as it drops. Add random routines. Thanks to John Brooks for those. Use the random routines to pick a column for the flea to drop from. Also, randomly leave behind a mushroom as it falls. 2020-07-19 15:15:45 -04:00
tiles.c A bunch of optimizations to reduce the number of instructions to draw tiles. 2020-07-17 02:46:36 -04:00
tiles.h A bunch of optimizations to reduce the number of instructions to draw tiles. 2020-07-17 02:46:36 -04:00