boardgame-0.0.0.1: Modeling boardgames
A library with the basis for modeling and playing boardgames. Comes with built-in functions for playing games through a web interface (requires WASM compilation).
- Boardgame The main framework for creating boardgames.
- Boardgame.ColoredGraph A graph library specialized for boardgames. Colored graphs have colors, or values, on each vertex and each edge.
- Boardgame.Web Functions that interact with a JavaScript runtime through WASM.