{
    "description": "あなたの目の前の長い廊下の突き当りには階段があります。道中には何もありません。",
    "tip": "Player の`playTurn`メソッド内で`warrior.walk()`を呼び出して前進してください。",

    "timeBonus": 15,
    "aceScore": 10,

    "floor": {
        "size": {
            "width": 8,
            "height": 1
        },
        "stairs": {
            "x": 7,
            "y": 0
        },
        "warrior": {
          "x": 0,
          "y": 0,
          "facing": "east",
          "abilities": [
              {
                  "name": "walk",
                  "args": []
              }
          ]
        },
        "units": []
    }
}
