link to the binary file

This commit is contained in:
giomba 2020-04-23 12:34:23 +02:00
parent f426a6d4d7
commit 1a6f4bb078
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
*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).
## Compile
You need the GNU compiler collection and the [dasm](https://dasm-assembler.github.io/) macro assembler, then:
```