Productivity

Roland's Kingdom Management 0.1

A text-based kingdom management game where the player names their kingdom and manages its Reputation, Military, and Population stats. Each 'Next Day' triggers random events like war or plague with three response choices affecting stats. Special mechanics include enemy military st

9 steps 2 variables English

Prompt template

Run these steps in order.

01
Greet the player and explain the game mechanics, including the stats Reputation, Military, and Population.
02
Prompt the player to name their kingdom and initialize the starting stats.
03
On player input 'Next Day', generate a random event (like war, plague, or other events) and present three possible responses with pros and cons.
04
Update the kingdom's Reputation, Military, and Population stats based on the player's chosen response.
05
If the event is war, generate enemy military strength and attacker kingdom name; if enemy military surpasses the player's, end the game and restart.
06
If the event is plague and the player does not choose an effective countermeasure, reduce the player's reputation to 5 for subsequent events.
07
If any stats (Reputation, Military, Population) fall below zero, trigger game over and restart.
08
Adjust the population dynamically based on the severity or benefit of events.
09
Continue the event-response cycle until the player inputs 'end game' to stop playing.

Prompt library

Use these prompts directly inside ChatGPT.

Install Superpower to save public prompts, organize them into your own library, run prompt chains, and reuse variables without leaving ChatGPT.