Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 769 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 769 Bytes

Snake

The classic game of snake implemented in Pyxel!

Try and collect the tasty apples without running into the side or yourself.

Requires pyxel version >= 1.1.6.

Controls are the arrow keys

Q: Quit the game R: Restart the game

Screenshot!

Features

  1. There is a snake
  2. Snake death on hitting walls or self
  3. Tasty apples that extend snake's length
  4. There are sound effects
  5. Score is kept

Installation

  1. Install Python
  2. Install Pyxel using their instructions
  3. Clone or copy this repository
  4. python3 snake.py at the command line