The Game
This is a port of the Snakes and Ladders board game I made using only HTML, CSS and Javascript. A game for 4 players where each one rolls a dice to get the amount of spaces to move. If you land in a ladder you climb up, if you land in a snake you slide down. The first to get to 100 points wins.
Features
Animated movements for the game pieces, digital representation of the classic board game.
Development
This Snakes and Ladders clone was one of the games I made using web development tools. It was a pretty important step towards feeling more secure at developing websites, since I could use many knowledges I had acquired while learning game engines and applied using the new tools I was learning. The pieces’ movement from square to square is represented by vectors, allowing me to create paths and animation using the Origin and Destiny points as reference. It was a fun project, which allowed me to join webdev, gamedev and math to create something cool.
Release Date: April 2021