Exemplo n.º 1
0
def FirstRoom():
    goblin = Units.MakeGoblin()
    units = [goblin]

    sword = Weapons.MakeSword()
    rewards = [sword]

    return Room("Basic", "You have entered the first room",
                ["[1] option 1", "[2] option 2"], units, rewards)