OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [example/] [rogue.exp] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
#!../expect -f
2
# Look for a GREAT game of rogue.
3
# Idea is that any game with a Strength of 18 is unusually good.
4
# Written by Don Libes - March, 1990
5
 
6
set timeout -1
7
while {1} {
8
        spawn rogue
9
        expect  "Str: 18" break \
10
                "Str: 16"
11
        send "Q"
12
        expect "quit?"
13
        send "y"
14
        close
15
        wait
16
}
17
interact

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.