Apple II+ clone of Amidar
Go to file
2017-07-28 06:38:37 -07:00
actors.s Workaround for starting with one point before the player moves 2017-07-25 16:14:51 -07:00
apple-sprite9x11.png
atari-sprite9x11.png
atari.png
background.s Moved another font drawing routine to platform file 2017-07-25 16:27:35 -07:00
constants.s Moved screen functions to platform-apple2 2017-07-25 15:51:25 -07:00
debug.s Moved debug random test to debug.s 2017-07-25 16:30:48 -07:00
fatfont128.dat
kansasfest-hackfest.png 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
LICENSE
logic.s Moved screen functions to platform-apple2 2017-07-25 15:51:25 -07:00
lz4.s Added Peter Ferrie's lz4 decompressor to hold title screen so it can be reused 2017-07-28 06:13:58 -07:00
macros.s
main.s Added Peter Ferrie's lz4 decompressor to hold title screen so it can be reused 2017-07-28 06:13:58 -07:00
Makefile Added Peter Ferrie's lz4 decompressor to hold title screen so it can be reused 2017-07-28 06:13:58 -07:00
maze.s Moved screen functions to platform-apple2 2017-07-25 15:51:25 -07:00
mazegen.py
mazetiles.s
platform-apple2.s Converted to asmgen (renamed from quicksprite) 2017-07-26 11:00:20 -07:00
player-missile-2.png 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
player-missile.png 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
rand.s Moved debug random test to debug.s 2017-07-25 16:30:48 -07:00
README.rst Added initial README 2017-07-28 06:38:37 -07:00
run.sh
title.png
title.xcf
vars.s Beginning commenting before public release 2017-07-25 14:06:51 -07:00
wipes-demo.s Added scrolling wipe for thanks screen 2017-07-25 17:57:16 -07:00
wipes-null.s Added scrolling wipe for thanks screen 2017-07-25 17:57:16 -07:00

========
Fujirun
========

My (winning!) entry in the `KansasFest <https://www.kansasfest.org/>`_ 2017 `HackFest <https://www.kansasfest.org/hackfest/>`_ competition.


References
==========

* Quinn Dunki's `sprite compiler <https://github.com/blondie7575/HiSprite>`_ and `my modifications <https://github.com/robmcmullen/asmgen>`_
* Michael Pohoreski's `HGR Font Tutorial <https://github.com/Michaelangel007/apple2_hgr_font_tutorial>`_
* Peter Ferrie's original `one sector boot loader <https://github.com/peterferrie/standard-delivery>`_ and `my modifications <https://github.com/robmcmullen/standard-delivery>`_
* Peter Ferrie's `LZ4 unpacker <http://pferrie.host22.com/misc/appleii.htm>`_
* Sheldon Simms' `PNG to HGR converter <http://wsxyz.net/tohgr.html>`_