gorusharma00 / Snake-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake Game

This project is a classic Snake game built using HTML, CSS, and JavaScript.

Preview

screenshot

Live Play

Click to play the game

Controls

  • Use the arrow keys to control the snake's direction.

Features

  • Snake movement: Control the snake using the arrow keys (up, down, left, right) to navigate around the game board.
  • Food generation: Randomly generated food appears on the board for the snake to eat.
  • Score tracking: The game keeps track of your current score and displays the high score achieved in previous sessions.
  • Game over: The game ends when the snake collides with itself or the walls of the game board.

About


Languages

Language:JavaScript 71.3%Language:CSS 17.9%Language:HTML 10.8%