Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 371 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 371 Bytes

Snakey 🐍

snakey screenshot

This is a snake game in the terminal, written in python.

Controls:

  • WASD to control the snake
  • q to quit game

Requirements

  • Python
  • Modern terminal that supports unicode

Installing and running

  1. Clone this repository.
  2. Run python3 main.py to run the game. (No package installation required)