diff --git a/README.md b/README.md index eecd7b5..c81b4c8 100644 --- a/README.md +++ b/README.md @@ -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: ```