Simple game of snake powered by Python and PyGame.
- Python 3.10+
- pip
Download the source code using the git clone command:
$ git clone https://github.com/wedkarz02/snek.gitOr use the Download ZIP option from the Github repository page.
Create a virtual environment:
$ python3 -m venv venvYou might need to install the venv package in order to do so.
Install required packages in the virtual environment from the requirements.txt file:
$ venv/bin/pip3 install -r requirements.txtTo play the game run it from the terminal:
$ venv/bin/python3 snek.pyThis project is licensed under the MIT License. See the LICENSE file for more info.