From 1a6f4bb07819319a83b1eb66ed43c9ade4e5e4c7 Mon Sep 17 00:00:00 2001 From: giomba Date: Thu, 23 Apr 2020 12:34:23 +0200 Subject: [PATCH] link to the binary file --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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: ```