RuneQuest 3e training calculator

Timothy Rice 6cdf7e3f62 Fix typo %!s(int64=6) %!d(string=hai) anos
.gitignore 8fbaa90c5e Initial commit. %!s(int64=6) %!d(string=hai) anos
LICENSE e151ac0a37 Add readme and license gpl %!s(int64=6) %!d(string=hai) anos
Makefile 57b356161b Compile for native architecture %!s(int64=6) %!d(string=hai) anos
README.md 6cdf7e3f62 Fix typo %!s(int64=6) %!d(string=hai) anos
main.c 8fbaa90c5e Initial commit. %!s(int64=6) %!d(string=hai) anos
table_gen.sh ba107ce009 Add script to generate table of results %!s(int64=6) %!d(string=hai) anos

README.md

RuneQuest 3e skill training calculator

Usage: rqt <current skill percentage> <number> <times|hours>

The calculator works in two modes:

  • Given current skill and number of times to train the skill, how long will that take?
  • Given current skill and number of hours to train the skill, how many times can the skill be incremented?

Employs calculations from An integer programming approach to RuneQuest 3e training calculations by Timothy Rice (2018).