A Dungeons & Dragons tool for tracking turn order. 🎲🐉
See it in action here.
- Autosort players as they are added to the list 📜
- Drag and drop to settle ties 🥇
- Designed for keyboard support ⌨️
- Designed for screen reader support 🗣
- Enter a character's name and initiative roll.
- Drag and drop the initiative entries to adjust the order as needed
- Use Tab Tab ↹ and Shift + Tab (Shift + Tab ↹) to navigate between the entry fields and sortable list.
- Add an entry to the list with Enter ⏎
- Delete an entry with Delete Delete ⌦ or Backspace Backspace ⌫
- To sort the list:
- Tab Tab ↹ - focus an initiative entry
- Spacebar space - lift the entry to begin dragging or drop the entry to end dragging.
- Escape Esc - end dragging
- Up arrow ↑ - move a lifted item up the list
- Down arrow ↓ - move a lifted item down the list
- Fork this repo.
clone
your forked repo withgit clone <yourRepoUrl>
.- Install Node if you haven't already.
cd
into the project directory and runnpm install
.- Run
npm run start
in your project directory.