MD Pabel

Snake Game

A fullstack application

Snake game (Doubly Linked List)

A snake game using a doubly linked list and React is a fun and interactive way to learn about both data structures and front-end development. The doubly linked list allows for efficient manipulation of the snake's movements and growth, while React provides a user-friendly interface for the game.

Screenshots

App Screenshot

Snake Doubly Linked List

Loading code...

Tech Stack

Client: React, TailwindCSS

Run Locally

Clone the project

Loading code...

Go to the project directory

Loading code...

Install dependencies

Loading code...

Start the server

Loading code...

Lessons Learned

The power of data structures: Using a doubly linked list allowed for efficient traversal and manipulation of the snake's body, resulting in smooth game play.

License

MIT