mirror of
https://github.com/robmcmullen/fujirun.git
synced 2024-12-27 17:29:17 +00:00
Apple II+ clone of Amidar
actors.s | ||
apple-sprite9x11.png | ||
atari-sprite9x11.png | ||
atari.png | ||
background.s | ||
constants.s | ||
debug.s | ||
fatfont128.dat | ||
kansasfest-hackfest.png | ||
LICENSE | ||
logic.s | ||
lz4.s | ||
macros.s | ||
main.s | ||
Makefile | ||
maze.s | ||
mazegen.py | ||
mazetiles.s | ||
platform-apple2.s | ||
player-missile-2.png | ||
player-missile.png | ||
rand.s | ||
README.rst | ||
run.sh | ||
title.png | ||
title.xcf | ||
vars.s | ||
wipes-demo.s | ||
wipes-null.s |
======== Fujirun ======== My (winning!) entry in the `KansasFest <https://www.kansasfest.org/>`_ 2017 `HackFest <https://www.kansasfest.org/hackfest/>`_ competition. Code Walkthrough ================ TBD * any place you see the "_smc" extension, that's a target for self-modifying code. Got that from Quinn Dunki. 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>`_