Skip to content

limafresh/SnakeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake game

An open source remake of the Snake game written in Tkinter.

Screenshot

Features

Level

The higher the level, the faster the snake moves and the more points.

Settings

You can change color of snake, food and background.

Pause and continue

There is also a hotkey Ctrl+P.

New game (restart)

There is also a hotkey Ctrl+N.

Convenience

The small window size allows you to play and not take up much space while something else is running on your PC.

How to use

  1. Clone this repo or download ZIP and unpack it.
  2. Run main.py file:
python main.py

Contributing

The project is open to any initiatives, feel free to contribute.