A pygame implementation of the classic snake game
Project description
snakeySnake
Version: 0.0.2
Structure:
.
├── build # Compiled files (alternatively `dist`)
├── snakeySnake # Source files
├── data # Data used in the application
├── apple.png # The image used for apples
├── scoreboard.txt # Local record of scores
├── __init__.py
├── __main__.py # Main program file
├── game.py
├── scoreboard.py
├── snake.py
├── tests # Automated tests
├── LICENSE
└── README.md
Requirements
python = ">=3.7" pygame==2.1.3.dev8
To install
Run pip3 install snakeySnake from command line
To run:
- Run
snake-clifrom the command line - Move using "ASWD" or arrow keys
- Collect points by collecting apples and survivng
- Game over if the snake runs into itself or any walls
Previous Versions
- v0.0.1: Classic snake game with keyboard controls and local scoreboard
- v0.0.2: Added tutorial and homescreen, pulled enums into separate file
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
snakeySnake-0.0.2.tar.gz
(28.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file snakeySnake-0.0.2.tar.gz.
File metadata
- Download URL: snakeySnake-0.0.2.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
687d20794a69bb488eb48688ec741b1181d3341e19c3e0a4f05b351cadebd6a7
|
|
| MD5 |
2e94292fe2b3c16407d84c268442c386
|
|
| BLAKE2b-256 |
43d438e6578acbd79d868386b662de628b3544ccfe0bfb0d37a32891efc53c5f
|
File details
Details for the file snakeySnake-0.0.2-py3-none-any.whl.
File metadata
- Download URL: snakeySnake-0.0.2-py3-none-any.whl
- Upload date:
- Size: 29.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d86a181300f36a8eb5a1d01a7a63dd022ab5c5e958650d41f28b9cdacf767594
|
|
| MD5 |
fba2eb1589a6eca13d8d3df7843373b7
|
|
| BLAKE2b-256 |
4f79058bd9de7dcfd4e435388850212da276d0d60e92e2af85ef3ba437e81e57
|