This project is a simple implementation of the classic Snake game using Python and Pygame for getting my kids into programming.
What things you need to install the software:
- Python 3
- Pip
- Audio Driver
A step by step series of examples that tell you how to get a development environment running:
-
Clone the repository:
git clone [repository-url] -
Navigate to the project directory:
cd snake-game -
Run the setup command:
make setup
To run the game, use the following command:
make run
- Pygame - The game library used.
- Ramazan Kara
This project is licensed under the MIT License - see the LICENSE.md file for details.