Skip to content

Eduard-R-Code/Python-Gotta-Eat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2022-11-04 at 11 21 46

Python gotta eat

This is a classic Snake type of game made in Python.

Installation

Use the package manager pip to install a few packages.

pip install turtle
pip install scoreboard

Usage

It is capable to store the highest score and keep it displayed on the screen. The difficulty of the game can be raised by accelerating the speed of the snake.

MOVE_DISTANCE = 20

Sneak Peek

Screenshot 2022-11-04 at 11 18 57

Future Development

Store and display a top of the highest scores, allowing the user to input his/hers name in 3 letters, to respect the classic arcade design.

About

Python gotta eat is a classic Snake type game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages