An open API service indexing awesome lists of open source software.

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

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