The home for developemnt of 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!
- Install the current version of mdBook
- Navigate to the project root directory using
cd FONTS-OF-POWER-DIRECTORY
. - Run
mdbook serve docs --open
.
- Set up Bevy and Rust following the Bevy book.
- Run
cargo run
in the project root directory.