mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-07 18:40:13 +03:00
31 lines
933 B
Plaintext
31 lines
933 B
Plaintext
Task:
|
||
帮我写一个人生重启模拟器,用户可以点击GoOn按钮。用户的起始年龄为5岁,初始的金钱是1000元。每点击一次GoOn,屏幕上都能随机显示n年后发生的年龄段发生的人生事件,n的取值为[1,10],这些事件可以是赚取了一定的金钱,金钱取值是[1,1000000],也可能是赔了一定的金钱,金钱取值为[1, 1000000],也有可能是死亡。死亡则游戏结束。最后显示用户活到多少年以及此时的金钱数。
|
||
|
||
Config:
|
||
ChatEnvConfig.clear_structure: True
|
||
ChatEnvConfig.git_management: False
|
||
ChatEnvConfig.gui_design: True
|
||
|
||
|
||
Roster:
|
||
Chief Executive Officer, Counselor, Chief Human Resource Officer, Chief Product Officer, Chief Technology Officer, Programmer, Code Reviewer, Software Test Engineer, Chief Creative Officer
|
||
|
||
Modality:
|
||
application
|
||
|
||
Ideas:
|
||
|
||
|
||
Language:
|
||
Python
|
||
|
||
Code_Version:
|
||
4.0
|
||
|
||
Proposed_images:
|
||
0
|
||
|
||
Incorporated_images:
|
||
0
|
||
|