BombR is a Bomberman-clone made from ASP.NET Core and SignalR.
SignalR provides real-time web functionality for lobby, game, and chat functionalities. The game state is updated server-side based on client interactions and is passed from server to client.
This is mainly for getting used to C# again. It's a fun recreation of a past project made during in college.