Commit Graph

22 Commits

Author SHA1 Message Date
Rob McMullen b1a142d0f0 Added comments; changed zero page so it will mostly work on the atari 2017-08-01 19:27:54 -07:00
Rob McMullen ac27db193f Workaround for starting with one point before the player moves 2017-07-25 16:14:51 -07:00
Rob McMullen 23980e303f Moved screen functions to platform-apple2 2017-07-25 15:51:25 -07:00
Rob McMullen 4c4deafbfa Grouped global constants into a single file 2017-07-25 14:22:36 -07:00
Rob McMullen f606b4073f Fixed regeneration 2017-07-22 12:56:28 -07:00
Rob McMullen 453641d8e2 Initial state machine for player status 2017-07-22 12:47:55 -07:00
Rob McMullen e38d57d144 Fixed sub-tile movement for player 2017-07-22 12:05:22 -07:00
Rob McMullen 552ee3b894 Added lives remaining display; reduced score display to 5 digits & lowered scoring values to more like a 1980 game 2017-07-22 08:46:09 -07:00
Rob McMullen b665c92c4d Initial amidar movement 2017-07-22 07:32:21 -07:00
Rob McMullen 6daefa7bfb Added 6 digit score 2017-07-21 22:26:32 -07:00
Rob McMullen 152cac3ded Initial score panel display 2017-07-21 22:10:29 -07:00
Rob McMullen 27ee9349cb Corrected midpoint tile changes for orbiter & higher speeds 2017-07-21 20:57:25 -07:00
Rob McMullen 85fb9cd036 Orbiter working for direction change 2017-07-21 19:30:23 -07:00
Rob McMullen faf97fc4b7 Argh. Forgot an rts, the lack of which was sending init_amidar into init_player 2017-07-21 15:37:58 -07:00
Rob McMullen 275396cf56 Added fuji sprite for amidars 2017-07-21 13:48:01 -07:00
Rob McMullen 961310fd02 added box marking (but not painting yet) 2017-07-21 11:53:23 -07:00
Rob McMullen 6e2e584ba7 Fixed x offset of player so it didn't intrude an extra byte into the score area 2017-07-20 21:55:08 -07:00
Rob McMullen 0afa3a6b64 changed player row/col lookup to center on maze lines 2017-07-20 18:37:17 -07:00
Rob McMullen d2fd62cd34 Moved all actor* storage to page 8 2017-07-20 15:09:45 -07:00
Rob McMullen 1d8a1d8c66 Added some debug hex printing and better player init 2017-07-20 13:43:49 -07:00
Rob McMullen c5882e7622 WIP player movement 2017-07-20 11:40:35 -07:00
Rob McMullen 5e7a46c5ff WIP for actor movement 2017-07-19 19:35:59 -07:00