aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/).