Home / Scripts & Code / Python
Snake Python ScriptSnake Python Script
Simple snake game in Python 3Home / Scripts & Code / Python
Snake Python Script
Simple snake game in Python 3Overview
This is a simple snake game made in Python 3, using the Pygame module.
Requirements
Python 3.5+
Pygame 1.9.6+
Instructions
- Install Pygame using the command "pip install pygame"
- RunĀ main.py