Skip to content

rviquezs/snake_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

A simple implementation of the classic Snake Game using the Turtle module from Python. The game features a snake that grows as it eats food, and the player must avoid colliding with the walls or the snake itself. Inspired by the classic arcade game.


snake_game_banner1

Features

  • Simple gameplay
  • Basic scoring system

Installation

  1. Download the Setup File

    • Go to the Releases and download SnakeGame_setup.exe.
    • Or just click here to download it.
  2. Install the Game

    • Once downloaded, run the SnakeGame_setup.exe and follow the on-screen instructions to install the game.
  3. Start Playing

    • After installation, you can launch the game from your desktop or start menu.

Usage

  • Use the arrow keys to control the direction of the snake.
  • Eat the food (represented by a circle) to grow the snake and increase your score.
  • Avoid colliding with the walls or the snake's own body.
  • The game restarts when the snake collides with itself or the walls.

License

This project is licensed under the Unlicense. See the UNLICENSE file.