BuGS/BuGS
2020-07-18 22:11:20 -04:00
..
make Well, it launches, clears the screen, waits for a key and then quits. But it is a start. 2020-06-10 23:51:53 -04:00
sprites A bunch of optimizations to reduce the number of instructions to draw tiles. 2020-07-17 02:46:36 -04:00
colour.s Change the way colour works to make it cheaper to overwrite any background colour with green which will make drawing centipede segments faster. 2020-06-28 22:21:32 -04:00
game.h Well, it launches, clears the screen, waits for a key and then quits. But it is a start. 2020-06-10 23:51:53 -04:00
game.s Add some code to support animating fleas in the game. 2020-07-18 22:11:20 -04:00
gameFlea.s Add some code to support animating fleas in the game. 2020-07-18 22:11:20 -04:00
main.c Add some more code for background tiles. 2020-07-15 23:10:25 -04:00
main.h Well, it launches, clears the screen, waits for a key and then quits. But it is a start. 2020-06-10 23:51:53 -04:00
main.rez Well, it launches, clears the screen, waits for a key and then quits. But it is a start. 2020-06-10 23:51:53 -04:00
Makefile Create all of the left facing head segment sprites. 2020-07-04 02:45:53 -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