1 unstable release
new 0.0.1-alpha | Nov 4, 2024 |
---|
#689 in Game dev
240KB
2.5K
SLoC
hnefatafl-rs
hnefatafl
is a Rust crate intended to provide functionality for creating software related to the tafl family
of board games. It's an early WIP but the idea is that it will eventually provide structs and traits that encapsulate
game data and logic, hopefully helping to build games, AIs, etc.
What is implemented
Currently the crate includes a number of structs, traits and enums to describe various aspects of a tafl game:
- game rules;
- the board and its current state;
- current game state;
- move validation; and
- determining the outcome of a move.
Many of the most popular rule variants can be constructed, including Copenhagen Hnefatafl, Tablut, Brandubh and Sea Battle.
What is not (yet) implemented
This crate is an early work in progress and I plan to add more features and expand support for the tafl family of games in future.
There are many different variants of tafl, and this crate does not support all possible rules. In particular, the "berserk" rules are not yet implemented, nor are any of the other variants which involve extra pieces beyond soldiers and the king.
Currently only boards up to 11x11 are supported (it is planned to add larger boards soon).