aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-13 15:49:29 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-13 15:49:29 -0400
commit5eda749202e8513582da20aa65d9b55ad8cb49c5 (patch)
tree8d4c6498a0834a318a4652af4faf140a72953b07
parent03e457709e200906eeb46d049f86e5e5c90ef248 (diff)
downloadnes-snake-5eda749202e8513582da20aa65d9b55ad8cb49c5.tar.gz
nes-snake-5eda749202e8513582da20aa65d9b55ad8cb49c5.zip
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6d7cf4e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+This is an implementation of the typical "snake" game for the NES. Building it
+requires the WLA DX assembler, and can be done just by running `make`. `make
+run` can be used to both build it and run it in
+[Nestopia](http://nestopia.sourceforge.net/).