Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created October 21, 2014 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewpalmer/85c8d1e70b066d7ccfcd to your computer and use it in GitHub Desktop.
Save matthewpalmer/85c8d1e70b066d7ccfcd to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Checking your files...
Makefile
dracula.c
hunter.c
GameView.c
GameView.h
HunterView.c
HunterView.h
DracView.c
DracView.h
Makefile
DracView.c
GameView.c
HunterView.c
Map.c
Places.c
Set.c
dracula.c
hunter.c
player.c
Bool.h
DracView.h
Game.h
GameView.h
Globals.h
HunterView.h
Item.h
Map.h
Places.h
Set.h
dracula.h
hunter.h
localGlobals.h
Archive: /home/cs1927ass/14s2.dracula/supplied/hunt.zip
inflating: DracView.c
inflating: DracView.h
inflating: Game.h
inflating: GameView.c
inflating: GameView.h
inflating: Globals.h
inflating: HunterView.c
inflating: HunterView.h
inflating: Makefile
inflating: Map.c
inflating: Map.h
inflating: Places.c
inflating: Places.h
inflating: dracula.c
inflating: dracula.h
inflating: hunter.c
inflating: hunter.h
inflating: player.c
=== Modified Makefile
# Makefile for "Fury of Dracula": The Hunt
# change these to suit your local C environment
CC = gcc
CFLAGS = -Wall -Werror -gdwarf-2 -DDEBUG -std=c99
# do not change the following line
BINS = dracula hunter
# add any other *.o files that your system requires
# (and add their dependencies below after DracView.o)
# if you're not using Map.o or Places.o, you can remove them
OBJS = GameView.o Map.o Places.o Set.o
# add whatever system libraries you need here (e.g. -lm)
LIBS = -ljansson
all : $(BINS)
dracula : dracPlayer.o Map.o Places.o dracula.o DracView.o Set.o $(OBJS) $(LIBS) -ljansson
hunter : hunterPlayer.o Map.o Places.o hunter.o HunterView.o $(OBJS) $(LIBS) -ljansson
dracPlayer.o : player.c Game.h DracView.h dracula.h
$(CC) -DI_AM_DRACULA -c player.c -o dracPlayer.o
hunterPlayer.o : player.c Game.h HunterView.h hunter.h
$(CC) -c player.c -o hunterPlayer.o
dracula.o : dracula.c Game.h DracView.h
hunter.o : hunter.c Game.h HunterView.h
Places.o : Places.c Places.h
Map.o : Map.c Map.h Places.h
GameView.o : GameView.c Globals.h GameView.h
HunterView.o : HunterView.c Globals.h HunterView.h
DracView.o : DracView.c Globals.h DracView.h
# if you use other ADTs, add dependencies for them here
Set.o : Set.c Item.h Bool.h
clean :
rm -f $(BINS) *.o core
=== Compiling Dracula ...
gcc -Wall -Werror -gdwarf-2 -DDEBUG -std=c99 -c -o dracula.o dracula.c
gcc -DI_AM_DRACULA -c player.c -o dracPlayer.o
gcc -Wall -Werror -gdwarf-2 -DDEBUG -std=c99 -c -o Map.o Map.c
gcc -Wall -Werror -gdwarf-2 -DDEBUG -std=c99 -c -o Places.o Places.c
gcc -Wall -Werror -gdwarf-2 -DDEBUG -std=c99 -c -o DracView.o DracView.c
gcc -Wall -Werror -gdwarf-2 -DDEBUG -std=c99 -c -o Set.o Set.c
gcc -Wall -Werror -gdwarf-2 -DDEBUG -std=c99 -c -o GameView.o GameView.c
gcc dracula.o dracPlayer.o Map.o Places.o DracView.o Set.o GameView.o /usr/lib/libjansson.so -o dracula
Dracula AI compiled OK
=== Compiling Hunter ...
gcc -Wall -Werror -gdwarf-2 -DDEBUG -std=c99 -c -o hunter.o hunter.c
gcc -c player.c -o hunterPlayer.o
gcc -Wall -Werror -gdwarf-2 -DDEBUG -std=c99 -c -o HunterView.o HunterView.c
gcc hunter.o hunterPlayer.o Map.o Places.o HunterView.o GameView.o Set.o /usr/lib/libjansson.so -o hunter
Hunter AI compiled OK
=== Playing your Hunter against your Dracula ...
The FURY of DRACULA
_..._
.' '.
; __ __ ;
|/ \ / \|
|\| -- ' -- |/|
|(| \o| |o/ |)|
_\| U |/_
.-' | ,.___., | '-.
\ ; V'-'V ; /
`\ \ / /`
`\ '-...-' /`
`\ / \ /`
`\\_//`
...........................
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "",
"messages": []
}
Program Output: GameView.c: init score ''
GameView.c: init score done
Game Score: 366Location code is CD (CD)
Move: {
"move": "CD",
"message": "CD",
"timer": 105
}
> Moving from: undefined
> Life Points: 9
> Player 0 made move:
> +++
move: CD
message: CD
timer: 105
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD....",
"messages": [
"CD"
]
}
Program Output: GameView.c: init score 'GCD....'
GameView.c: init score done
Game Score: 366Location code is LS (LS)
Move: {
"move": "LS",
"message": "LS",
"timer": 105
}
> Moving from: undefined
> Life Points: 9
> Player 1 made move:
> +++
move: LS
message: LS
timer: 105
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS....",
"messages": [
"CD",
"LS"
]
}
Program Output: GameView.c: init score 'GCD.... SLS....'
GameView.c: init score done
Game Score: 366Location code is CA (CA)
Move: {
"move": "CA",
"message": "CA",
"timer": 138
}
> Moving from: undefined
> Life Points: 9
> Player 2 made move:
> +++
move: CA
message: CA
timer: 138
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA....",
"messages": [
"CD",
"LS",
"CA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA....'
GameView.c: init score done
Game Score: 366Location code is GR (GR)
Move: {
"move": "GR",
"message": "GR",
"timer": 106
}
> Moving from: undefined
> Life Points: 9
> Player 3 made move:
> +++
move: GR
message: GR
timer: 106
> ---
--------------------------------------------------------------------------
> Running player 4...
/tmp/dryrun22979/dracula
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR....",
"messages": [
"CD",
"LS",
"CA",
"GR"
]
}
Program Output: past plays: 'GCD.... SLS.... HCA.... MGR....'
GameView.c: init score 'GCD.... SLS.... HCA.... MGR....'
GameView.c: init score done
Deciding dracula...
Move: {
"move": "AS",
"message": "AS",
"timer": 203
}
> Moving from: undefined
> Blood Points: 40
> Player 4 made move:
> +++
move: AS
message: AS
timer: 203
> ---
> End of Round: 0
> Starting Round: 1
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?....'
current 101 2
drac at sea
GameView.c: init score done
Game Score: 365Location code is KL (Klausenburg)
running on track!
Move: {
"move": "GA",
"message": "GA",
"timer": 112
}
> Moving from: CD
> Life Points: 9
> Player 0 made move:
> +++
move: GA
message: GA
timer: 112
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA....'
current 101 2
drac at sea
GameView.c: init score done
Game Score: 365Location code is MA (Madrid)
running on track!
Move: {
"move": "SN",
"message": "SN",
"timer": 121
}
> Moving from: LS
> Life Points: 9
> Player 1 made move:
> +++
move: SN
message: SN
timer: 121
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN....'
current 101 2
drac at sea
GameView.c: init score done
Game Score: 365Location code is MA (Madrid)
running on track!
Move: {
"move": "MA",
"message": "MA",
"timer": 117
}
> Moving from: CA
> Life Points: 9
> Player 2 made move:
> +++
move: MA
message: MA
timer: 117
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA....'
current 101 2
drac at sea
GameView.c: init score done
Game Score: 365Location code is MA (Madrid)
running on track!
Move: {
"move": "AL",
"message": "AL",
"timer": 117
}
> Moving from: GR
> Life Points: 9
> Player 3 made move:
> +++
move: AL
message: AL
timer: 117
> ---
--------------------------------------------------------------------------
> Running player 4...
/tmp/dryrun22979/dracula
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DAS.... GGA.... SSN.... HMA.... MAL....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL"
]
}
Program exited with code: null
Received signal: SIGABRT
Program Output: dracula: Places.c:122: idToAbbrev: Assertion `(id >= 0 && id <= 70)' failed.
past plays: 'GCD.... SLS.... HCA.... MGR.... DAS.... GGA.... SSN.... HMA.... MAL....'
GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DAS.... GGA.... SSN.... HMA.... MAL....'
current 0 2
drac at sea
GameView.c: init score done
Deciding dracula...
got a move...
Most obvious move: VE
Move data corrupted: ""
[SyntaxError: Unexpected end of input]
Move: {}
undefined illegal
Move undefined
> Player 4 disqualified for illegal move.
> +++
> ---
generating default dracula move
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "D1"
> End of Round: 1
> Starting Round: 2
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1....'
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 364Location code is BC (Bucharest)
running on track!
Move: {
"move": "KL",
"message": "KL",
"timer": 138
}
> Moving from: GA
> Life Points: 9
> Player 0 made move:
> +++
move: KL
message: KL
timer: 138
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL....'
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 364Location code is MA (Madrid)
running on track!
Move: {
"move": "SR",
"message": "SR",
"timer": 126
}
> Moving from: SN
> Life Points: 9
> Player 1 made move:
> +++
move: SR
message: SR
timer: 126
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR....'
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 364Location code is SR (Saragossa)
running on track!
Move: {
"move": "SR",
"message": "SR",
"timer": 125
}
> Moving from: MA
> Life Points: 9
> Player 2 made move:
> +++
move: SR
message: SR
timer: 125
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR....'
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 364Location code is MA (Madrid)
running on track!
Move: {
"move": "BA",
"message": "BA",
"timer": 121
}
> Moving from: AL
> Life Points: 9
> Player 3 made move:
> +++
move: BA
message: BA
timer: 121
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "BI"
> End of Round: 2
> Starting Round: 3
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 363Location code is SZ (Szeged)
running on track!
Move: {
"move": "CD",
"message": "CD",
"timer": 125
}
> Moving from: KL
> Life Points: 9
> Player 0 made move:
> +++
move: CD
message: CD
timer: 125
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 363Location code is TO (Toulouse)
running on track!
Move: {
"move": "BO",
"message": "BO",
"timer": 133
}
> Moving from: SR
> Life Points: 9
> Player 1 made move:
> +++
move: BO
message: BO
timer: 133
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 363Location code is MA (Madrid)
running on track!
Move: {
"move": "TO",
"message": "TO",
"timer": 127
}
> Moving from: SR
> Life Points: 9
> Player 2 made move:
> +++
move: TO
message: TO
timer: 127
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 363Location code is SR (Saragossa)
running on track!
Move: {
"move": "TO",
"message": "TO",
"timer": 130
}
> Moving from: BA
> Life Points: 9
> Player 3 made move:
> +++
move: TO
message: TO
timer: 130
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
AS illegal
Location AS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "NP"
> End of Round: 3
> Starting Round: 4
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 362Location code is KL (Klausenburg)
running on track!
Move: {
"move": "GA",
"message": "GA",
"timer": 125
}
> Moving from: CD
> Life Points: 9
> Player 0 made move:
> +++
move: GA
message: GA
timer: 125
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 362Location code is SR (Saragossa)
running on track!
Move: {
"move": "NA",
"message": "NA",
"timer": 130
}
> Moving from: BO
> Life Points: 9
> Player 1 made move:
> +++
move: NA
message: NA
timer: 130
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 362Location code is SR (Saragossa)
running on track!
Move: {
"move": "CF",
"message": "CF",
"timer": 130
}
> Moving from: TO
> Life Points: 9
> Player 2 made move:
> +++
move: CF
message: CF
timer: 130
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 362Location code is SR (Saragossa)
running on track!
Move: {
"move": "MR",
"message": "MR",
"timer": 152
}
> Moving from: TO
> Life Points: 9
> Player 3 made move:
> +++
move: MR
message: MR
timer: 152
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
BI illegal
Location BI already in trail
BI illegal
Location BI already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "TS"
BI illegal
Location BI already in trail
> End of Round: 4
> Starting Round: 5
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 361Location code is BC (Bucharest)
running on track!
Move: {
"move": "KL",
"message": "KL",
"timer": 130
}
> Moving from: GA
> Life Points: 9
> Player 0 made move:
> +++
move: KL
message: KL
timer: 130
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 361Location code is PA (Paris)
running on track!
Move: {
"move": "LE",
"message": "LE",
"timer": 134
}
> Moving from: NA
> Life Points: 9
> Player 1 made move:
> +++
move: LE
message: LE
timer: 134
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 361Location code is TO (Toulouse)
running on track!
Move: {
"move": "PA",
"message": "PA",
"timer": 144
}
> Moving from: CF
> Life Points: 9
> Player 2 made move:
> +++
move: PA
message: PA
timer: 144
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 361Location code is ZU (Zurich)
running on track!
Move: {
"move": "GO",
"message": "GO",
"timer": 144
}
> Moving from: MR
> Life Points: 9
> Player 3 made move:
> +++
move: GO
message: GO
timer: 144
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
NP illegal
Location NP already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "CG"
> End of Round: 5
> Starting Round: 6
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 360Location code is SZ (Szeged)
running on track!
Move: {
"move": "CD",
"message": "CD",
"timer": 138
}
> Moving from: KL
> Life Points: 9
> Player 0 made move:
> +++
move: CD
message: CD
timer: 138
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 360Location code is PA (Paris)
running on track!
Move: {
"move": "BU",
"message": "BU",
"timer": 140
}
> Moving from: LE
> Life Points: 9
> Player 1 made move:
> +++
move: BU
message: BU
timer: 140
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 360Location code is ST (Strasbourg)
running on track!
Move: {
"move": "GE",
"message": "GE",
"timer": 153
}
> Moving from: PA
> Life Points: 9
> Player 2 made move:
> +++
move: GE
message: GE
timer: 153
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 360Location code is MI (Milan)
running on track!
Move: {
"move": "VE",
"message": "VE",
"timer": 139
}
> Moving from: GO
> Life Points: 9
> Player 3 made move:
> +++
move: VE
message: VE
timer: 139
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
TS illegal
Location TS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "HI"
> End of Round: 6
> Starting Round: 7
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 359Location code is KL (Klausenburg)
running on track!
Move: {
"move": "GA",
"message": "GA",
"timer": 138
}
> Moving from: CD
> Life Points: 9
> Player 0 made move:
> +++
move: GA
message: GA
timer: 138
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 359Location code is ST (Strasbourg)
running on track!
Move: {
"move": "AM",
"message": "AM",
"timer": 142
}
> Moving from: BU
> Life Points: 9
> Player 1 made move:
> +++
move: AM
message: AM
timer: 142
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 359Location code is MI (Milan)
running on track!
Move: {
"move": "ST",
"message": "ST",
"timer": 143
}
> Moving from: GE
> Life Points: 9
> Player 2 made move:
> +++
move: ST
message: ST
timer: 143
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 359Location code is VI (Vienna)
running on track!
Move: {
"move": "FL",
"message": "FL",
"timer": 145
}
> Moving from: VE
> Life Points: 9
> Player 3 made move:
> +++
move: FL
message: FL
timer: 145
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
TS illegal
Location TS already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "D3"
> End of Round: 7
> Starting Round: 8
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 358Location code is KL (Klausenburg)
running on track!
Move: {
"move": "KL",
"message": "KL",
"timer": 146
}
> Moving from: GA
> Life Points: 9
> Player 0 made move:
> +++
move: KL
message: KL
timer: 146
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 358Location code is CO (Cologne)
running on track!
Move: {
"move": "CO",
"message": "CO",
"timer": 144
}
> Moving from: AM
> Life Points: 9
> Player 1 made move:
> +++
move: CO
message: CO
timer: 144
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 358Location code is ZU (Zurich)
running on track!
Move: {
"move": "ZU",
"message": "ZU",
"timer": 153
}
> Moving from: ST
> Life Points: 9
> Player 2 made move:
> +++
move: ZU
message: ZU
timer: 153
> ---
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 352Location code is RO (Rome)
running on track!
Move: {
"move": "RO",
"message": "RO",
"timer": 151
}
> Moving from: FL
> Life Points: 9
> Player 3 made move:
> +++
move: RO
message: RO
timer: 151
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
CG illegal
Location CG already in trail
CG illegal
Location CG already in trail
NP illegal
Location NP already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "IO"
CG illegal
Location CG already in trail
> End of Round: 8
> Starting Round: 9
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M.",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M.'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 351Location code is SZ (Szeged)
running on track!
Move: {
"move": "CD",
"message": "CD",
"timer": 153
}
> Moving from: KL
> Life Points: 9
> Player 0 made move:
> +++
move: CD
message: CD
timer: 153
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 351Location code is FR (Frankfurt)
running on track!
Move: {
"move": "HA",
"message": "HA",
"timer": 155
}
> Moving from: CO
> Life Points: 9
> Player 1 made move:
> +++
move: HA
message: HA
timer: 155
> ---
--------------------------------------------------------------------------
> Running player 2...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA"
]
}
Program exited with code: null
Received signal: SIGSEGV
Program Output:
Move data corrupted: ""
[SyntaxError: Unexpected end of input]
Move: {}
> Player 2 disqualified for illegal move.
> +++
> ---
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DC?T... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 345Location code is NP (Naples)
running on track!
Move: {
"move": "NP",
"message": "NP",
"timer": 153
}
> Moving from: RO
> Life Points: 9
> Player 3 made move:
> +++
move: NP
message: NP
timer: 153
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
TS illegal
Location TS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "VA"
> End of Round: 9
> Starting Round: 10
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 344Location code is KL (Klausenburg)
running on track!
Move: {
"move": "GA",
"message": "GA",
"timer": 166
}
> Moving from: CD
> Life Points: 9
> Player 0 made move:
> +++
move: GA
message: GA
timer: 166
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 344Location code is BR (Berlin)
running on track!
Move: {
"move": "LI",
"message": "LI",
"timer": 162
}
> Moving from: HA
> Life Points: 9
> Player 1 made move:
> +++
move: LI
message: LI
timer: 162
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 338Location code is RO (Rome)
running on track!
Move: {
"move": "BI",
"message": "BI",
"timer": 162
}
> Moving from: NP
> Life Points: 7
> Player 3 made move:
> +++
move: BI
message: BI
timer: 162
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
IO illegal
Location IO already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "AT"
> End of Round: 10
> Starting Round: 11
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 337Location code is BC (Bucharest)
running on track!
Move: {
"move": "KL",
"message": "KL",
"timer": 167
}
> Moving from: GA
> Life Points: 9
> Player 0 made move:
> +++
move: KL
message: KL
timer: 167
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 337Location code is NU (Nuremburg)
running on track!
Move: {
"move": "FR",
"message": "FR",
"timer": 159
}
> Moving from: LI
> Life Points: 9
> Player 1 made move:
> +++
move: FR
message: FR
timer: 159
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 331Location code is NP (Naples)
running on track!
Move: {
"move": "AS",
"message": "AS",
"timer": 176
}
> Moving from: BI
> Life Points: 7
> Player 3 made move:
> +++
move: AS
message: AS
timer: 176
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
VA illegal
Location VA already in trail
IO illegal
Location IO already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "TP"
VA illegal
Location VA already in trail
IO illegal
Location IO already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
> End of Round: 11
> Starting Round: 12
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M.",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M.'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 17 1
GameView.c: init score done
Game Score: 330Location code is SZ (Szeged)
running on track!
Move: {
"move": "CD",
"message": "CD",
"timer": 164
}
> Moving from: KL
> Life Points: 9
> Player 0 made move:
> +++
move: CD
message: CD
timer: 164
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD..",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD..'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 17 1
GameView.c: init score done
Game Score: 330Location code is ST (Strasbourg)
running on track!
Move: {
"move": "NU",
"message": "NU",
"timer": 170
}
> Moving from: FR
> Life Points: 9
> Player 1 made move:
> +++
move: NU
message: NU
timer: 170
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DC?T... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 17 1
GameView.c: init score done
Game Score: 324Location code is VE (Venice)
running on track!
Move: {
"move": "IO",
"message": "IO",
"timer": 168
}
> Moving from: AS
> Life Points: 7
> Player 3 made move:
> +++
move: IO
message: IO
timer: 168
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "HI"
> End of Round: 12
> Starting Round: 13
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M.",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M.'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 17 1
current 17 1
GameView.c: init score done
Game Score: 323Location code is KL (Klausenburg)
running on track!
Move: {
"move": "GA",
"message": "GA",
"timer": 165
}
> Moving from: CD
> Life Points: 3
> Player 0 made move:
> +++
move: GA
message: GA
timer: 165
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 17 1
current 17 1
GameView.c: init score done
Game Score: 323Location code is MU (Munich)
running on track!
Move: {
"move": "PR",
"message": "PR",
"timer": 171
}
> Moving from: NU
> Life Points: 9
> Player 1 made move:
> +++
move: PR
message: PR
timer: 171
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DC?T... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 17 1
current 17 1
GameView.c: init score done
Game Score: 317Location code is VA (Valona)
running on track!
Move: {
"move": "VA",
"message": "VA",
"timer": 174
}
> Moving from: IO
> Life Points: 7
> Player 3 made move:
> +++
move: VA
message: VA
timer: 174
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "GA"
> End of Round: 13
> Starting Round: 14
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V..",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V..'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 100 1
current 17 1
current 17 1
current 26 1
GameView.c: init score done
Game Score: 316Location code is BC (Bucharest)
running on track!
Move: {
"move": "KL",
"message": "KL",
"timer": 170
}
> Moving from: GA
> Life Points: 3
> Player 0 made move:
> +++
move: KL
message: KL
timer: 170
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 100 1
current 17 1
current 17 1
current 26 1
GameView.c: init score done
Game Score: 316Location code is VI (Vienna)
running on track!
Move: {
"move": "VI",
"message": "VI",
"timer": 181
}
> Moving from: PR
> Life Points: 9
> Player 1 made move:
> +++
move: VI
message: VI
timer: 181
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DC?T... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 100 1
current 17 1
current 17 1
current 26 1
GameView.c: init score done
Game Score: 310Location code is SO (Sofia)
running on track!
Move: {
"move": "AT",
"message": "AT",
"timer": 180
}
> Moving from: VA
> Life Points: 5
> Player 3 made move:
> +++
move: AT
message: AT
timer: 180
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
CD illegal
Location CD already in trail
undefined illegal
Move undefined
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "KL"
> End of Round: 14
> Starting Round: 15
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
GameView.c: init score done
Game Score: 309Location code is SZ (Szeged)
running on track!
Move: {
"move": "CD",
"message": "CD",
"timer": 183
}
> Moving from: KL
> Life Points: 3
> Player 0 made move:
> +++
move: CD
message: CD
timer: 183
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
GameView.c: init score done
Game Score: 309Location code is ZA (Zagreb)
running on track!
Move: {
"move": "BD",
"message": "BD",
"timer": 181
}
> Moving from: VI
> Life Points: 9
> Player 1 made move:
> +++
move: BD
message: BD
timer: 181
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
GameView.c: init score done
Game Score: 303Location code is VA (Valona)
running on track!
Move: {
"move": "VA",
"message": "VA",
"timer": 181
}
> Moving from: AT
> Life Points: 3
> Player 3 made move:
> +++
move: VA
message: VA
timer: 181
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
CD illegal
Location CD already in trail
GA illegal
Location GA already in trail
undefined illegal
Move undefined
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "SZ"
> End of Round: 15
> Starting Round: 16
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 100 1
GameView.c: init score done
Game Score: 302Location code is KL (Klausenburg)
running on track!
Move: {
"move": "GA",
"message": "GA",
"timer": 185
}
> Moving from: CD
> Life Points: 1
> Player 0 made move:
> +++
move: GA
message: GA
timer: 185
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 100 1
GameView.c: init score done
Game Score: 302Location code is VI (Vienna)
running on track!
Move: {
"move": "ZA",
"message": "ZA",
"timer": 188
}
> Moving from: BD
> Life Points: 9
> Player 1 made move:
> +++
move: ZA
message: ZA
timer: 188
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 100 1
GameView.c: init score done
Game Score: 296Location code is SO (Sofia)
running on track!
Move: {
"move": "SA",
"message": "SA",
"timer": 278
}
> Moving from: VA
> Life Points: 3
> Player 3 made move:
> +++
move: SA
message: SA
timer: 278
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
JM illegal
Hospital
KL illegal
Location KL already in trail
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "ZA"
> End of Round: 16
> Starting Round: 17
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU.... MSA.... DZAT...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU.... MSA.... DZAT...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 100 1
current 69 1
GameView.c: init score done
Game Score: 295Location code is BC (Bucharest)
Move: {
"move": "BC",
"message": "BC",
"timer": 193
}
> Moving from: GA
> Life Points: 1
> Player 0 made move:
> +++
move: BC
message: BC
timer: 193
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU.... MSA.... DZAT... GBC....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU.... MSA.... DZAT... GBC....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 100 1
current 69 1
GameView.c: init score done
Game Score: 295Location code is VI (Vienna)
Move: {
"move": "VI",
"message": "VI",
"timer": 199
}
> Moving from: ZA
> Life Points: 9
> Player 1 made move:
> +++
move: VI
message: VI
timer: 199
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 100 1
current 69 1
GameView.c: init score done
Game Score: 289Location code is VA (Valona)
Move: {
"move": "VA",
"message": "VA",
"timer": 191
}
> Moving from: SA
> Life Points: 3
> Player 3 made move:
> +++
move: VA
message: VA
timer: 191
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
JM illegal
Hospital
SZ illegal
Location SZ already in trail
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "MU"
> End of Round: 17
> Starting Round: 18
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DC?T... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 100 1
current 69 1
current 100 1
GameView.c: init score done
Game Score: 288Location code is SZ (Szeged)
Move: {
"move": "SZ",
"message": "SZ",
"timer": 204
}
> Moving from: BC
> Life Points: 1
> Player 0 made move:
> +++
move: SZ
message: SZ
timer: 204
> ---
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T... GSZT...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T... GSZT...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 100 1
GameView.c: init score done
Game Score: 282Location code is VE (Venice)
Move: {
"move": "VE",
"message": "VE",
"timer": 252
}
> Moving from: VI
> Life Points: 9
> Player 1 made move:
> +++
move: VE
message: VE
timer: 252
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T... GSZT... SVE.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T... GSZT... SVE.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 100 1
GameView.c: init score done
Game Score: 276Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 205
}
> Moving from: VA
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 205
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
ZA illegal
Location ZA already in trail
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "HI"
> End of Round: 18
> Starting Round: 19
--------------------------------------------------------------------------
> Running player 0...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T... GSZT... SVE.... HZU.... MSO.... DC?T...",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T... GSZT... SVE.... HZU.... MSO.... DC?T...'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 275Location code is BD (Budapest)
Move: {
"move": "BD",
"message": "BD",
"timer": 215
}
> Player 0 disqualified for illegal move.
> +++
move: BD
message: BD
timer: 215
> ---
Default Hunter Move "JM"
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T... GSZT... SVE.... HZU.... MSO.... DC?T... GJM....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DC?T... GSZT... SVE.... HZU.... MSO.... DC?T... GJM....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 275Location code is MU (Munich)
Move: {
"move": "MU",
"message": "MU",
"timer": 222
}
> Moving from: VE
> Life Points: 9
> Player 1 made move:
> +++
move: MU
message: MU
timer: 222
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
GameView.c: init score done
Game Score: 269Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 203
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 203
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
ZA illegal
Location ZA already in trail
undefined illegal
Move undefined
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "NU"
> End of Round: 19
> Starting Round: 20
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DC?T... GJM....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DC?T... GJM....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 100 1
GameView.c: init score done
Game Score: 268Location code is NU (Nuremburg)
Move: {
"move": "NU",
"message": "NU",
"timer": 209
}
> Moving from: MU
> Life Points: 1
> Player 1 made move:
> +++
move: NU
message: NU
timer: 209
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
GameView.c: init score done
Game Score: 256Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 213
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 213
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MU illegal
Location MU already in trail
undefined illegal
Move undefined
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "LI"
> End of Round: 20
> Starting Round: 21
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
> Running player 1...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
GameView.c: init score done
Game Score: 255Location code is MU (Munich)
Move: {
"move": "MU",
"message": "MU",
"timer": 232
}
> Player 1 disqualified for illegal move.
> +++
move: MU
message: MU
timer: 232
> ---
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
GameView.c: init score done
Game Score: 249Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 217
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 217
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
NU illegal
Location NU already in trail
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "D1"
> End of Round: 21
> Starting Round: 22
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 242Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 221
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 221
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
NU illegal
Location NU already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "FR"
> End of Round: 22
> Starting Round: 23
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 235Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 249
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 249
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LI illegal
Location LI already in trail
NU illegal
Location NU already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "ST"
> End of Round: 23
> Starting Round: 24
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 228Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 244
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 244
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
FR illegal
Location FR already in trail
NU illegal
Location NU already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "PA"
> End of Round: 24
> Starting Round: 25
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 221Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 242
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 242
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
ST illegal
Location ST already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "LE"
> End of Round: 25
> Starting Round: 26
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 214Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 242
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 242
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
PA illegal
Location PA already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "HI"
> End of Round: 26
> Starting Round: 27
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 207Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 275
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 275
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
PA illegal
Location PA already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "EC"
> End of Round: 27
> Starting Round: 28
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 200Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 250
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 250
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LE illegal
Location LE already in trail
LE illegal
Location LE already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "PL"
LE illegal
Location LE already in trail
> End of Round: 28
> Starting Round: 29
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 193Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 261
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 261
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
EC illegal
Location EC already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "LO"
> End of Round: 29
> Starting Round: 30
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 186Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 270
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 270
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
PL illegal
Location PL already in trail
EC illegal
Location EC already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "MN"
> End of Round: 30
> Starting Round: 31
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 179Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 275
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 275
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LO illegal
Location LO already in trail
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "D1"
> End of Round: 31
> Starting Round: 32
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 172Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 288
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 288
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LO illegal
Location LO already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "LV"
> End of Round: 32
> Starting Round: 33
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 152Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 284
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 284
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MN illegal
Location MN already in trail
MN illegal
Location MN already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "IR"
MN illegal
Location MN already in trail
> End of Round: 33
> Starting Round: 34
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 145Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 295
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 295
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LV illegal
Location LV already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "AO"
> End of Round: 34
> Starting Round: 35
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 138Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 299
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 299
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
IR illegal
Location IR already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "GW"
> End of Round: 35
> Starting Round: 36
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 131Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 296
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 296
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
AO illegal
Location AO already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "DU"
> End of Round: 36
> Starting Round: 37
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 124Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 302
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 302
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
GW illegal
Location GW already in trail
IR illegal
Location IR already in trail
GW illegal
Location GW already in trail
IR illegal
Location IR already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "D4"
GW illegal
Location GW already in trail
IR illegal
Location IR already in trail
> End of Round: 37
> Starting Round: 38
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 117Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 310
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 310
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
DU illegal
Location DU already in trail
DU illegal
Location DU already in trail
AO illegal
Location AO already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "LV"
DU illegal
Location DU already in trail
> End of Round: 38
> Starting Round: 39
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 110Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 323
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 323
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
IR illegal
Location IR already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "HI"
> End of Round: 39
> Starting Round: 40
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 103Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 321
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 321
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
IR illegal
Location IR already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "SW"
> End of Round: 40
> Starting Round: 41
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 96Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 326
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 326
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LV illegal
Location LV already in trail
LV illegal
Location LV already in trail
IR illegal
Location IR already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "LO"
LV illegal
Location LV already in trail
> End of Round: 41
> Starting Round: 42
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 89Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 331
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 331
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
SW illegal
Location SW already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "PL"
> End of Round: 42
> Starting Round: 43
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 82Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 338
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 338
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LO illegal
Location LO already in trail
LO illegal
Location LO already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "D2"
LO illegal
Location LO already in trail
> End of Round: 43
> Starting Round: 44
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 75Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 340
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 340
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
PL illegal
Location PL already in trail
SW illegal
Location SW already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "EC"
> End of Round: 44
> Starting Round: 45
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: 68Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 353
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 353
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LO illegal
Location LO already in trail
PL illegal
Location PL already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "NS"
> End of Round: 45
> Starting Round: 46
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: 48Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 359
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 359
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
EC illegal
Location EC already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "ED"
> End of Round: 46
> Starting Round: 47
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: 41Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 357
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 357
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
NS illegal
Location NS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "HI"
> End of Round: 47
> Starting Round: 48
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: 34Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 363
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 363
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
NS illegal
Location NS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "MN"
> End of Round: 48
> Starting Round: 49
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 27Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 369
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 369
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
ED illegal
Location ED already in trail
ED illegal
Location ED already in trail
undefined illegal
Move undefined
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "LO"
ED illegal
Location ED already in trail
> End of Round: 49
> Starting Round: 50
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 20Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 369
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 369
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MN illegal
Location MN already in trail
MN illegal
Location MN already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "D1"
MN illegal
Location MN already in trail
> End of Round: 50
> Starting Round: 51
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 13Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 380
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 380
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MN illegal
Location MN already in trail
MN illegal
Location MN already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "PL"
MN illegal
Location MN already in trail
> End of Round: 51
> Starting Round: 52
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: 6Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 392
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 392
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LO illegal
Location LO already in trail
LO illegal
Location LO already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "EC"
LO illegal
Location LO already in trail
> End of Round: 52
> Starting Round: 53
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
GameView.c: init score done
Game Score: -1Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 393
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 393
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
LO illegal
Location LO already in trail
PL illegal
Location PL already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "NS"
> End of Round: 53
> Starting Round: 54
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
GameView.c: init score done
Game Score: -8Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 387
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 387
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
EC illegal
Location EC already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Cannot hide at sea
Default Dracula Move: "ED"
> End of Round: 54
> Starting Round: 55
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
GameView.c: init score done
Game Score: -15Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 398
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 398
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
NS illegal
Location NS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "MN"
> End of Round: 55
> Starting Round: 56
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
GameView.c: init score done
Game Score: -22Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 405
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 405
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
ED illegal
Location ED already in trail
ED illegal
Location ED already in trail
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "D2"
ED illegal
Location ED already in trail
> End of Round: 56
> Starting Round: 57
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -29Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 415
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 415
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MN illegal
Location MN already in trail
NS illegal
Location NS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
MN illegal
Location MN already in trail
NS illegal
Location NS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "HI"
MN illegal
Location MN already in trail
NS illegal
Location NS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
> End of Round: 57
> Starting Round: 58
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -36Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 455
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 455
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MN illegal
Location MN already in trail
NS illegal
Location NS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "TP"
MN illegal
Location MN already in trail
NS illegal
Location NS already in trail
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
> End of Round: 58
> Starting Round: 59
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
GameView.c: init score done
Game Score: -43Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 424
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 424
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "KL"
> End of Round: 59
> Starting Round: 60
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
GameView.c: init score done
Game Score: -50Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 430
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 430
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
CD illegal
Location CD already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "BE"
> End of Round: 60
> Starting Round: 61
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -57Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 454
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 454
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
JM illegal
Hospital
KL illegal
Location KL already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "SZ"
> End of Round: 61
> Starting Round: 62
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -64Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 436
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 436
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
BE illegal
Location BE already in trail
BE illegal
Location BE already in trail
JM illegal
Hospital
KL illegal
Location KL already in trail
undefined illegal
Move undefined
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "BD"
BE illegal
Location BE already in trail
> End of Round: 62
> Starting Round: 63
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -71Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 493
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 493
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
KL illegal
Location KL already in trail
SZ illegal
Location SZ already in trail
KL illegal
Location KL already in trail
SZ illegal
Location SZ already in trail
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "D1"
KL illegal
Location KL already in trail
SZ illegal
Location SZ already in trail
> End of Round: 63
> Starting Round: 64
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -78Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 459
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 459
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
KL illegal
Location KL already in trail
SZ illegal
Location SZ already in trail
KL illegal
Location KL already in trail
SZ illegal
Location SZ already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "ZA"
KL illegal
Location KL already in trail
SZ illegal
Location SZ already in trail
> End of Round: 64
> Starting Round: 65
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -85Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 488
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 488
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
BD illegal
Location BD already in trail
JM illegal
Hospital
BD illegal
Location BD already in trail
JM illegal
Hospital
SZ illegal
Location SZ already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "MU"
BD illegal
Location BD already in trail
JM illegal
Hospital
> End of Round: 65
> Starting Round: 66
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -92Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 460
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 460
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
ZA illegal
Location ZA already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "MI"
> End of Round: 66
> Starting Round: 67
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -99Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 469
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 469
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MU illegal
Location MU already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "ZU"
> End of Round: 67
> Starting Round: 68
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD..",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD..'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current -1 1
GameView.c: init score done
Game Score: -106Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 487
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 487
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MI illegal
Location MI already in trail
MU illegal
Location MU already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "ST"
> End of Round: 68
> Starting Round: 69
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current -1 1
current 100 1
GameView.c: init score done
Game Score: -113Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 479
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 479
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MU illegal
Location MU already in trail
ZU illegal
Location ZU already in trail
undefined illegal
Move undefined
D3 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "D1"
> End of Round: 69
> Starting Round: 70
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current -1 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -120Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 495
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 495
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
MU illegal
Location MU already in trail
ZU illegal
Location ZU already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "GE"
> End of Round: 70
> Starting Round: 71
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current -1 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -127Location code is VR (Varna)
Move: {
"move": "VR",
"message": "VR",
"timer": 499
}
> Moving from: SO
> Life Points: 3
> Player 3 made move:
> +++
move: VR
message: VR
timer: 499
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
ST illegal
Location ST already in trail
ZU illegal
Location ZU already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
Default Dracula Move: "HI"
> End of Round: 71
> Starting Round: 72
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.V. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.V. GJM.... SJM.... HZU....'
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 47 1
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 65 1
current 3 1
current 17 1
current 17 1
current 26 1
current 34 1
current 62 1
current 69 1
current 45 1
current 45 1
current 49 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 101 2
drac at sea
current 101 2
drac at sea
current 100 1
current 100 1
current 100 1
current 100 1
current 17 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current 100 1
current -1 1
current 100 1
current 100 1
current 100 1
current 100 1
GameView.c: init score done
Game Score: -147Location code is SO (Sofia)
Move: {
"move": "SO",
"message": "SO",
"timer": 505
}
> Moving from: VR
> Life Points: 3
> Player 3 made move:
> +++
move: SO
message: SO
timer: 505
> ---
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.4
generating default dracula move
ST illegal
Location ST already in trail
ZU illegal
Location ZU already in trail
undefined illegal
Move undefined
D1 illegal
Illegal double-back: not adjacent or is already in trail
D2 illegal
Illegal double-back: not adjacent or is already in trail
D3 illegal
Illegal double-back: not adjacent or is already in trail
D4 illegal
Illegal double-back: not adjacent or is already in trail
D5 illegal
Illegal double-back: not adjacent or is already in trail
HI illegal
Already made a hide
Default Dracula Move: "PA"
> End of Round: 72
> Starting Round: 73
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.0
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.1
Default Hunter Move "JM"
--------------------------------------------------------------------------
Player is currently disqualified. Making a move on their behalf.2
Default Hunter Move "ZU"
--------------------------------------------------------------------------
> Running player 3...
/tmp/dryrun22979/hunter
Running with input: {
"pastPlays": "GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... HZU.... MNPT... DVAT... GGA.... SLI.... HZU.... MBI.... DATT... GKL.... SFR.... HZU.... MAS.... DTPT.M. GCDTD.. SNU.... HZU.... MIO.... DHIT.M. GGA.... SPR.... HZU.... MVAT... DGA.V.. GKL.... SVI.... HZU.... MATT... DKLT... GCDT... SBD.... HZU.... MVA.... DSZT... GGAV... SZA.... HZU.... MSA.... DZAT... GBC.... SVI.... HZU.... MVA.... DMUT... GSZT... SVE.... HZU.... MSO.... DHIT... GJM.... SMUTTD. HZU.... MVR.... DNUT... GJM.... SNUT... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DHI.VM. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.V. GJM.... SJM.... HZU.... MVR.... DS?.... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD4..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHI.V.. GJM.... SJM.... HZU.... MSO.... DC?T... GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD2T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD1T... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DS?..M. GJM.... SJM.... HZU.... MVR.... DS?..M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DD2T.M. GJM.... SJM.... HZU.... MVR.... DHIT.M. GJM.... SJM.... HZU.... MSO.... DTPT... GJM.... SJM.... HZU.... MVR.... DC?T... GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?.VM. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DZUT.M. GJM.... SJM.... HZUTD.. MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DD1T.M. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU.... MVR.... DC?T.V. GJM.... SJM.... HZU.... MSO.... DC?T.M. GJM.... SJM.... HZU....",
"messages": [
"CD",
"LS",
"CA",
"GR",
"AS",
"GA",
"SN",
"MA",
"AL",
"+++Out Of Cheese Error+++",
"KL",
"SR",
"SR",
"BA",
"+++Oneoneoneoneoneoneone+++",
"CD",
"BO",
"TO",
"TO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"GA",
"NA",
"CF",
"MR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"LE",
"PA",
"GO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"BU",
"GE",
"VE",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"AM",
"ST",
"FL",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"KL",
"CO",
"ZU",
"RO",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"CD",
"HA",
"+++Mr. Jelly! Mr. Jelly!+++",
"NP",
"+++Mr. Jelly! Mr. Jelly!+++",
"GA",
"LI",
"+++Mr. Jelly! Mr. Jelly!+++",
"BI",
"+++Whoops! Here Comes The Cheese!+++",
"KL",
"FR",
"+++Mr. Jelly! Mr. Jelly!+++",
"AS",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"CD",
"NU",
"+++Mr. Jelly! Mr. Jelly!+++",
"IO",
"+++Oneoneoneoneoneoneone+++",
"GA",
"PR",
"+++Oneoneoneoneoneoneone+++",
"VA",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"KL",
"VI",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"AT",
"+++Whoops! Here Comes The Cheese!+++",
"CD",
"BD",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VA",
"+++Oneoneoneoneoneoneone+++",
"GA",
"ZA",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SA",
"+++Mr. Jelly! Mr. Jelly!+++",
"BC",
"VI",
"+++Whoops! Here Comes The Cheese!+++",
"VA",
"+++Out Of Cheese Error+++",
"SZ",
"VE",
"+++Out Of Cheese Error+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"MU",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"NU",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++MELON MELON MELON+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Out Of Cheese Error+++",
"+++MELON MELON MELON+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++MELON MELON MELON+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Out Of Cheese Error+++",
"VR",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Oneoneoneoneoneoneone+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"SO",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"SO",
"+++MELON MELON MELON+++",
"+++Error At Address: 14, Treacle Mine Road, Ankh-Morpork+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Whoops! Here Comes The Cheese!+++",
"VR",
"+++Whoops! Here Comes The Cheese!+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"SO",
"+++Oneoneoneoneoneoneone+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"SO",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"VR",
"+++MELON MELON MELON+++",
"+++Oneoneoneoneoneoneone+++",
"+++Out Of Cheese Error+++",
"+++Whoops! Here Comes The Cheese!+++",
"SO",
"+++MELON MELON MELON+++",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"VR",
"+++Mr. Jelly! Mr. Jelly!+++",
"+++Out Of Cheese Error+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++",
"+++Oneoneoneoneoneoneone+++",
"SO",
"+++Whoops! Here Comes The Cheese!+++",
"+++Oneoneoneoneoneoneone+++",
"+++MELON MELON MELON+++",
"+++Divide By Cucumber Error. Please Reinstall Universe And Reboot+++"
]
}
Program Output: GameView.c: init score 'GCD.... SLS.... HCA.... MGR.... DS?.... GGA.... SSN.... HMA.... MAL.... DD1.... GKL.... SSR.... HSR.... MBA.... DC?T... GCD.... SBO.... HTO.... MTO.... DNPT... GGA.... SNA.... HCF.... MMR.... DS?.... GKL.... SLE.... HPA.... MGO.... DC?T... GCD.... SBU.... HGE.... MVE.... DHIT... GGA.... SAM.... HST.... MFL.... DD3.... GKL.... SCO.... HZU.... MRO.... DS?..M. GCD.... SHA.... H
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment