microsoft / jericho

A learning environment for man-made Interactive Fiction games.
GNU General Public License v2.0
261 stars 43 forks source link

Tracking Incomplete Walkthroughs for Supported Games #43

Open MarcCote opened 3 years ago

MarcCote commented 3 years ago

Here's a list of the supported games for which we have a walkthrough.

python tools/test_games.py roms/*

roms/905.z5           PASS
roms/acorncourt.z5    PASS
roms/advent.z5        PASS
roms/adventureland.z5 PASS
roms/afflicted.z8     PASS
roms/anchor.z8        FAIL  Done but score 99/100
roms/awaken.z5        PASS
roms/balances.z5      FAIL  Done but score 50/51
roms/ballyhoo.z3      PASS
roms/curses.z5        FAIL  Done but score 450/550
roms/cutthroat.z3     PASS
roms/deephome.z5      PASS
roms/detective.z5     PASS
roms/dragon.z5        PASS
roms/enchanter.z3     PASS
roms/enter.z5         PASS
roms/gold.z5          PASS
roms/hhgg.z3          PASS
roms/hollywood.z3     PASS
roms/huntdark.z5      PASS
roms/infidel.z3       PASS
roms/inhumane.z5      PASS
roms/jewel.z5         PASS
roms/karn.z5          PASS
roms/lgop.z3          /data/src/jericho/jericho/jericho.py:399: UnsupportedGameWarning: Game 'roms/lgop.z3' is not fully supported. Score, move, change detection will be disabled.
  warnings.warn(msg, UnsupportedGameWarning)
SKIP    Unsupported game
roms/library.z5       PASS
roms/loose.z5         PASS
roms/lostpig.z8       FAIL  Done but score 6/7
roms/ludicorp.z5      PASS
roms/lurking.z3       PASS
roms/moonlit.z5       PASS
roms/murdac.z5        FAIL  Done but score 249/250
roms/night.z5         PASS
roms/omniquest.z5     PASS
roms/partyfoul.z8     PASS
roms/pentari.z5       PASS
roms/planetfall.z3    PASS
roms/plundered.z3     PASS
roms/reverb.z5        PASS
roms/seastalker.z3    PASS
roms/sherlock.z5      PASS
roms/snacktime.z8     PASS
roms/sorcerer.z3      PASS
roms/spellbrkr.z3     PASS
roms/spirit.z5        PASS
roms/temple.z5        PASS
roms/theatre.z5       FAIL  Done but score 47/50
roms/trinity.z4       PASS
roms/tryst205.z5      PASS
roms/weapon.z5        PASS
roms/wishbringer.z3   PASS
roms/yomomma.z8       FAIL  Done but score 34/35
roms/zenon.z5         PASS
roms/zork1.z5         PASS
roms/zork2.z5         PASS
roms/zork3.z5         PASS
roms/ztuu.z5          PASS
MarcCote commented 3 years ago

One can use the script

python tools/find_walkthrough.py

to help figuring out new walkthroughs. Make sure you check the --help to see how you can leverage existing partial walkthroughs instead of starting from scratch.