https://github.com/svofski/8-bit-snail
8-Bit Snail, a demo for Vector-06c
https://github.com/svofski/8-bit-snail
8080 8080a assembly-language demo demoscene rasters vector-06c z80
Last synced: 5 months ago
JSON representation
8-Bit Snail, a demo for Vector-06c
- Host: GitHub
- URL: https://github.com/svofski/8-bit-snail
- Owner: svofski
- Created: 2020-06-21T19:02:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T19:11:15.000Z (almost 6 years ago)
- Last Synced: 2024-01-26T09:16:47.701Z (over 2 years ago)
- Topics: 8080, 8080a, assembly-language, demo, demoscene, rasters, vector-06c, z80
- Language: C
- Size: 154 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8-bit-snail
8-Bit Snail, a demo for Vector-06c
This is a demo created in 2009 for Chaos Constructions demoparty.
[8-Bit Snail on Pouet](https://www.pouet.net/prod.php?which=53805)
[Youtube of the party version](https://www.youtube.com/watch?v=7Z0dsZUAyd0)
# Building instructions
Steps:
* get prettyasm: https://github.com/svofski/prettyasm
* in prettyasm directory run ``npm install -g``
* get bin2wav: https://github.com/svofski/bin2wav
* in bin2wav directory run ``npm install -g``
* in the top level of 8-bit-snail type ``make``, .rom and .wav files are in `build/`