BareGit

Update prompts

Author: MetroWind <chris.corsair@gmail.com>
Date: Sat Jan 3 16:26:56 2026 -0800
Commit: fbe2b1a4ad9ca5041daafda3337d0fdef5166012

Changes

diff --git a/prompts.md b/prompts.md
index 44c01cf..5285b66 100644
--- a/prompts.md
+++ b/prompts.md
@@ -43,5 +43,10 @@ an emoji on it.
 
 ----
 
-
-TODO: show list of discarded cards
+Right now the game allows infinite undos. We should change that to
+only allow 1 undo (the player can still undo multiple times, but they
+can only go back by 1 step). However, don't complete remove the
+history stack. Create a global (or put it in other scope as you see
+fit) constant to indicate how many steps the player can go back. This
+way we could easily change it in the future. Don't expose this setting
+in the UI.