Conreign is a multiplayer turn-based strategy game. The gameplay was highly inspired by Konquest.
The main goal is to conquer all other player's planets on a rectangle map by sending fleets from one planet to another.
Try playing here. Use github room when in doubt 🙂.
Conreign is built with Orleans which is .NET libary for building distributed applications. ASP.NET SignalR is used as a proxy to expose APIs to a browser client. Browser client is written in JavaScript and uses React for UI.
The following things are needed to build the project:
- Visual Studio 2017 Community Edition with C# and F# installed
- Node.js 8.x
- Windows Azure SDK 2.9 (optional)