From a61e7d5438ddda9d5370a057a62af234833798bc Mon Sep 17 00:00:00 2001 From: JJReyka <51709145+JJReyka@users.noreply.github.com> Date: Mon, 8 Mar 2021 22:29:53 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0425103..3869f72 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ Installing - Run the game with `snake_game`, try `snake_game --help` for additional options (game speed, 2 player) - If you see a warning on install saying `The script is installed in , which is not in PATH` you may have to run the game with `python -m snakegame.main` instead. - + +Tested on Ubuntu and MacOS. + Controls -------- w,a,s,d - move (p1) @@ -22,5 +24,3 @@ i,j,k,l - move (p2) q - quit space - pause - -Tested on Ubumtu and MacOS.