mirror of
https://github.com/Pixinn/rogue-like.git
synced 2024-12-21 09:29:44 +00:00
A rogue-like game for the Apple II.
scripts | ||
src | ||
.gitignore | ||
escape.dsk | ||
LICENSE | ||
Makefile | ||
README.md |
What is it?
Escape (working title) is a homebrew Rogue-Like* game developped for the Apple II computers.
It is written in assembly and serves two purposes:
- Be fun
- Document the proccess of coding for the Apple II on my blog:
How to build
Building
Just type
make
This will produce bin/escape.a2 which is a binary executable for Apple's II PRODOS.
##Prerequisite in order to build:
The cc65 compiler suite, with the environment variable CC65_HOME set to its folder
Tested OK with version V2.16 - Git be772c01
Prerequisite in order to produce the disk image
- Java Runtime
- AppleCommander
Embedding the Apple II' executable into the disk image
Run
scripts/add-to-disk.sh