totoongh / ubiquitous-winner-snake

0 stars 0 forks source link

ubiquitous-winner-snake

Description

This project is a basic implementation of the classic Snake game. The player controls a snake that moves around the screen, eating food to grow longer. The game ends if the snake runs into itself or the walls.

How to Run the Game

  1. Clone the repository:
    git clone https://github.com/totoongh/ubiquitous-winner-snake.git
  2. Navigate to the project directory:
    cd ubiquitous-winner-snake
  3. Open index.html in your web browser to start the game.