A rogue-like game for the Apple II.
Go to file
Christophe Meneboeuf 2774be74d8 Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:56:47 +01:00
scripts Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:56:47 +01:00
src Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:56:47 +01:00
.gitignore Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:56:47 +01:00
LICENSE Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:56:47 +01:00
Makefile Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:56:47 +01:00
README.md Raycasting a line of sight (post #2: https://www.xtof.info/blog/?p=1071) 2019-01-09 15:20:30 +01:00
escape.dsk Random level generation (post #3: https://www.xtof.info/blog/?p=1186) 2020-01-15 23:56:47 +01:00

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:

  1. Be fun
  2. 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

Prerequisite in order to produce the disk image

Embedding the Apple II' executable into the disk image

Run

scripts/add-to-disk.sh