A utility website to be used in tandem with Call of Cthulhu 7th Edition while in a chase. The goal is to ease the burdens of the user with the crunchy details of gameplay while allowing more focus on story and roleplaying aspects.
Check out the web app at: https://callofcthulhu-chasetracker.herokuapp.com/
- CON - Constitution
- DEX - Dexterity
- MOV - Movement
- Speed - Speed Modifier
- STR - Strength
- Track individual participants data
- Lovecraftian aesthetic
- Dark mode
- Grouping participants into "Distancers" and "Pursuers"
- Track chase events
- Track turn count
- Tracking actions per turn
- Saving prior data
To clone and run this application, you must install git and Node.js which comes with npm. After installation of the requirements, use the following commands:
# Clone this repository
$ git clone https://github.com/coulgreer/call-of-cthulhu_chase-tracker.git
# Change into the project directory
$ cd callofcthulhu-chasetracker
# Install dependencies
$ npm install
# Start program
$ npm start
The testing command is an alias for jest --silent
which will run all tests. See the jest cli documentation for more options.
npm test
- Color Pallette inspired by Matt Benson's "Lovecraftian Coffee".
- Design and concept inspired by Evan Bailey's "Improved Initiative" web app.
Zero-Clause BSD (0BSD) - Check the LICENSE for more information.