From 5295ea3e89d9a7a075df235c0403563b5f8fa91a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 29 May 2014 13:57:07 -0400 Subject: [PATCH] A few additions to the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c35a6e4..7a73314 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Intelligent Snake is a simple clone of the famous **snake**-style games. It's me * `make windows`: Build Intelligent Snake for Windows and copy required files to ./windows-bin/ * `make clean`: Remove build directories +**Note**: The Makefile assumes mingw32 is installed to /usr/x86_64-w64-mingw32/, and you should edit MINGW and MINGWPATH if your system installs it elsewhere. + ## Commands ## Usage: `./isnake [options]` @@ -53,7 +55,7 @@ Usage: `./isnake [options]` * **FPS Keys**: `w`, `a`, `s` and `d` * **Vim Keys**: `k`, `h`, `j` and `l` * **Arrow Keys**: `up`, `left`, `down` and `right` -* **Quit**: `Escape` and `Q` +* **Quit**: `Escape` and `q` * **Restart** (after death): `Space` and `Return` ## Credits ##