https://github.com/aviationsfo/snakegame
https://github.com/aviationsfo/snakegame
game python python3 python310 python36 python37 python38 python39 snake snake-game
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aviationsfo/snakegame
- Owner: AviationSFO
- License: gpl-3.0
- Created: 2021-11-04T18:37:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T18:27:59.000Z (over 3 years ago)
- Last Synced: 2025-06-22T03:35:12.943Z (6 months ago)
- Topics: game, python, python3, python310, python36, python37, python38, python39, snake, snake-game
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game v2
## Instructions
### Requirements
#### Python
Version 3.6 or newer, (Python 2 does not work, same as Python 3 earlier than 3.6).
#### Tested versions:
3.5.10 (not working)
3.6.15
3.7.12
3.8.2
3.8.12
3.9.10
3.10.2
3.11a5+
#### OS
Tested on Mac OS and Windows 10 and 11 only.
### Launching Game
To run game:
MACOS: Open launcher
Windows: Open launch-win.exe
### Configuring prefrences
To run configurator, you will need to open the game and press "9", it will come up in the shell for configuration.
To configure the snake, press "8", it will come up in the shell for configuration.
### Mac OS only
To activate the launcher if it is not already done, enter the following code into terminal:
```shell
chmod 755 ~/Desktop/SnakeGame/SnakeLauncher
```
it should become a unix executable (not windows .exe)
Please read change log for known bugs.
# Installation
## Mac OS
Copy and paste the following code into terminal to install
```shell
curl https://raw.githubusercontent.com/AviationSFO/SnakeGame/master/install.sh | bash
```
## Windows
Download source code from latest release