Serpiente: Snake Game šŸ

Projects / Portfolio

serpiente: snake game serpiente: classic snake game


Project overview:

"Serpiente" (Spanish for "snake") is a classic snake game. This project is my attempt to implement a data structure I learned about but never knew how to use in a real applicationā€”the linked list. The game is built with Vue js + Vite and is self-hosted on my VPS.

Live Demo:

snake.bayubit.com

Highlighted feature:

  • Implementation of the linked list data structure.

Technologies Used

Personal Notes: