add documentation

This commit is contained in:
Pedro de Oliveira 2014-08-20 07:55:04 +01:00
parent 6f939f179f
commit 58b330befa
1 changed files with 27 additions and 0 deletions

27
starfield/README.md Normal file
View File

@ -0,0 +1,27 @@
starfield
=========
starfield is my attempt at a parallax starfield in Z80 assembly for the ZX Spectrum.
Requirements
-----------
* [Pasmo](http://pasmo.speccy.org/) - Z80 Assembler, it's Open Source and Cross Platform
Build
--------------
```sh
git clone https://github.com/falsovsky/z80.git
cd z80/starfield
make
```
Demo
------
http://falsovsky.github.io/z80/starfield.html
License
----
BSD