Skip to content

This is my own version of the classic Snake game after learning Python for a couple days.

Notifications You must be signed in to change notification settings

catboop/catsnake

Repository files navigation

This was created during my time as a student at Code Chrysalis.

CatSnake

This is my own version of the classic Snake game. This was made using Python's Pygame module.

For Users

  1. Clone repository to your local machine.
git clone https://github.com/catboop/snakeygame.git
  1. Run main.py file with Python (see below for version info).
cd snakeygame
python main.py
  1. Use the arrow keys to move the snake around. Try to eat all the goodies that pop up, while avoiding the walls or your tail.

Version Used

Python 3.8.5

Be sure to use this version to avoid compatibility issues.

Future Features

  • Start screen
  • Save high score

About

This is my own version of the classic Snake game after learning Python for a couple days.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages