mirror of https://github.com/falsovsky/z80.git
add documentation
This commit is contained in:
parent
6f939f179f
commit
58b330befa
|
|
@ -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
|
||||
Loading…
Reference in New Issue