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.