Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 328 Bytes

Snake-Game-Python

A simple snake game in python terminal

Requirements

User must have python3 and pygame installed.If you don't have pygame you can install with pip. Install pygame: pip install pygame

Usage

Windows & Linux

Open cmd/terminal and run python3 snake.py while in the same directory as the script