Personally tooling around with a Character Manager for the Fate Core RPG.
Each person at the table has a character they are embodying. Like any game, it has rules, structure and mechanics that define it. Similarly, each character is a collection of phrases, descriptors and statistics that help give it meaningful form in the game. The application serves as a digital repository for those characters, so you don't have to carry around a sheet of paper all the time.
- Run
git clonefor the repo. - Run
bundle installfrom the application root. - Run
rails sto start the application server.
For ease, seed data is provided for the default skill list from the Fate Core RPG.
To use, run rake db:seed.
This work is based on Fate Core System and Fate Accelerated Edition (found at http://www.faterpg.com/), products of Evil Hat Productions, LLC, developed, authored, and edited by Leonard Balsera, Brian Engard, Jeremy Keller, Ryan Macklin, Mike Olson, Clark Valentine, Amanda Valentine, Fred Hicks, and Rob Donoghue, and licensed for our use under the Creative Commons Attribution 3.0 Unported license (http://creativecommons.org/licenses/by/3.0/).