Skip to content

bedfordscott/snakegame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Snake Game A simple Snake game in Python using the tkinter module for the GUI.

How to Play Use the arrow keys to control the snake. The snake will move continuously in the current direction until you change its direction using the arrow keys.

The objective of the game is to eat as much food as possible without running into the walls or the snake's own body. When the snake eats food, it grows longer and your score increases.

The game ends when the snake hits a wall or its own body. Try to beat your high score!

Installation:

Clone the repository to your local machine: bash git clone https://github.com/bedfordscott/pythonpythongame.git

Install the required modules: pip install tkinter

Run the game: python snake_game.py

Credits This game was created by Ford Scott

License This project is licensed under the MIT License - see the LICENSE file for details.

About

Classic snake game made using tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages