Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 546 Bytes

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.