From 990369edfe38961311a16858759831e03ff2a688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=BC=BC=E8=BF=9C?= Date: Thu, 26 Oct 2023 17:46:23 +0800 Subject: [PATCH] modelbest1024 --- .../readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 WareHouse/LifeSimulator_v2_ModelBest1024_20231026164236/readme.md diff --git a/WareHouse/LifeSimulator_v2_ModelBest1024_20231026164236/readme.md b/WareHouse/LifeSimulator_v2_ModelBest1024_20231026164236/readme.md new file mode 100644 index 00000000..32783ff3 --- /dev/null +++ b/WareHouse/LifeSimulator_v2_ModelBest1024_20231026164236/readme.md @@ -0,0 +1,8 @@ + +# 游戏名 +人生重启模拟器 + +# 游戏规则 +* 用户可以点击GoOn按钮。用户的起始年龄为5岁,初始的金钱是1000元。 +* 每点击一次GoOn,屏幕上都能随机显示n年后发生的年龄段发生的人生事件,n的取值为[1,10],这些事件可以是赚取了一定的金钱,金钱取值是[1,1000000],也可能是赔了一定的金钱,金钱取值为[1, 1000000],也有可能是死亡。 死亡则游戏结束。 +* 最后显示用户活到多少年以及此时的金钱数。 \ No newline at end of file