prathami1 / snake

My attempt of the game snake, featuring linked lists. Includes instructions within the web app and implements the maneuvering of link lists (such as reversing) in order to provide a more feature rich experience. Hosting is a work in progress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake 🐍

My attempt of the game snake, featuring linked lists. Includes instructions within the web app and implements the maneuvering of link lists (such as reversing) in order to provide a more feature rich experience.

Gameplay

The web application displays instructions before introducing the gameboard to the user, incase they needed a quick refresher. instructions

After the user has understood the instructions and verified that they have (by clicking the "Start Playing" button, the web application redirects them to the gameboard. gameplay

Dependencies Utilized

  • ReactJS
  • Linked Lists (DSA)
  • CSS (styling)
  • Vercel ▲ (Hosting)

About

My attempt of the game snake, featuring linked lists. Includes instructions within the web app and implements the maneuvering of link lists (such as reversing) in order to provide a more feature rich experience. Hosting is a work in progress.


Languages

Language:JavaScript 88.4%Language:CSS 8.2%Language:HTML 3.4%