Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 2.34 KB

File metadata and controls

50 lines (39 loc) · 2.34 KB

🐍 Snake Game 🐍

screenshot
About   |    Technologies   |    Gaming   |    Known bugs   |    License

GitHub language count GitHub last commit Issues License

🐍 About

If you're feeling nostalgic, you'll be glad to playing this iconic Snake Game! The game itself followed simple rules. Eat the food at screen, but don't eat yourself! Do wanna try? Use the directional keys to control the snake. You can play it by clicking on the button right bellow.

start

🚀 Technologies:

♣️ Gaming:

This game doesn't require installation. To play it on your machine, first clone this repository.

$ git clone git@github.com:Collab4Fun/SnakeGame.git

Then access the SnakeGame folder, and open the index.html file in your browser by clicking twice.

🐛 Known bugs:

  • Sometimes the food spawns on the snake.
  • Sometimes the game ends when the snake changes directions, even without touching its head on itself.
  • It's possible to reverse the snake's direction when it's moving horizontally.

⚖️ License

Snake Game is a MIT licensed, as found in the LICENSE file.