diff --git a/README.md b/README.md index bb7362c..f0df9de 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ 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. -![Screenshots](images/header_image.png) - ## Features +![DM View](images/dm_view.png) + * **Campaign Management:** Create campaigns to organize your game sessions. * **Character Management:** Add and manage characters (player characters) within each campaign. * **Encounter Management:** @@ -30,6 +30,8 @@ A web-based application designed to help Dungeon Masters (DMs) manage and displa ## App Usage Overview +![Screenshots](images/header_image.png) + The TTRPG Initiative Tracker is designed for Dungeon Masters to manage combat encounters and display the initiative order to players. Here's a typical workflow: 1. **Admin Interface (DM's View):** diff --git a/images/dm_view.png b/images/dm_view.png new file mode 100644 index 0000000..75e29b4 Binary files /dev/null and b/images/dm_view.png differ