From e388a13ceb34d10ad7b71deac6e3d4ad4dec2282 Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 25 May 2025 11:50:17 -0400 Subject: [PATCH] added prompt file used to create scaffold app --- prompts.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 prompts.txt diff --git a/prompts.txt b/prompts.txt new file mode 100644 index 0000000..b185de3 --- /dev/null +++ b/prompts.txt @@ -0,0 +1,18 @@ +I would like to create a simple TTRPG initiative tracker that is suitable to display on an external monitor. This application will be web-based (I don't care what framework is used.) It needs to be able to have an admin interface that the DM uses to run the encounter and a "display" interface that the users will see on an external monitor or TV. + +Here is a list of functions that this simple TTRPG initiative tracker should be able to do: + +Admin (DM) side: + - Create a new Campaign, and in that campaign, Create a group of players + - Each campaign can have encounters + - For each encounter be able to add players to that encounters as well as monsters. + - Each monster and player should have an initative score. + +External Interface + - Display the initative and left over hitpoints for the players and monsters. + +========= + +Okay, let's change a few things. + - When a campaign is active the admin interface should be a little more clear on that fact. Right now it's hard to tell what encounter is active for the player interface. + - Next, when the encounter is running, I need to be able to assign damage to the players easily without having to click edit to the monster or player.