The code and rules for Fonts of Power, a tactical TTRPG / video game about exploring magical places.
You can follow its development in our Discord server!
Docs Build Instructions
- Install the current version of mdBook
- Navigate to the project root directory.
- Run
mdbook serve docs
.
Game Build Instructions
- Set up Bevy and Rust following the Bevy book.
- Run
cargo run --release
in the project root directory.