鱼C论坛

 找回密码
 立即注册
查看: 918|回复: 6

[已解决]新手写了个小文字游戏,请教class的相关问题

[复制链接]
发表于 2020-5-26 11:38:25 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
新手写了个小文字游戏,请教几个问题:

如果游戏中阵亡了,如何转跳到游戏开始呢?
class Death():
    def enter(self):
        print('你已阵亡,请重新开始')
        return class start()    #这里转跳到游戏开始部分应该怎么写?


打赢Boss后掉落钥匙,才能打开另外房间
class Aroom():
    yaoshi = 0    #没有钥匙
    def enter(self):
        print('战胜Boss并获得钥匙')
        yaoshi = 1    #得到钥匙

class Broom():
    def enter(self):
        if yaoshi == 1:
            print('进入房间')
        else:
            print('门锁上了,你没有钥匙')

思路就是这样,但不知道具体代码如何实现,求大佬指导
最佳答案
2020-5-26 11:44:57
本帖最后由 Twilight6 于 2020-5-26 11:46 编辑

我觉得你定义的类有点问题,你应该定义一个类 然后把那个类有的方法全部写在一个类里 而不是你写了 一个死亡类,一个房间类

比如你应该这样写:
定义一个 class Hero()  英雄类   然后英雄类里面包含 开房间的事件  死亡事件  战斗事件   就编写三个  开房间方法,死亡方法,战斗方法

在定义一个 class room 房间类 房间内 有无 补给事件,就编写一个补给方法  这样构思吧

上面只是个人建议~~~

本帖被以下淘专辑推荐:

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2020-5-26 11:39:28 | 显示全部楼层
发个完整代码吧
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-5-26 11:40:28 | 显示全部楼层
你可以写一个开始的room,然后在里面写一个main函数,用于游戏的开始
要是死了,可以调用这个main重新开始
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-5-26 11:40:39 | 显示全部楼层
不知道你想怎么面向对象
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-5-26 11:44:57 | 显示全部楼层    本楼为最佳答案   
本帖最后由 Twilight6 于 2020-5-26 11:46 编辑

我觉得你定义的类有点问题,你应该定义一个类 然后把那个类有的方法全部写在一个类里 而不是你写了 一个死亡类,一个房间类

比如你应该这样写:
定义一个 class Hero()  英雄类   然后英雄类里面包含 开房间的事件  死亡事件  战斗事件   就编写三个  开房间方法,死亡方法,战斗方法

在定义一个 class room 房间类 房间内 有无 补给事件,就编写一个补给方法  这样构思吧

上面只是个人建议~~~
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2020-5-26 12:01:33 | 显示全部楼层
只是参考了这个,毕竟是别人的代码。想通过自己思考写一个。

说实话class有点难理解,这东西好像不用class也能实现的吧。
from sys import exit
from random import randint
from textwrap import dedent


class Scene():
    def enter(self):
        print("This scene is not yet configured.---此场景尚未配置。")
        print("Subclass it and implement enter()---将其子类化并实现enter().")
        exit(1)


class Engine():
    def __init__(self, scene_map):
        self.scene_map = scene_map

    def play(self):
        current_scene = self.scene_map.opening_scene()
        last_scene = self.scene_map.next_scene('finished---完成')
        while current_scene != last_scene:
            next_scene_name = current_scene.enter()
            current_scene = self.scene_map.next_scene(next_scene_name)
            current_scene.enter()


class Death(Scene):
    quips = [
            "You died.  You kinda suck at this.---你死了。你真是太差劲了。",
            "Your mom would be proud...if she were smarter.---如果你妈妈更聪明,她会为你骄傲的。",
            "Such a luser.真是个笨蛋",
            "I have a small puppy that's better at this.---我有一只小狗更擅长这个。",
            "You're worse than your Dad's jokes.---你比你爸爸的笑话还糟。"
            ]
    
    def enter(self):
        print(Death.quips[randint(0, len(self.quips)-1)])


class CentralCorridor(Scene):
    def enter(self):
        print(dedent("""
                The Gothons of Planet Percal #25 have invaded your ship and
                destroyed your entire crew. You are the last surviving
                member and your last mission is to get the neutron destruce
                bomb from the Weapons Armory, put it in the bridge, and
                blow the ship up after getting into an escape pod.

                You're running down the central corridro to the Weapons
                Armory when a Gothon jumps out, red scaly skin, dark grimy
                teeth, and evil clown costume flowing around his hate
                filled body. He's blocking the door to the Armory and
                about to pull a weapon to blast you.
                ---
                Percal25号星球上的哥顿人入侵了你的飞船,杀了你的全体船员。
                你是最后的幸存者,你最后的任务获得武器库里的中子毁灭炸弹,放在主控舱,然后把船炸成逃生舱。
                你沿着中央走廊跑去找武器军械库时,一只哥顿人跳出来,红色的鳞片皮肤,全身黑色的污垢。
                他挡住了军械库的门并用武器攻击你。
                """))

        action = input('>')

        if action == 'shoot!':
            print(dedent("""
                    Quick on the draw you yank out your blaster and fire it at the Gothon. 
                    His clown costume is flowing and moving around his body, which throws off you aim.
                    This completely ruins his brand new costume but misses him entirely,
                    which makes him fly into an insane rage and blast you repeatedly in the face untill you are dead.
                    Then he eats you.
                    ---
                    你迅速拔出你的爆破枪,向Gothon开火。
                    他滑稽的服饰在他的身边流动,这使你无法瞄准。
                    这完全破坏了他的全新服饰,但没有命中他,
                    这使他勃然大怒,不断地朝你脸上猛烈攻击,直到你死去。
                    然后他吃了你。
                    """))
            return 'death'
        
        elif action == 'dodge!':
            print(dedent("""
                    Like a world class boxer you dodge, weave, slip and slide right as the Gothon's blaster cranks a laser past your head. 
                    In the middle of your artful dodge your foot slips and you bang your head on the metal wall and pass out. 
                    You wake up shortly after only to die as the Gothon stomps on your head and eats you.
                    ---
                    就像一个世界级的拳击手,你躲避、迂回、滑动、向右滚动,Gothon的爆破枪发射的激光在你头上闪过。
                    在巧妙闪避中你的脚滑了一下,你的头撞在了金属墙上之后晕倒了。
                    你醒来后不久就死了,因为Gothon踩着你的头并吃掉了你。
                    """))
            return 'death'

        elif action == 'tell a joke':
            print(dedent("""
                    Lucky for you they made you learn Gothon insults in the academy. 
                    You tell the one Gothon joke you know:
                    Lbhe zbgure vf fb sng , jura fur fvgf nebhaq gur ubhfr, jura fur fvgf nebhaq gur ubhfr. 
                    The Gothon stops, tries not to laugh, then busts out laughing and can't move.
                    While he's laughing you run up and shoot him square in the head putting him down, then jump through the Weapon Armory door.
                    ---
                    幸运的是,他们让你在学院里学会了Gothon侮辱性语言。
                    你讲了一个你知道的Gothon笑话:
                    Lbhe zbgure vf fb sng, jura fur fvgf nebhaq ubhfr, jura fur fvgf nebhaq ubhfr。
                    Gothon停下来,试着不笑,然后突然大笑起来,动弹不得。
                    当他在笑的时候,你跑上去朝他的头部开了一枪把他打倒,然后从武器室的门跳过去。
                    """))
            return 'laser_weapon_armory'

        else:
            print("DOSE NOT COMPUTE!---不算,重来")
            return 'central_corridor'


class LaserWeaponArmory(Scene):
    def enter(self):
        print(dedent("""
                You do a dive roll into the Weapon Armory, crouch and scan the room for more Gothons that might be hiding. 
                It's dead quiet, too quiet. You stand up and run to the far side of the room and find the neutron bomb in its container.
                There's a keypad lock on the box and you need the code to get the bomb out. 
                If you get the code wrong 10 times then the lock closes forever and you can't get the bomb. 
                The code is 3 digits.
                ---
                你俯冲翻滚进武器库,蹲伏并扫描房间以寻找可能隐藏的更多Gothon。
                这里很安静,非常安静,你站起来跑到房间的另一边,在它的容器里找到了中子弹。
                盒子上有一个键盘锁,你需要密码才能把炸弹取出来。 如果你错了10次,锁就会永远关闭,你就得不到炸弹。 
                密码是3位数。
                """))

        code = f"{randint(1,9)}{randint(1,9)}{randint(1,9)}"
        guess = input('[keypad]> ')
        guesses = 0

        while guess != code and guesses < 10:
            print('BZZZZEDDD!')
            guesses += 1
            guess = input('[keypad]> ')

        if guess == code:
            print(dedent("""
                    The container clicks open and the seal breaks, letting gas out. 
                    You grab the neutron bomb and run as fast as you can to he bridge where you must place it in the right spot.
                    ---
                    容器咔嗒一声打开,密封破裂,让气体排出。 
                    你抓住中子弹并尽可能快地跑到主控舱,你必须将它放在正确的位置。
                    """))
            return 'the_bridge'
        else:
            print(dedent("""
                    The lock buzzes one last time and then you hear a sickening melting sound as the mechanism is fused together. 
                    You decide to sit there, and you die .
                    锁最后一次发出嗡嗡声,当装置融合在一起时你听到了令人作呕的融化声。 
                    你决定就坐在那里,你死了。 
                    """))
            return 'death'


class TheBridge(Scene):
    def enter(self):
        print(dedent("""
                You burst onto the Bridge with the netron destruct bomb under your arm and surprise 5 Gothons who are trying to take control of the ship.
                Each of them has an even uglier clown costume than the last. 
                They haven't pulled their weapons out yet, 
                as they see the active bomb under your arm and don't want to set it off.
                ---
                你胳膊挟着毁灭炸弹突然出现在主控舱,让试图控制这艘船的5个哥顿人大吃一惊。
                他们每个人都有比上一个更丑的滑稽服饰。
                他们没拿出武器,因为他们看到你胳膊下的炸弹,不想让它引爆。
                """))
        action = input('> ')

        if action == 'throw the bomb':
            print(dedent("""
                    In a panic you throw the bomb at the group of Gothons and make a leap for the door. 
                    Right as you drop it a Gothon shoots you right in the back killing you. 
                    As you die you see another Gothon frantically try to disarm the bomb. 
                    You die knowing they will probably blow up when it goes off.
                    ---
                    你惊慌失措地把炸弹扔向哥顿人,然后向门口跳去。
                    就在你扔下它的时候,一只Gothon朝你的背部开枪杀死了你。
                    当你死的时候,你会看到另一只Gothon疯狂地试图拆除炸弹。
                    你死的时候知道它们可能会在拆弹的时候爆炸。
                    """))
            return 'death'
        elif action == 'slowly place the bomb':
            print(dedent("""
                    You point your blaster at the bomb under your arm and the Gothons put their hands up and start to sweat .
                    You inch backward to the door, open it ,and then carefully place the bomb on the floor, pointing your blaster at it. 
                    You then jump back through the door, punch the close button and blast the lock so the Gothon can't get out . 
                    Now that the bomb is placed you run to the escape pod to get off this tin can.
                    ---
                    你用爆破枪指着你胳膊下的炸弹,哥顿人举起手开始冒汗。
                    你慢慢的向门移动,打开门,然后小心地把炸弹放在地板上,用爆破枪指着它。
                    然后你跳回门里,按下关闭按钮,破坏门锁,让Gothon跑不出去。
                    既然炸弹已经放好了,你就跑到逃生舱去把这个“罐头”弄下来。
                    """))
            return 'escape_pod'
        else:
            print('DOES NOT COMPUTE!---不算,重来')
            return 'the_bridge'


class EscapePod(Scene):
    def enter(self):
        print(dedtne("""
                You rush through the ship desperately trying to make it to the escape pod before the whole ship explodes. 
                It seems like hardly any Gothons are on the ship, so your run is clear of interference. 
                You get to the chamber with the escape pods ,and now need to pick one to take. 
                Some of them could be damage but you don't have time to look.
                There's 5 pods, which one do you take?
                ---
                你拼命冲过飞船,试图在整个飞船爆炸前到达逃生舱。
                看来船上几乎没有哥顿人,所以你的奔跑没有干扰。
                你带着逃生舱来到了密室,现在需要选择一个逃生舱。
                其中一些可能会造成损害,但你没有时间去看。
                有5个逃生舱,你带哪一个?
                """))
        good_pod = randint(1,5)
        guess = input('[pod #]> ')

        if int(guess) != good_pod:
            print(dedent("""
                    You jump into pod {guess} and hit the eject button.
                    The escapes pod  out into the void of space, 
                    then implodes as the hull ruptures, crushing your body into jam jelly.
                    ---
                    进入{guess}#舱,然后点击弹出按钮。
                    逃生舱飞出太空,
                    然后在船体破裂时发生内爆,把你的身体压成果冻酱。
                    """))
            return 'death'
        else:
            print(dedent("""
                    You jump into pod {guess} and hit the eject button.
                    The pod easily slides out into space heading to the planet below. 
                    As it flies to the planet, you look back and see your ship implode then explode like a
                    bright star, taking out the Gothon ship at the same time.
                    You won!
                    ---
                    进入{guess}#舱,然后点击弹出按钮。
                    逃生舱很容易的飞出太空,,飞向下面的行星。
                    当它飞向地球时,你回头看,你的飞船爆炸了,然后像一颗明亮的星,同时把Gothon飞船干掉了。
                    你赢了!
                    """))
            return 'finished'


class Finished(Scene):
    def enter(self):
        print('You won! Good job.')
        return 'finished'


class Map():
    scenes = {
        'central_corridor': CentralCorridor(),
        'laser_weapon_armory': LaserWeaponArmory(),
        'the_bridge': TheBridge(),
        'escape_pod': EscapePod(),
        'death': Death(),
        'finished': Finished(),
        }
    
    def __init__(self, start_scene):
        self.start_scene = start_scene

    def next_scene(self, scene_name):
        val = Map.scenes.get(scene_name)
        return val

    def opening_scene(self):
        return self.next_scene(self.start_scene)




a_map =Map('central_corridor')
a_game = Engine(a_map)
a_game.play()
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2020-5-26 12:05:15 | 显示全部楼层
Twilight6 发表于 2020-5-26 11:44
我觉得你定义的类有点问题,你应该定义一个类 然后把那个类有的方法全部写在一个类里 而不是你写了 一个死 ...

参照了这个,想自己动脑写一个。
却发现class有点难理解,这文字游戏好像不用class也能实现的吧
from sys import exit
from random import randint
from textwrap import dedent


class Scene():
    def enter(self):
        print("This scene is not yet configured.---此场景尚未配置。")
        print("Subclass it and implement enter()---将其子类化并实现enter().")
        exit(1)


class Engine():
    def __init__(self, scene_map):
        self.scene_map = scene_map

    def play(self):
        current_scene = self.scene_map.opening_scene()
        last_scene = self.scene_map.next_scene('finished---完成')
        while current_scene != last_scene:
            next_scene_name = current_scene.enter()
            current_scene = self.scene_map.next_scene(next_scene_name)
            current_scene.enter()


class Death(Scene):
    quips = [
            "You died.  You kinda suck at this.---你死了。你真是太差劲了。",
            "Your mom would be proud...if she were smarter.---如果你妈妈更聪明,她会为你骄傲的。",
            "Such a luser.真是个笨蛋",
            "I have a small puppy that's better at this.---我有一只小狗更擅长这个。",
            "You're worse than your Dad's jokes.---你比你爸爸的笑话还糟。"
            ]
    
    def enter(self):
        print(Death.quips[randint(0, len(self.quips)-1)])


class CentralCorridor(Scene):
    def enter(self):
        print(dedent("""
                The Gothons of Planet Percal #25 have invaded your ship and
                destroyed your entire crew. You are the last surviving
                member and your last mission is to get the neutron destruce
                bomb from the Weapons Armory, put it in the bridge, and
                blow the ship up after getting into an escape pod.

                You're running down the central corridro to the Weapons
                Armory when a Gothon jumps out, red scaly skin, dark grimy
                teeth, and evil clown costume flowing around his hate
                filled body. He's blocking the door to the Armory and
                about to pull a weapon to blast you.
                ---
                Percal25号星球上的哥顿人入侵了你的飞船,杀了你的全体船员。
                你是最后的幸存者,你最后的任务获得武器库里的中子毁灭炸弹,放在主控舱,然后把船炸成逃生舱。
                你沿着中央走廊跑去找武器军械库时,一只哥顿人跳出来,红色的鳞片皮肤,全身黑色的污垢。
                他挡住了军械库的门并用武器攻击你。
                """))

        action = input('>')

        if action == 'shoot!':
            print(dedent("""
                    Quick on the draw you yank out your blaster and fire it at the Gothon. 
                    His clown costume is flowing and moving around his body, which throws off you aim.
                    This completely ruins his brand new costume but misses him entirely,
                    which makes him fly into an insane rage and blast you repeatedly in the face untill you are dead.
                    Then he eats you.
                    ---
                    你迅速拔出你的爆破枪,向Gothon开火。
                    他滑稽的服饰在他的身边流动,这使你无法瞄准。
                    这完全破坏了他的全新服饰,但没有命中他,
                    这使他勃然大怒,不断地朝你脸上猛烈攻击,直到你死去。
                    然后他吃了你。
                    """))
            return 'death'
        
        elif action == 'dodge!':
            print(dedent("""
                    Like a world class boxer you dodge, weave, slip and slide right as the Gothon's blaster cranks a laser past your head. 
                    In the middle of your artful dodge your foot slips and you bang your head on the metal wall and pass out. 
                    You wake up shortly after only to die as the Gothon stomps on your head and eats you.
                    ---
                    就像一个世界级的拳击手,你躲避、迂回、滑动、向右滚动,Gothon的爆破枪发射的激光在你头上闪过。
                    在巧妙闪避中你的脚滑了一下,你的头撞在了金属墙上之后晕倒了。
                    你醒来后不久就死了,因为Gothon踩着你的头并吃掉了你。
                    """))
            return 'death'

        elif action == 'tell a joke':
            print(dedent("""
                    Lucky for you they made you learn Gothon insults in the academy. 
                    You tell the one Gothon joke you know:
                    Lbhe zbgure vf fb sng , jura fur fvgf nebhaq gur ubhfr, jura fur fvgf nebhaq gur ubhfr. 
                    The Gothon stops, tries not to laugh, then busts out laughing and can't move.
                    While he's laughing you run up and shoot him square in the head putting him down, then jump through the Weapon Armory door.
                    ---
                    幸运的是,他们让你在学院里学会了Gothon侮辱性语言。
                    你讲了一个你知道的Gothon笑话:
                    Lbhe zbgure vf fb sng, jura fur fvgf nebhaq ubhfr, jura fur fvgf nebhaq ubhfr。
                    Gothon停下来,试着不笑,然后突然大笑起来,动弹不得。
                    当他在笑的时候,你跑上去朝他的头部开了一枪把他打倒,然后从武器室的门跳过去。
                    """))
            return 'laser_weapon_armory'

        else:
            print("DOSE NOT COMPUTE!---不算,重来")
            return 'central_corridor'


class LaserWeaponArmory(Scene):
    def enter(self):
        print(dedent("""
                You do a dive roll into the Weapon Armory, crouch and scan the room for more Gothons that might be hiding. 
                It's dead quiet, too quiet. You stand up and run to the far side of the room and find the neutron bomb in its container.
                There's a keypad lock on the box and you need the code to get the bomb out. 
                If you get the code wrong 10 times then the lock closes forever and you can't get the bomb. 
                The code is 3 digits.
                ---
                你俯冲翻滚进武器库,蹲伏并扫描房间以寻找可能隐藏的更多Gothon。
                这里很安静,非常安静,你站起来跑到房间的另一边,在它的容器里找到了中子弹。
                盒子上有一个键盘锁,你需要密码才能把炸弹取出来。 如果你错了10次,锁就会永远关闭,你就得不到炸弹。 
                密码是3位数。
                """))

        code = f"{randint(1,9)}{randint(1,9)}{randint(1,9)}"
        guess = input('[keypad]> ')
        guesses = 0

        while guess != code and guesses < 10:
            print('BZZZZEDDD!')
            guesses += 1
            guess = input('[keypad]> ')

        if guess == code:
            print(dedent("""
                    The container clicks open and the seal breaks, letting gas out. 
                    You grab the neutron bomb and run as fast as you can to he bridge where you must place it in the right spot.
                    ---
                    容器咔嗒一声打开,密封破裂,让气体排出。 
                    你抓住中子弹并尽可能快地跑到主控舱,你必须将它放在正确的位置。
                    """))
            return 'the_bridge'
        else:
            print(dedent("""
                    The lock buzzes one last time and then you hear a sickening melting sound as the mechanism is fused together. 
                    You decide to sit there, and you die .
                    锁最后一次发出嗡嗡声,当装置融合在一起时你听到了令人作呕的融化声。 
                    你决定就坐在那里,你死了。 
                    """))
            return 'death'


class TheBridge(Scene):
    def enter(self):
        print(dedent("""
                You burst onto the Bridge with the netron destruct bomb under your arm and surprise 5 Gothons who are trying to take control of the ship.
                Each of them has an even uglier clown costume than the last. 
                They haven't pulled their weapons out yet, 
                as they see the active bomb under your arm and don't want to set it off.
                ---
                你胳膊挟着毁灭炸弹突然出现在主控舱,让试图控制这艘船的5个哥顿人大吃一惊。
                他们每个人都有比上一个更丑的滑稽服饰。
                他们没拿出武器,因为他们看到你胳膊下的炸弹,不想让它引爆。
                """))
        action = input('> ')

        if action == 'throw the bomb':
            print(dedent("""
                    In a panic you throw the bomb at the group of Gothons and make a leap for the door. 
                    Right as you drop it a Gothon shoots you right in the back killing you. 
                    As you die you see another Gothon frantically try to disarm the bomb. 
                    You die knowing they will probably blow up when it goes off.
                    ---
                    你惊慌失措地把炸弹扔向哥顿人,然后向门口跳去。
                    就在你扔下它的时候,一只Gothon朝你的背部开枪杀死了你。
                    当你死的时候,你会看到另一只Gothon疯狂地试图拆除炸弹。
                    你死的时候知道它们可能会在拆弹的时候爆炸。
                    """))
            return 'death'
        elif action == 'slowly place the bomb':
            print(dedent("""
                    You point your blaster at the bomb under your arm and the Gothons put their hands up and start to sweat .
                    You inch backward to the door, open it ,and then carefully place the bomb on the floor, pointing your blaster at it. 
                    You then jump back through the door, punch the close button and blast the lock so the Gothon can't get out . 
                    Now that the bomb is placed you run to the escape pod to get off this tin can.
                    ---
                    你用爆破枪指着你胳膊下的炸弹,哥顿人举起手开始冒汗。
                    你慢慢的向门移动,打开门,然后小心地把炸弹放在地板上,用爆破枪指着它。
                    然后你跳回门里,按下关闭按钮,破坏门锁,让Gothon跑不出去。
                    既然炸弹已经放好了,你就跑到逃生舱去把这个“罐头”弄下来。
                    """))
            return 'escape_pod'
        else:
            print('DOES NOT COMPUTE!---不算,重来')
            return 'the_bridge'


class EscapePod(Scene):
    def enter(self):
        print(dedtne("""
                You rush through the ship desperately trying to make it to the escape pod before the whole ship explodes. 
                It seems like hardly any Gothons are on the ship, so your run is clear of interference. 
                You get to the chamber with the escape pods ,and now need to pick one to take. 
                Some of them could be damage but you don't have time to look.
                There's 5 pods, which one do you take?
                ---
                你拼命冲过飞船,试图在整个飞船爆炸前到达逃生舱。
                看来船上几乎没有哥顿人,所以你的奔跑没有干扰。
                你带着逃生舱来到了密室,现在需要选择一个逃生舱。
                其中一些可能会造成损害,但你没有时间去看。
                有5个逃生舱,你带哪一个?
                """))
        good_pod = randint(1,5)
        guess = input('[pod #]> ')

        if int(guess) != good_pod:
            print(dedent("""
                    You jump into pod {guess} and hit the eject button.
                    The escapes pod  out into the void of space, 
                    then implodes as the hull ruptures, crushing your body into jam jelly.
                    ---
                    进入{guess}#舱,然后点击弹出按钮。
                    逃生舱飞出太空,
                    然后在船体破裂时发生内爆,把你的身体压成果冻酱。
                    """))
            return 'death'
        else:
            print(dedent("""
                    You jump into pod {guess} and hit the eject button.
                    The pod easily slides out into space heading to the planet below. 
                    As it flies to the planet, you look back and see your ship implode then explode like a
                    bright star, taking out the Gothon ship at the same time.
                    You won!
                    ---
                    进入{guess}#舱,然后点击弹出按钮。
                    逃生舱很容易的飞出太空,,飞向下面的行星。
                    当它飞向地球时,你回头看,你的飞船爆炸了,然后像一颗明亮的星,同时把Gothon飞船干掉了。
                    你赢了!
                    """))
            return 'finished'


class Finished(Scene):
    def enter(self):
        print('You won! Good job.')
        return 'finished'


class Map():
    scenes = {
        'central_corridor': CentralCorridor(),
        'laser_weapon_armory': LaserWeaponArmory(),
        'the_bridge': TheBridge(),
        'escape_pod': EscapePod(),
        'death': Death(),
        'finished': Finished(),
        }
    
    def __init__(self, start_scene):
        self.start_scene = start_scene

    def next_scene(self, scene_name):
        val = Map.scenes.get(scene_name)
        return val

    def opening_scene(self):
        return self.next_scene(self.start_scene)




a_map =Map('central_corridor')
a_game = Engine(a_map)
a_game.play()
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-22 19:16

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表