Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shehab-Hegab authored Sep 8, 2023
1 parent 9c99d50 commit 3d40d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Snake

The classic snake game made in [Python Tkinter](https://docs.python.org/2/library/tkinter.html). Written for Python2 by [Gabriel Romualdo](https://xtrp.io/). Licensed under the [MIT License](https://choosealicense.com/licenses/mit/).
The classic snake game made in [Python Tkinter](https://docs.python.org/2/library/tkinter.html). Licensed under the [MIT License](https://choosealicense.com/licenses/mit/).
![Python Snake Graphic](graphic.jpg)

## Overview
Expand All @@ -22,10 +22,10 @@ Use the arrow keys to move: the left arrow key to move left, the right arrow key
2. Run the following command to download and play Python Snake! Note that this will download a file called ```snake.py``` into your current working directory.

```bash
curl https://xtrp.github.io/python-snake/snake.py -o snake.py && python snake.py
curl https://github.com/Shehab-Hegab/python-snake -o snake.py && python snake.py
```

## Bugs or Issues

If you find a bug or have an issue with Python Snake, feel free to [Submit an Issue](https://github.com/xtrp/python-snake/issues/new).
If you find a bug or have an issue with Python Snake, feel free to [Submit an Issue](https://github.com/Shehab-Hegab/python-snake).

0 comments on commit 3d40d5e

Please sign in to comment.