13 Commits
v1.0 ... v0.2

Author SHA1 Message Date
dda3453d79 version bump. 2025-05-28 12:23:10 -04:00
d754f8657c Added small counters in Campaign cards. 2025-05-28 12:15:01 -04:00
9563ce7959 fixed player display on added participant to live encounter 2025-05-27 14:52:04 -04:00
5f8602cd73 changed red color for monster display. 2025-05-27 11:15:32 -04:00
788e3cd1a2 Tightened up the UI a bit. 2025-05-27 11:02:03 -04:00
99a38bb75a Added NPC flag. 2025-05-27 10:51:29 -04:00
9f73dedcad Update README.md
Added link to discourse for feedback, discussion.
2025-05-27 10:22:18 -04:00
893fe49ccb Code clean up and refactor. 2025-05-26 22:42:37 -04:00
6adcd0f8e0 Adding random inits 2025-05-26 22:31:43 -04:00
d631545570 Added defautl HP values. 2025-05-26 21:48:28 -04:00
ad11bbc648 Fixed linting and pause button. 2025-05-26 21:34:37 -04:00
785af983da Fixed the ability to add monsters while a fight is going. 2025-05-26 21:17:42 -04:00
40a798514d updated readme 2025-05-26 11:15:25 -04:00
2 changed files with 369 additions and 549 deletions

View File

@ -6,6 +6,8 @@ This application is the result of not having the exact tool I want to use, and a
A web-based application designed to help Dungeon Masters (DMs) manage and display combat initiative for tabletop role-playing games (TTRPGs). It features a DM admin interface for controlling encounters and a separate player display view suitable for an external monitor or for players to view on their own devices. A web-based application designed to help Dungeon Masters (DMs) manage and display combat initiative for tabletop role-playing games (TTRPGs). It features a DM admin interface for controlling encounters and a separate player display view suitable for an external monitor or for players to view on their own devices.
Have you tried it? Got feedback or questions? Discuss here: [https://discourse.draft13.com/c/ttrpg-initiative-tracker/16](https://discourse.draft13.com/c/ttrpg-initiative-tracker/16)
## Features ## Features
![DM View](images/dm_view.png) ![DM View](images/dm_view.png)
@ -76,7 +78,7 @@ This flow allows the DM to prepare and run encounters efficiently while providin
#### **Clone the Repository:** #### **Clone the Repository:**
```bash ```bash
git clone <your-repository-url> git clone https://code.draft13.com/robert/ttrpg-initiative-tracker.git
cd ttrpg-initiative-tracker cd ttrpg-initiative-tracker
``` ```

File diff suppressed because it is too large Load Diff