-
Snake game is a simple arcade game written in Python using the pygame library.
-
This project is study reference of KMUniverse club KCC.
- Python 3.x
- pygame
-
Download and install Python 3.x.
-
Clone this repository.
$ git clone https://github.com/kmu-kcc/snake-game-python.git
- Enter the following commands in the terminal to install the pygame package.
$ pip3 install -r requirements.txt
- Run the file in the terminal.
$ python3 snake.py