mirror of
https://github.com/Pixinn/rogue-like.git
synced 2024-12-21 09:29:44 +00:00
Update README.md
This commit is contained in:
parent
d1a3affa1d
commit
5bbb62f36a
@ -5,8 +5,9 @@
|
|||||||
It is written in assembly and serves two purposes:
|
It is written in assembly and serves two purposes:
|
||||||
1. Be fun
|
1. Be fun
|
||||||
2. Document the proccess of coding for the Apple II on [my blog](https://www.xtof.info):
|
2. Document the proccess of coding for the Apple II on [my blog](https://www.xtof.info):
|
||||||
- [A tile engine for the Apple II](https://www.xtof.info/blog/?p=1044)
|
- [A tile engine for the Apple II](https://www.xtof.info/an-hires-tile-engine-for-the-apple-ii.html)
|
||||||
- [Raycasting a Line of Sight](https://www.xtof.info/blog/?p=1071)
|
- [Raycasting a Line of Sight](https://www.xtof.info/appleii-roguelike-line-of-sight.html)
|
||||||
|
- [Random level generation on Apple II](https://www.xtof.info/random-level-generation-on-apple-ii.html)
|
||||||
|
|
||||||
# How to build
|
# How to build
|
||||||
|
|
||||||
@ -18,7 +19,7 @@ Just type
|
|||||||
|
|
||||||
This will produce *bin/escape.a2* which is a binary executable for Apple's II PRODOS.
|
This will produce *bin/escape.a2* which is a binary executable for Apple's II PRODOS.
|
||||||
|
|
||||||
##Prerequisite in order to build:
|
## Prerequisite in order to build:
|
||||||
|
|
||||||
The [cc65 compiler suite](https://github.com/cc65/cc65), with the environment variable *CC65_HOME* set to its folder
|
The [cc65 compiler suite](https://github.com/cc65/cc65), with the environment variable *CC65_HOME* set to its folder
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user