Pronounced ih-nish-ee-it, as in a person who has been initiated into an organization or activity, typically recently.
A simple initiative tracker for Table Top Role Playing Games. Initiate is designed so that you can start using it as quickly as possible for your in-person games with minimal fuss.
Features:
- Drag-and-drop reordering of initiative tokens
- Single click to advance initiative
- Define as many counters as you wish per initiative token. Use counters to track multiple creatures' hp on one token, or keep track of other constantly changing stats like Spell Slots, gold, etc.
- All data is saved in your browser's local storage — close it and come back to it later.
- You can export your data as a json file and then import it on another device or browser.
- Counters can be incremented by or decremented with button clicks, or set to a new value by clicking on the current value.
- Counters can be incremented by 5, 10, 100, or 1000 by holding down shift, command, option, or option-command respectively.
- Clone this repository with git.
- Install node and npm.
- In the repository root folder:
npm install
npm start
- You can now access the site at http://127.0.0.1:3000