From 5eda749202e8513582da20aa65d9b55ad8cb49c5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 13 Oct 2014 15:49:29 -0400 Subject: readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md 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/). -- cgit v1.2.3-54-g00ecf