From 8b8cb19651430a463e77826ab0e7e8613766ae46 Mon Sep 17 00:00:00 2001 From: giomba Date: Thu, 23 Apr 2020 19:01:05 +0200 Subject: [PATCH] current development repository added to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c81b4c8..0c5c147 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Download the [binary .prg](dist/snake.prg). +Current development status [here](https://git.giomba.it/giomba/snake6502). + ## Compile You need the GNU compiler collection and the [dasm](https://dasm-assembler.github.io/) macro assembler, then: ```