Skip to content

The project is simple game called Snake. The snake´s goal is to eat the food. The food appears randomly. The project is written in Python.

Notifications You must be signed in to change notification settings

eliskakucerova/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake game

The project is simple game called Snake. The snake´s goal is to eat the food. The food appears randomly. The project is written in Python. OOP was used to create three seperated modules with classes: scoreboard, snake and food.

Setup

Python 3.10.3 version was used. Are you uncertain about your version? Use command line python --version.

The project depends on the turtle - Turtle graphics - Python and time library, instal it with pip:

pip install time pip install turtle

How to run?

You can run the script from PyCharm, which was used during creating the code, but it depends on your preferences. However be aware that you may need to rewrite the connection between the modules which could be different than it is.

Important information

The code was written as the part of the online course 100 Days of Code: The Complete Python Projects created by Dr. Angela Yu.

About

The project is simple game called Snake. The snake´s goal is to eat the food. The food appears randomly. The project is written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages