Quest

A tabletop card game based on Quests of the Round Table written in Unity C# with networked multiplayer.

An infinite number of AI players can be added to the game that implement a variety of different strategies.

The networking component of the game was implemented using the Web Socket protocol on top of the ASP.NET Core web framework.