Simple snake recreation using the pygame python library.
- Pygame - pygame
Easiest way to install is using Git via the command line.
You can install git here: Git.
Once installed, run via your terminal:
$> git clone https://github.com/MaciejKrzysiak/pygame-snake.git
$> cd pygame-snake
$> pip install pygame
$> python3 pygame-snake.py
If you do not have python3 installed, see here: Python.