A real-time web app inspired by the Werewolf board game, built to explore live database updates and game state handling. The core challenge was keeping every player's view perfectly in sync with a single source of truth under concurrent mutations.
What Is it?
Wrwlf is a personal project designed as a digital companion and alternative to the Werewolf board game. Developed to experiment with real-time databases and synchronized state management, it allows players to join, interact, and experience the game dynamically through the web. This project served as a deep dive into live data handling, event-driven logic, and multiplayer interactions.