From 8c34fb56df786017dc25650a54ced65e44bf2e99 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 24 Mar 2024 00:53:31 -0400 Subject: [PATCH] Inital Commit of GameTextTemplate --- src/messages/template.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/messages/template.txt diff --git a/src/messages/template.txt b/src/messages/template.txt new file mode 100644 index 0000000..ee5a63d --- /dev/null +++ b/src/messages/template.txt @@ -0,0 +1,39 @@ +**🌄 {playerName}'s Oregon Trail Game Status Update 🌄** + +{message} + +📅 **Date:** {date} +💰 **Available Funds:** ${money} +🧭 **Distance Travelled:** {totalMilage} + +
+🛒 Current Supplies + +- **Oxen:** {oxen} teams (Essential for travel speed) +- **Food:** {food} lbs (Vital for health) +- **Ammunition:** {ammo} boxes (Needed for hunting) +- **Clothing:** {clothing} set(s) (Important for health in bad weather) +- **Misc. Supplies:** {supplies} items (Useful for various challenges along the way) + +
+ +
+✨ Actions Available + +- **Start Over:** Begin a new game. +- **Status:** Get the current game state. +- **Help:** Show game instructions and tips. +- **Buy Supplies:** Make purchases at the current location (Available at forts). +- **Continue on Trail:** Move forward with your journey. +- **Hunt:** Spend a day hunting for food. +- **Rest:** Rest for a day to improve health. + +
+ +### 🔄 To Make a Choice +Please reply with **!!Oregon** followed by one of the actions above. For example: +``` +!!Oregon Buy Supplies +``` + +Remember, wise choices and preparation are key to a successful journey on the Oregon Trail. Good luck, traveler! 🚗💨 \ No newline at end of file