Partial REUSE cmpliance.

This commit is contained in:
Eric S. Raymond 2023-04-03 10:10:06 -04:00
parent 71abcb4e65
commit 25230068fe
131 changed files with 287 additions and 61 deletions

View file

@ -1,5 +1,8 @@
# Test-suite makefile for open-adventure
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Use absolute path so tests that change working directory still use
# scripts from parent directory. Note that using $PWD seems to fail
# here under Gitlab's CI environment.

View file

@ -1,4 +1,6 @@
## Observe axe after throwing at bear
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Test throwing axe at non-dwarves.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Added coverage of LOC_DEADCRAWL and CROSS_BRIDGE
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Get to dragon, refuse to use bare hands
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Fails due uninteresting difference in whitespace process.
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n

View file

@ -1,4 +1,6 @@
## Test many nonlethal failure conditions
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# See comments in this log
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Attempt to kill snake with bird in the endgame
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Verify that the bird is weightless in inventory
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Checks fix for GitLab issue #40
#NOCOMPARE Bird was not weightless in cage in advent430 so this test is invalid.
n

View file

@ -1,4 +1,6 @@
## Coverage of LOC_BOULDERS2.short
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Break the mirror in endgame and die
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Try to carry bird without cage, then kill bird
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1071883378
in

View file

@ -1,4 +1,6 @@
## Try to carry the bird after freeing it instead of listening
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1495951709
attack

View file

@ -1,4 +1,6 @@
## Resume from absurd save file with numdie = -900
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Can't compare to advent430 due to version skew
n
resume

View file

@ -1,4 +1,6 @@
## Resume from absurd save file with numdie = -1000
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# generating "off my scale" score threshold message
#NOCOMPARE Can't compare to advent430 due to version skew
n

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
"""
This is the open-adventure dungeon text coverage report generator. It
consumes a YAML description of the dungeon and determines whether the

View file

@ -1,4 +1,6 @@
## Jump into a pit and die, refuse reincarnation
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1495774850
in

View file

@ -1,4 +1,6 @@
## Last-minute defeat, with lava. Also tests vase drop before pillow.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Take nugget and fail to climb to the dome
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Check that dead dragon actually moves its location (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 18084731
in

View file

@ -1,4 +1,6 @@
## Try to carry the bird after freeing it instead of listening
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1495951709
in

View file

@ -1,4 +1,6 @@
## Speak a magic word at an inopportune time and drown.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## In which the dwarf kills you
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1494912171
in

View file

@ -1,4 +1,6 @@
## Check that dwarf spawns in alternative location (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 383847
in

View file

@ -1,4 +1,6 @@
## Be done with Giant Room and eggs (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Vanishing eggs in Giant Room (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## 428-point walkthrough
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1838473132

View file

@ -1,4 +1,6 @@
### Check that water is unavailable in endgame
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Addresses GitLab issue #55: in endgame, some object starting states are incorrect
#NOCOMPARE Bird was not weightless in cage in advent430, this test depends on that.
no

View file

@ -1,4 +1,6 @@
## Fail to get maze hint by being empty-handed (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 25508795
in

View file

@ -1,4 +1,6 @@
## Qualify for ogre hint but fail due to dwarves dead (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Fails due uninteresting difference in whitespace process.
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Qualify for ogre hint but fail due to nearby dwarf (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 25508795
in

View file

@ -1,4 +1,6 @@
## Fail getting wood hint by finding appendage (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
n
z

View file

@ -1,4 +1,6 @@
## Attempt to fill lamp, attempt to fill bottle with no source
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
in
carry lamp

View file

@ -1,4 +1,6 @@
## Fill the vase
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Arthur O'Dwyer <arthur.j.odwyer@gmail.com> writes:
#
# (4) Lastly, here's a test case for you! Go get the VASE; then get the

View file

@ -1,4 +1,6 @@
## Test fix for issue 51: rug flying is broken
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Behavior differs due to a bug fix.
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Coverage of LOC_FOOTSLIP
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Observe amber, ruby, sapphire after state change
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1635997320
in

View file

@ -1,4 +1,6 @@
## Test many nonlethal failure conditions
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# This variant elicits the prompt to go back for batteries
# See comments in this log
#NOCOMPARE Relies on "waste"

View file

@ -1,4 +1,6 @@
## Elicit hint for dealing with plugh room and darkness (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1495951709
in

View file

@ -1,4 +1,6 @@
## Elicit hint for dealing with grate
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1495774850
in

View file

@ -1,4 +1,6 @@
## Elicit hint for getting the jade (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Elicit hint for dealing with snake
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1951269982
in

View file

@ -1,4 +1,6 @@
## Elicit hint for dealing with urn (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Policy decision - no point in emulating advent430's extra \n here
n
seed 1495951709

View file

@ -1,4 +1,6 @@
## Hint for Witt's End
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Policy decision - no point in emulating advent430's extra \n here
n
seed 1635997320

View file

@ -1,4 +1,6 @@
## Test for various cases not found in walkthroughs.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE This is busted under advent430 -- see comments within.
foo

View file

@ -1,4 +1,6 @@
## Test for various cases not found in walkthroughs (advent430-compatible).
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Commented-out lines cause troble in advent430
n
seed 1635997320

View file

@ -1,4 +1,6 @@
## Carry when only one object is present
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
in
carry lamp

View file

@ -1,4 +1,6 @@
## Test handling of object after transitive verb.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 826186526
in

View file

@ -1,4 +1,6 @@
## Test handling of transitive verb after noun
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
in
food

View file

@ -1,4 +1,6 @@
## Test the case where your lamp goes dim
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Try (and fail) to carry message at vending machine
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Die while closing
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Check that listen command hears all objects as well as location sound
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
no
seed 1181530211
e

View file

@ -1,4 +1,6 @@
## Attempt to listen at a loud location
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1495951709
@ -139,4 +141,4 @@ u
reservoir
Q'IBJ
n
listen
listen

View file

@ -1,4 +1,6 @@
## Test multiple re-locking and unlocking of bear's chain
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1635997320

View file

@ -1,4 +1,6 @@
## Exercise logging option and seed dump
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#options: -l scratch.tmp
n
in

View file

@ -1,4 +1,6 @@
## Test processing of variuus fee fie foe foo fum cases.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#
# How thry're supposed to work:
#

View file

@ -1,4 +1,6 @@
## Coverage of all LOC_DIFFERENT*
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Elicit the maze hint.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1071883378
in

View file

@ -2,6 +2,8 @@
Welcome to Adventure!! Would you like instructions?
> ## Test handling of object after transitive verb.
> # SPDX-FileCopyrightText: Eric S. Raymond
> # SPDX-License-Identifier: BSD-2-Clause
> n
> n

View file

@ -1,4 +1,6 @@
## Try to open clam without trident and fail
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1635997320
in

View file

@ -1,4 +1,6 @@
## Try to attack ogre with no dwarves present (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 25508795
in

View file

@ -1,4 +1,6 @@
## Elicit the ogre hint.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 437547289
seed 1071883378

View file

@ -1,4 +1,6 @@
## Attempt to oil the beanstalk after watering it
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Simple quit
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#options: -o
#NOCOMPARE Comment not interpreted by advent430
n

View file

@ -1,4 +1,6 @@
#! /bin/sh
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
case $? in
0) echo "ok - $1 succeeded";;
*) echo "not ok - $1 failed";;

View file

@ -1,4 +1,6 @@
# Demonstrate fix of buggy response to unlocking oyster while carrying it.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE This fails due to a known bug in advent430
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Panic test - attempt to unlock grate after game closed.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Panic test - attempt to xyzzy out after game is closed.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Check that pirate steals loose treasure from ground (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1837473132
in

View file

@ -1,4 +1,6 @@
## Pirate mustn't take pyramid from plover/dark rooms (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1830473132
in

View file

@ -1,4 +1,6 @@
## Spot pirate to manifest chest before last treasure (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Death by pitfall
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Die 3 times so we can cover all the obituary messages
n
seed 780351908

View file

@ -1,4 +1,6 @@
## Test access to emerald room and plover teleport
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1495951709

View file

@ -1,4 +1,6 @@
## LOC_NOCLIMB.short (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## LOC_NOCLIMB (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## LOC_PLANTTOP (fuzzed)
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Jump into a pit and die, then be reincarnated
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1495774850
in

View file

@ -1,4 +1,6 @@
## Resume from invalid filename
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE advent430 crashes on resume from invalid filename and we don't care.
n
seed 1240742801

View file

@ -1,4 +1,6 @@
## Resume from from generated save with version mismatch error
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Reveals a bug in advent430 handling of saves with invalid versions.
n
resume

View file

@ -1,4 +1,6 @@
## Save right after starting to invalid filename
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE advent430 crashes on save to invalid filename and we don't care.
n
seed 1240742801

View file

@ -1,4 +1,6 @@
## Save right after starting
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Can't compare to advent430 due to version skew
n
seed 1240742801

View file

@ -1,4 +1,6 @@
## Resume and then quit
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Can't compare to advent430 due to version skew
n
in

View file

@ -1,4 +1,6 @@
## Almost win, then save
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
#NOCOMPARE Seems to reveal a bug in advent430's save function.
n

View file

@ -1,4 +1,6 @@
## Resume, then win
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Here to get class threshold of 426
# Note, savefile name has trailing space
#NOCOMPARE Reveals that advent430 does not resume in endgame gracefully.

View file

@ -1,3 +1,5 @@
## Simple quit
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE New feature, -r option
#options: -r saveresume.adv

View file

@ -1,4 +1,6 @@
## Resume from artificial "corrupted" save
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE Can't compare to advent430 due to version skew
n
resume

View file

@ -1,4 +1,6 @@
## Snake must vocally eat bird
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1951269982
in

View file

@ -1,4 +1,6 @@
## Drop vase in soft room after pillow removed
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Verify that the vase does not break
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Test special words
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#NOCOMPARE The news text has changed
n
thank

View file

@ -1,4 +1,6 @@
## Adventurer fall down go boom. Also tests 'say' verb on magic words.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Verify that bird starts caged in endgame
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
no
seed 1318612053
e

View file

@ -1,4 +1,6 @@
## Coverage of LOC_TALL, LOC_WIDEPLACE, LOC_TIGHTPLACE
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
#! /bin/sh
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#
# tapdiffer - Render diff between input and checkfile as a TAP report
#

View file

@ -1,14 +1,13 @@
#! /bin/sh
# tapview - a TAP (Test Anything Protocol) viewer in pure POSIX shell
#
# Copyright by Eric S. Raymond
#
# This code is intended to be embedded in your project. The author
# grants permission for it to be distributed under the prevailing
# license of your project if you choose, provided that license is
# OSD-compliant; otherwise the following SPDX tag incorporates a
# license by reference.
#
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
#
# This is version 1.6

View file

@ -1,4 +1,6 @@
## 161-point run to pirate appearance and death by dwarf
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Based on walkthrough at http://www.ecsoftwareconsulting.com/node/56
n
seed 1071883378

View file

@ -1,4 +1,6 @@
## See that troll returns if we stole his eggs before crossing
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## check that the turn count penalties occur
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1951269982
in

View file

@ -1,4 +1,6 @@
## Test verbs on urn
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Test filling urn when you have no bottle
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
# Also, try to lock door after oiling it
n
seed 1838473132

View file

@ -1,4 +1,6 @@
## Test filling urn twice. Also, try to lock door after oiling it.
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1838473132
in

View file

@ -1,4 +1,6 @@
## Get batteries from the vending machine
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
n
seed 1635997320
in

Some files were not shown because too many files have changed in this diff Show more