Skip to content

FilipDimitrijevic97/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Snake Game

A classic arcade game where the player controls a snake that moves around the screen, trying to eat food while avoiding running into walls or its own tail.

How to Play

  • Use the arrow keys on your keyboard to control the snake.
  • The snake begins at a random position on the screen and starts moving in a random direction.
  • The goal of the game is to guide the snake to eat as much food as possible, represented by 🔴 that appear randomly on the screen, without running into the walls of the game or the snake's own tail.
  • Every time the snake eats a piece of food, it grows longer, making it harder to avoid running into its own tail.
  • The game ends when the snake runs into a wall or its own tail. The player's score is determined by the number of pieces of food the snake ate before the game ended.

Note

  • You can play the game by opening the index.html file in your browser
  • ⚠️ Be aware that, since the snake grows when it eats the food, it's harder to avoid running into the walls or its own tail.
  • 🎉 Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published