Skip to content

This is a simple and experimental Snake Game created using HTML. The game increases the score and snake length every time it eats a red block. Built mainly for practice and learning basic game development logic on the web.

Notifications You must be signed in to change notification settings

ShaquilleNathan/Simple-Snake-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ Simple Snake Game

A basic experimental Snake Game built using only HTML. This project is a simple recreation of the classic snake arcade game, developed as a learning experience in fundamental web game development.

You can try the live demo here: https://snake-gamenathan.netlify.app/


๐ŸŽฎ Features

  • โœ… Score System: The score increases every time the snake eats a red block (the "food").
  • โœ… Snake Growth: For every point scored, the snakeโ€™s body increases by one block.
  • โœ… Game Over Logic: The game will reload and back to its short body if the snake collides with itself.
  • ๐Ÿšง Experimental: This project is still in a very basic phase and is built mainly for experimentation and learning purposes.

About

This is a simple and experimental Snake Game created using HTML. The game increases the score and snake length every time it eats a red block. Built mainly for practice and learning basic game development logic on the web.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages