Commit Graph

117 Commits

Author SHA1 Message Date
Rob McMullen
159e8aed36 Fixed name of asmgen-generated products 2018-07-20 08:47:19 -07:00
Rob McMullen
2f0a592d58 Added uniqueness check to rnd number seed generator
* some seeds were being marked as valid when they had repeating patterns
2017-08-29 09:03:02 -07:00
Rob McMullen
e377daf598 Added brute-force random seed generator for the ADC/XOR simple random number generator 2017-08-29 08:25:27 -07:00
Rob McMullen
73cf41adef Added images to README 2017-08-17 19:57:58 -07:00
Rob McMullen
4177279c1b Updated README 2017-08-17 18:46:00 -07:00
Rob McMullen
3a81d6abbf README updates 2017-08-17 18:29:04 -07:00
Rob McMullen
99e93ecd46 New font for my name on title screen 2017-08-17 18:28:46 -07:00
Rob McMullen
6c96e8a548 Changed title page font for name; don't switch back to tohgr at line 167 when generating HGR screen 2017-08-17 17:59:31 -07:00
Rob McMullen
9d50e7c9ef Added v1 disk image 2017-08-17 16:01:35 -07:00
Rob McMullen
0a91defaf5 Added version number to disk image 2017-08-17 13:51:11 -07:00
Rob McMullen
f9ed6b8563 Updated README 2017-08-17 13:48:14 -07:00
Rob McMullen
074e9fc045 changed target name to fujirun.dsk 2017-08-17 13:44:22 -07:00
Rob McMullen
891103e90a Updated kansasfest image 2017-08-17 13:44:12 -07:00
Rob McMullen
a6128ddeb2 Added to the README 2017-08-17 11:26:05 -07:00
Rob McMullen
e9ef3f6a64 Added pre-generated HGR screens so you don't need tohgr unless rebuilding images 2017-08-17 10:12:39 -07:00
Rob McMullen
818e821b4f Increased delay after scrolling FujiRun title screen into view 2017-08-17 10:05:15 -07:00
Rob McMullen
bd15ea8220 Updated hackfest title screen 2017-08-17 10:05:02 -07:00
Rob McMullen
17477ef84f Cleaned up the midpoint crossing algorithm 2017-08-02 12:56:27 -07:00
Rob McMullen
ebb1cae8d2 Added debug check for boundary crossing in text screen or tile movement 2017-08-02 12:27:41 -07:00
Rob McMullen
e1a7386f96 Clear $800 for variable storage & reordered vars so X stuff and Y stuff is grouped together 2017-08-02 11:36:24 -07:00
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
51ef7374a9 Added initial README 2017-07-28 06:38:37 -07:00
Rob McMullen
9c23002ff3 Added Peter Ferrie's lz4 decompressor to hold title screen so it can be reused 2017-07-28 06:13:58 -07:00
Rob McMullen
84ea6ddce0 Replaced the partycrasher logo with player/missile. Don't want to tempt the ire of the shambling zombified remains of Atari 2017-07-26 11:16:06 -07:00
Rob McMullen
241cc9fe72 Converted to asmgen (renamed from quicksprite) 2017-07-26 11:00:20 -07:00
Rob McMullen
070aa30c81 Added scrolling wipe for thanks screen 2017-07-25 17:57:16 -07:00
Rob McMullen
00135b3d2a Moved debug random test to debug.s 2017-07-25 16:30:48 -07:00
Rob McMullen
38c286876e Moved another font drawing routine to platform file 2017-07-25 16:27:35 -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
25fc49872f Moved damage functions to background.s 2017-07-25 16:10:44 -07:00
Rob McMullen
23980e303f Moved screen functions to platform-apple2 2017-07-25 15:51:25 -07:00
Rob McMullen
7b6cf0c762 Moved all generated code and build products into build-apple2 directory 2017-07-25 15:17:24 -07:00
Rob McMullen
4e6a8ecf20 First cut at separating out platform specific stuff 2017-07-25 15:01:06 -07:00
Rob McMullen
03d912eaba Removed unused sprite graphic 2017-07-25 14:26:08 -07:00
Rob McMullen
4c4deafbfa Grouped global constants into a single file 2017-07-25 14:22:36 -07:00
Rob McMullen
a625fb352b Beginning commenting before public release 2017-07-25 14:06:51 -07:00
Rob McMullen
d791130c06 Turned antialiasing off for text on title screen 2017-07-25 13:56:12 -07:00
Rob McMullen
b4d599d060 Cleanup of box painting and damage_maze 2017-07-24 19:52:57 -07:00
Rob McMullen
ca6452e48d Removed background test code 2017-07-24 19:35:43 -07:00
Rob McMullen
36a1e3c1d5 Fixed makefile for tohgr path 2017-07-24 19:17:11 -07:00
Rob McMullen
dc749cd1e6 Added game over text 2017-07-22 14:38:36 -07:00
Rob McMullen
c186a55b33 Added parameter for wipe delay 2017-07-22 14:38:03 -07:00
Rob McMullen
c89c1cd226 Added thank yous 2017-07-22 14:37:25 -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
62976be9e8 Fixed player freeze above row 5 2017-07-22 08:22:15 -07:00
Rob McMullen
c3fa960fc3 Fixed amidar cornering 2017-07-22 08:09:11 -07:00
Rob McMullen
10e8682f2f Fixed orbiter direction at corners going down 2017-07-22 07:47:12 -07:00