MRH-Romit / Snake-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake Game

This is a simple Snake Game implemented in Python using the Turtle module.

How to Play

  • Use the 'w' for forward, 's' for backward, 'a' for left , 'd' for right
  • The snake will grow in size each time it eats the food (indicated by a green square).
  • The game ends when the snake collides with the wall or itself.

Getting Started

  1. Clone the repository:
  2. Navigate to the directory: cd snake-game
  3. Run the Python file named: main.py

important

This game requires Python and the Turtle module. Could you make sure you have them installed on your system?

image

About


Languages

Language:Python 100.0%