Mision Cumplida

Project Description
In this project, I recreated a board game called Misión Cumplida (Mission accomplished), a cooperative game for 1 to 4 players.
The project has a responsive design, so it displays correctly on both mobile devices and desktop computers.
Technologies Used
For the Frontend, I integrated the game into my portfolio website, which is built with Astro. The game logic for rendering the cards and styling the drag & drop interactions is implemented using Vanilla TypeScript.
For the game’s backend logic, I used Lambda functions written in Python, which are called from the Frontend via a WebSocket connection.