Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 769 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 769 Bytes

Snake-Game - Python

Description:

This is a simple snake game in Python using Turtle Library.

How to use

  1. Install Python 3.9.X from here

  2. Install Turtle from here

  3. Clone this repository: git clone https://github.com/mdhasibulhasan3137/Snake-Game or click Download ZIP in the right panel and extract it.

  4. Run python main.py from the repository's directory

  5. Use Left, Right, Up, Down Key to Control Snake.

Enjoy playing!

Screenshots

ScreenShot 1 ScreenShot 2