Skip to content

Commit

Permalink
added "how to run the game" to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
david-fong authored Feb 26, 2019
1 parent c47538f commit 909852e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
An original twist on the snake game with typing.

explanation video: https://youtu.be/oNmFavVag6s

# How to run the game:
1. Install or update to the latest version of Python
2. Using GitBash (or something similar), navigate to
the directory containing python.exe
3. Clone this repository by typing:
"git clone https://github.com/david-fong/SnaKey.git"
4. Run the game: "py.exe SnaKey/game.py"

0 comments on commit 909852e

Please sign in to comment.