mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
| .. | ||
| ChatChainConfig.json | ||
| LifeSimulator_v2.prompt | ||
| LifeSimulator_v2_ModelBest1024_20231026164236.log | ||
| main.py | ||
| manual.md | ||
| meta.txt | ||
| PhaseConfig.json | ||
| readme.md | ||
| requirements.txt | ||
| RoleConfig.json | ||
| simulator.py | ||
游戏名
人生重启模拟器
游戏规则
- 用户可以点击GoOn按钮。用户的起始年龄为5岁,初始的金钱是1000元。
- 每点击一次GoOn,屏幕上都能随机显示n年后发生的年龄段发生的人生事件,n的取值为[1,10],这些事件可以是赚取了一定的金钱,金钱取值是[1,1000000],也可能是赔了一定的金钱,金钱取值为[1, 1000000],也有可能是死亡。 死亡则游戏结束。
- 最后显示用户活到多少年以及此时的金钱数。