Classic Snake game made in Python using PyGame
- General Info
- Technologies Used
- Features
- Screenshots
- Setup
- Usage
- Project Status
- Room for Improvement
- Contact
- Passion project carried out back in 2018 as one of my first big programming projects
- PySnake is a Python version of the classic Snake game, complete with retro assets (designed by me) and music (royalty-free)
- Python - version 3.9
- Pygame - version 2.0.1 (updated)
PySnake comes packed with the following features:
- Full GUI version of classic Snake game, with an arcade machine border for the retro feel
- Main Menu, High-Score Board, and working game logic
- Music, Original Assets and More!
In order to play PySnake, you must first install the pygame module through the command line (or otherwise) using pip install pygame
. After doing this, you should be able to run main.py
and enjoy the game!
Run main.py
and use the WASD keys to move the snake around
Project is: complete
Room for improvement:
- More Game Modes
- Larger Window Size
To do:
- Add More Game Modes
Created by @josflesan - feel free to contact me!