Fayti1703 / BinaryMatrixPlayer

ASP.NET-based Binmat Player
Mozilla Public License 2.0
2 stars 0 forks source link
asp-net binmat csharp hackmud

Binary Matrix Player

A work-in-progress ASP.NET web application for playing binary matrix (aka "BINMAT"), an adversarial strategic card game.

Project Structure

BinaryMatrixPlayer

The ASP.NET web frontend. Massive work-in-progress, does not yet run.

BinaryMatrixEngine

The actual game execution engine. Contains the main game logic.

BinaryMatrixEngineTest

Unit tests for the engine.

BinaryMatrixEngineAccessor

A simple console interaction for testing the engine.