Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 439 Bytes

Snake

Snake game written in python using pygame and the Nord color palette

Run

  1. Install pygames: python3 -m pip install -U pygame --user
  2. Clone the repo: git clone https://github.com/yazdanz/Snake.git
  3. Cd into the repo: cd Snake
  4. Run the game: python src/game.py

Preview