cartridge + prg binary added in distribution directory

This commit is contained in:
giomba 2020-11-21 14:57:53 +01:00
parent f81f087a13
commit 2f6a4e6735
3 changed files with 4 additions and 2 deletions

View File

@ -4,10 +4,12 @@
*snake6502* is a snake-like game clone for Commodore home computers, written for fun because «I always wanted to code something for a computer of my retrocomputers collection actually, this is the main reason I collect them: to write programs».
Download the [binary .prg](dist/snake.prg).
Current development status [here](https://git.giomba.it/giomba/snake6502).
## Download
* [.prg](dist/snake.prg) for tapes and disks (size not optimized, yet)
* [.bin](dist/snake.bin) for 8KiB cartridges
## Compile
You need the GNU compiler collection and the [dasm](https://dasm-assembler.github.io/) macro assembler, then:
```

BIN
dist/snake.bin vendored Normal file

Binary file not shown.

BIN
dist/snake.prg vendored

Binary file not shown.