mirror of
https://github.com/13hannes11/archive.git
synced 2024-09-03 21:50:58 +02:00
added all past projects
This commit is contained in:
@@ -0,0 +1 @@
|
||||
tests
|
||||
@@ -0,0 +1,92 @@
|
||||
<"standard">
|
||||
|
||||
"0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15" : "bag"
|
||||
|
||||
"OK" : "select 8"
|
||||
"OK" : "place 4;0"
|
||||
|
||||
"0 1 2 3 4 5 6 7 9 10 11 12 13 14 15" : "bag"
|
||||
|
||||
"OK" : "select 15"
|
||||
|
||||
"0 1 2 3 4 5 6 7 9 10 11 12 13 14" : "bag"
|
||||
|
||||
00err : "place"
|
||||
|
||||
"0 1 2 3 4 5 6 7 9 10 11 12 13 14 15" : "bag"
|
||||
|
||||
"OK" : "select 14"
|
||||
"OK" : "place 2;0"
|
||||
|
||||
"0 1 2 3 4 5 6 7 9 10 11 12 13 15" : "bag"
|
||||
|
||||
"OK" : "select 13"
|
||||
"OK" : "place 1;0"
|
||||
|
||||
"0 1 2 3 4 5 6 7 9 10 11 12 15" : "bag"
|
||||
|
||||
"OK" : "select 7"
|
||||
"OK" : "place 4;1"
|
||||
|
||||
"0 1 2 3 4 5 6 9 10 11 12 15" : "bag"
|
||||
|
||||
"OK" : "select 6"
|
||||
"OK" : "place 5;1"
|
||||
|
||||
"0 1 2 3 4 5 9 10 11 12 15" : "bag"
|
||||
|
||||
"OK" : "select 3"
|
||||
"OK" : "place 0;1"
|
||||
|
||||
"0 1 2 4 5 9 10 11 12 15" : "bag"
|
||||
|
||||
"OK" : "select 2"
|
||||
"OK" : "place 1;1"
|
||||
|
||||
"0 1 4 5 9 10 11 12 15" : "bag"
|
||||
|
||||
"OK" : "select 1"
|
||||
"OK" : "place 2;2"
|
||||
|
||||
"0 4 5 9 10 11 12 15" : "bag"
|
||||
|
||||
"OK" : "select 10"
|
||||
"OK" : "place 3;2"
|
||||
|
||||
"0 4 5 9 11 12 15" : "bag"
|
||||
|
||||
"OK" : "select 12"
|
||||
"OK" : "place 4;3"
|
||||
|
||||
"0 4 5 9 11 15" : "bag"
|
||||
|
||||
"OK" : "select 4"
|
||||
"OK" : "place 5;3"
|
||||
|
||||
"0 5 9 11 15" : "bag"
|
||||
|
||||
"OK" : "select 15"
|
||||
"OK" : "place 0;3"
|
||||
|
||||
"0 5 9 11" : "bag"
|
||||
|
||||
"OK" : "select 9"
|
||||
"OK" : "place 1;3"
|
||||
|
||||
"0 5 11" : "bag"
|
||||
|
||||
"OK" : "select 0"
|
||||
"OK" : "place 3;4"
|
||||
|
||||
"5 11" : "bag"
|
||||
|
||||
"OK" : "select 5"
|
||||
"OK" : "place 2;4"
|
||||
|
||||
"11" : "bag"
|
||||
|
||||
"OK" : "select 11"
|
||||
"draw" : "place 5;5"
|
||||
|
||||
"
|
||||
" : "bag"
|
||||
@@ -0,0 +1,58 @@
|
||||
<"torus">
|
||||
"OK" : "select 0"
|
||||
"OK" : "place 6;0"
|
||||
"OK" : "select 1"
|
||||
"OK" : "place 0;2"
|
||||
"OK" : "select 2"
|
||||
"OK" : "place 0;4"
|
||||
"OK" : "select 3"
|
||||
"OK" : "place 1;1"
|
||||
"OK" : "select 4"
|
||||
"OK" : "place 1;3"
|
||||
"OK" : "select 5"
|
||||
"OK" : "place 1;5"
|
||||
"OK" : "select 6"
|
||||
"OK" : "place 2;1"
|
||||
"OK" : "select 7"
|
||||
"OK" : "place 2;3"
|
||||
"OK" : "select 8"
|
||||
"OK" : "place 2;-1"
|
||||
"OK" : "select 9"
|
||||
"OK" : "place 3;0"
|
||||
"OK" : "select 10"
|
||||
"OK" : "place 3;2"
|
||||
"OK" : "select 11"
|
||||
"OK" : "place 3;4"
|
||||
"OK" : "select 12"
|
||||
"OK" : "place 4;1"
|
||||
"OK" : "select 13"
|
||||
"OK" : "place 4;3"
|
||||
"OK" : "select 14"
|
||||
"OK" : "place 4;5"
|
||||
"OK" : "select 15"
|
||||
"draw" : "place 5;1"
|
||||
|
||||
"0 # 1 # 2 #" : "rowprint 0"
|
||||
"# 3 # 4 # 5" : "rowprint +01"
|
||||
"# 6 # 7 # 8" : "rowprint 002"
|
||||
"9 # 10 # 11 #" : "rowprint +3"
|
||||
"# 12 # 13 # 14" : "rowprint 4"
|
||||
"# 15 # # # #" : "rowprint 5"
|
||||
|
||||
"0 # # 9 # #" : "colprint 0"
|
||||
"# 3 6 # 12 15" : "colprint 1"
|
||||
"1 # # 10 # #" : "colprint 2"
|
||||
"# 4 7 # 13 #" : "colprint +03"
|
||||
"2 # # 11 # #" : "colprint 004"
|
||||
"# 5 8 # 14 #" : "colprint +5"
|
||||
|
||||
00err : "colprint -1"
|
||||
00err : "colprint 6"
|
||||
00err : "rowprint -1"
|
||||
00err : "rowprint 6"
|
||||
|
||||
00err : "select 0"
|
||||
00err : "place 1;0"
|
||||
|
||||
"
|
||||
" : "bag"
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
Aa
|
||||
bB
|
||||
C
|
||||
d
|
||||
--
|
||||
Aa;bB;1;3
|
||||
Aa;C;2;4
|
||||
Aa;d;11;20
|
||||
bB;C;5;2
|
||||
C;d;3;1
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,87 @@
|
||||
<"standard">
|
||||
00err : "place"
|
||||
00err : "place 3;2"
|
||||
00err : "place -5;3"
|
||||
00err : "place 16;3"
|
||||
00err : "place -1;4"
|
||||
00err : "place 99999999999999999999;99999999999999999999"
|
||||
00err : "place 5;13"
|
||||
00err : "place 5;kartoffel"
|
||||
00err : "place kartoffel;5"
|
||||
|
||||
00err : "select"
|
||||
00err : "kartoffel"
|
||||
00err : "select -5"
|
||||
00err : "select 16"
|
||||
00err : "select -1"
|
||||
00err : "select 9999999999999999999999999999"
|
||||
00err : "select 5;13"
|
||||
00err : "select 5;kartoffel"
|
||||
|
||||
"OK" : "select 0"
|
||||
|
||||
00err : "select 3"
|
||||
00err : "select"
|
||||
00err : "kartoffel"
|
||||
00err : "select -5"
|
||||
00err : "select 16"
|
||||
00err : "select -1"
|
||||
00err : "select 9999999999999999999999999999"
|
||||
00err : "select 5;13"
|
||||
00err : "select 5;kartoffel"
|
||||
|
||||
00err : "place 3"
|
||||
00err : "place 3;4"
|
||||
"OK" : "select 0"
|
||||
00err : "place"
|
||||
00err : "place 5;2"
|
||||
"OK" : "select 0"
|
||||
00err : "place -3;2"
|
||||
00err : "place 5;2"
|
||||
"OK" : "select 0"
|
||||
00err : "place -5;3"
|
||||
00err : "place 5;2"
|
||||
"OK" : "select 0"
|
||||
00err : "place 16;3"
|
||||
00err : "place 5;2"
|
||||
"OK" : "select 0"
|
||||
00err : "place -1;4"
|
||||
00err : "place 5;2"
|
||||
"OK" : "select 0"
|
||||
00err : "place 99999999999999999999;99999999999999999999"
|
||||
00err : "place 5;2"
|
||||
"OK" : "select 0"
|
||||
00err : "place 5;kartoffel"
|
||||
00err : "place 5;2"
|
||||
"OK" : "select 0"
|
||||
"OK" : "place 5;2"
|
||||
|
||||
00err : "colprint"
|
||||
00err : "colprint "
|
||||
00err : "colprint ; "
|
||||
00err : "colprint kartoffel"
|
||||
00err : "colprint 8"
|
||||
00err : "colprint -8"
|
||||
00err : "colprint 9999999999999999999999"
|
||||
00err : "colprint kartoffel;8"
|
||||
00err : "colprint 8;kartoffel"
|
||||
00err : "colprint -8;999999999999999999"
|
||||
|
||||
00err : "rowprint"
|
||||
00err : "rowprint "
|
||||
00err : "rowprint ; "
|
||||
00err : "rowprint kartoffel"
|
||||
00err : "rowprint 8"
|
||||
00err : "rowprint -8"
|
||||
00err : "rowprint 9999999999999999999999"
|
||||
00err : "rowprint kartoffel;8"
|
||||
00err : "rowprint 8;kartoffel"
|
||||
00err : "rowprint -8;999999999999999999"
|
||||
|
||||
00err : "bag kartoffel"
|
||||
00err : "bag 8"
|
||||
00err : "bag -8"
|
||||
00err : "bag 9999999999999999999999"
|
||||
00err : "bag kartoffel;8"
|
||||
00err : "bag 8;kartoffel"
|
||||
00err : "bag -8;999999999999999999"
|
||||
@@ -0,0 +1,7 @@
|
||||
Aa
|
||||
bB
|
||||
C
|
||||
d
|
||||
--
|
||||
Aa;bB;1;3
|
||||
Aa;bB;2;4
|
||||
@@ -0,0 +1,11 @@
|
||||
Aa
|
||||
aA
|
||||
AA
|
||||
aa
|
||||
bB
|
||||
--
|
||||
aa;bB;1;3
|
||||
Aa;C;2;4
|
||||
Aa;d;11;20
|
||||
bB;C;5;2
|
||||
C;d;3;1
|
||||
@@ -0,0 +1,5 @@
|
||||
bB
|
||||
C
|
||||
d
|
||||
--
|
||||
Aa;bB;1;3
|
||||
@@ -0,0 +1,4 @@
|
||||
Aa
|
||||
bB
|
||||
--
|
||||
Aa;bB;1;-3
|
||||
@@ -0,0 +1,9 @@
|
||||
Aa
|
||||
bB
|
||||
C
|
||||
d
|
||||
Aa;bB;1;3
|
||||
Aa;C;2;4
|
||||
Aa;d;11;20
|
||||
bB;C;5;2
|
||||
C;d;3;1
|
||||
@@ -0,0 +1,6 @@
|
||||
--
|
||||
Aa;bB;1;3
|
||||
Aa;C;2;4
|
||||
Aa;d;11;20
|
||||
bB;C;5;2
|
||||
C;d;3;1
|
||||
@@ -0,0 +1,5 @@
|
||||
Aa
|
||||
bB
|
||||
C
|
||||
d
|
||||
--
|
||||
@@ -0,0 +1,6 @@
|
||||
Aa
|
||||
bB
|
||||
C
|
||||
d
|
||||
--
|
||||
Aa;bB;1;3
|
||||
@@ -0,0 +1,10 @@
|
||||
Aa
|
||||
bB
|
||||
C
|
||||
d
|
||||
--
|
||||
Aa;bB;1;3
|
||||
Aa;C;2;4
|
||||
Aa;d;11;20
|
||||
bB;C;5;2
|
||||
C;d;3;30000000000
|
||||
@@ -0,0 +1,5 @@
|
||||
C
|
||||
d
|
||||
--
|
||||
bB;C;5;2
|
||||
C;d;0;0
|
||||
@@ -0,0 +1,15 @@
|
||||
Aa
|
||||
bB
|
||||
C
|
||||
d
|
||||
e
|
||||
f
|
||||
--
|
||||
Aa;bB;1;+003
|
||||
Aa;C;2;4
|
||||
Aa;d;11;20
|
||||
bb;D;1;1
|
||||
bB;C;5;2
|
||||
C;d;1;1
|
||||
d;e;1;1
|
||||
f;e;1;1
|
||||
@@ -0,0 +1,53 @@
|
||||
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
||||
OK
|
||||
OK
|
||||
0 1 2 3 4 5 6 7 9 10 11 12 13 14 15
|
||||
OK
|
||||
0 1 2 3 4 5 6 7 9 10 11 12 13 14
|
||||
Error, there has been an issue with the number of parameters used with place (therefore turn will be reset)
|
||||
0 1 2 3 4 5 6 7 9 10 11 12 13 14 15
|
||||
OK
|
||||
OK
|
||||
0 1 2 3 4 5 6 7 9 10 11 12 13 15
|
||||
OK
|
||||
OK
|
||||
0 1 2 3 4 5 6 7 9 10 11 12 15
|
||||
OK
|
||||
OK
|
||||
0 1 2 3 4 5 6 9 10 11 12 15
|
||||
OK
|
||||
OK
|
||||
0 1 2 3 4 5 9 10 11 12 15
|
||||
OK
|
||||
OK
|
||||
0 1 2 4 5 9 10 11 12 15
|
||||
OK
|
||||
OK
|
||||
0 1 4 5 9 10 11 12 15
|
||||
OK
|
||||
OK
|
||||
0 4 5 9 10 11 12 15
|
||||
OK
|
||||
OK
|
||||
0 4 5 9 11 12 15
|
||||
OK
|
||||
OK
|
||||
0 4 5 9 11 15
|
||||
OK
|
||||
OK
|
||||
0 5 9 11 15
|
||||
OK
|
||||
OK
|
||||
0 5 9 11
|
||||
OK
|
||||
OK
|
||||
0 5 11
|
||||
OK
|
||||
OK
|
||||
5 11
|
||||
OK
|
||||
OK
|
||||
11
|
||||
OK
|
||||
draw
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
0 # 1 # 2 #
|
||||
# 3 # 4 # 5
|
||||
# 6 # 7 # 8
|
||||
9 # 10 # 11 #
|
||||
# 12 # 13 # 14
|
||||
# 15 # # # #
|
||||
0 # # 9 # #
|
||||
# 3 6 # 12 15
|
||||
1 # # 10 # #
|
||||
# 4 7 # 13 #
|
||||
2 # # 11 # #
|
||||
# 5 8 # 14 #
|
||||
Error, Game is over. Command illegal.
|
||||
Error, Game is over. Command illegal.
|
||||
@@ -0,0 +1,51 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
draw
|
||||
0 # 1 # 2 #
|
||||
# 3 # 4 # 5
|
||||
# 6 # 7 # 8
|
||||
9 # 10 # 11 #
|
||||
# 12 # 13 # 14
|
||||
# 15 # # # #
|
||||
0 # # 9 # #
|
||||
# 3 6 # 12 15
|
||||
1 # # 10 # #
|
||||
# 4 7 # 13 #
|
||||
2 # # 11 # #
|
||||
# 5 8 # 14 #
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
Error, Game is over. Command illegal.
|
||||
Error, Game is over. Command illegal.
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, duplicate vertex found
|
||||
Error, edge is allready contained
|
||||
Error, not a number (format may be wrong or number might be to big)
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
OK
|
||||
OK
|
||||
@@ -0,0 +1,10 @@
|
||||
Error, vertex not found
|
||||
Aa
|
||||
bB
|
||||
d
|
||||
OK
|
||||
C
|
||||
Aa
|
||||
bB
|
||||
d
|
||||
ee
|
||||
@@ -0,0 +1,6 @@
|
||||
OK
|
||||
C
|
||||
C
|
||||
d
|
||||
Error, edge can't be removed
|
||||
OK
|
||||
@@ -0,0 +1,18 @@
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, vertex not found
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, vertex not found
|
||||
Error, vertex not found
|
||||
bB
|
||||
C
|
||||
d
|
||||
bB
|
||||
C
|
||||
d
|
||||
Aa
|
||||
bB
|
||||
d
|
||||
Aa
|
||||
C
|
||||
Aa
|
||||
C
|
||||
@@ -0,0 +1,7 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
Error, Coordinate(s) not on board (or allready occupied).
|
||||
Error, 'select' has to be called before using this command again.
|
||||
OK
|
||||
Error, Coordinate(s) not on board (or allready occupied).
|
||||
@@ -0,0 +1,10 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
Error, 'select' has to be called before using this command again.
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
Error, there has been an issue with the number of parameters used with place (therefore turn will be reset)
|
||||
OK
|
||||
@@ -0,0 +1,10 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
# 5 # # # #
|
||||
@@ -0,0 +1,10 @@
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
Error, vertex not found
|
||||
Error, edge contains vertices that have not been initilized
|
||||
@@ -0,0 +1,97 @@
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, vertex not found
|
||||
Error, vertex not found
|
||||
Error, vertex not found
|
||||
Error, vertex not found
|
||||
Aa
|
||||
Aa
|
||||
Aa
|
||||
Aa
|
||||
Aa bB
|
||||
Aa bB
|
||||
Aa bB
|
||||
Aa bB
|
||||
Aa C bB
|
||||
Aa d C bB
|
||||
Aa C
|
||||
Aa C
|
||||
Aa C
|
||||
Aa bB C
|
||||
Aa C
|
||||
Aa d C
|
||||
Aa C d
|
||||
Aa C d
|
||||
Aa C d
|
||||
Aa bB C d
|
||||
Aa C d
|
||||
Aa d
|
||||
bB
|
||||
bB
|
||||
bB
|
||||
bB
|
||||
bB Aa
|
||||
bB Aa
|
||||
bB Aa
|
||||
bB Aa
|
||||
bB C Aa
|
||||
bB C d Aa
|
||||
bB C
|
||||
bB Aa C
|
||||
bB C
|
||||
bB Aa C
|
||||
bB Aa d C
|
||||
bB C
|
||||
bB C d
|
||||
bB Aa C d
|
||||
bB C d
|
||||
bB Aa C d
|
||||
bB Aa d
|
||||
bB C Aa d
|
||||
bB C d
|
||||
C
|
||||
C
|
||||
C
|
||||
C
|
||||
C Aa
|
||||
C Aa
|
||||
C Aa
|
||||
C Aa
|
||||
C bB Aa
|
||||
C d Aa
|
||||
C bB
|
||||
C Aa bB
|
||||
C bB
|
||||
C Aa bB
|
||||
C bB
|
||||
C d Aa bB
|
||||
C d
|
||||
C d
|
||||
C d
|
||||
C Aa d
|
||||
C bB Aa d
|
||||
C d
|
||||
d
|
||||
d
|
||||
d
|
||||
d
|
||||
d C Aa
|
||||
d C Aa
|
||||
d C Aa
|
||||
d Aa
|
||||
d C Aa
|
||||
d C bB Aa
|
||||
d C bB
|
||||
d C Aa bB
|
||||
d C bB
|
||||
d Aa bB
|
||||
d Aa C bB
|
||||
d C Aa bB
|
||||
d C bB
|
||||
d C
|
||||
d C
|
||||
d C
|
||||
d Aa bB C
|
||||
d Aa C
|
||||
d C
|
||||
@@ -0,0 +1,55 @@
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, please use a valid command (valid commands: 'quit' 'info' 'vertices' 'nodes <City>' 'remove <firstCity>;<secondCity>' 'insert <firstCity>;<secondCity>;<distanceKilometer>;<distanceMinutes>' 'route <startCity>;<destinationCity>;<time|route|optimal|all>' 'search <startCity>;<destinationCity>;<time|route|optimal>' [numbers can't be zero or less])
|
||||
Error, vertex not found
|
||||
Error, vertex not found
|
||||
Error, vertex not found
|
||||
Error, vertex not found
|
||||
0
|
||||
0
|
||||
0
|
||||
3
|
||||
1
|
||||
10
|
||||
4
|
||||
2
|
||||
20
|
||||
5
|
||||
5
|
||||
50
|
||||
0
|
||||
0
|
||||
0
|
||||
3
|
||||
1
|
||||
10
|
||||
2
|
||||
3
|
||||
29
|
||||
3
|
||||
6
|
||||
73
|
||||
0
|
||||
0
|
||||
0
|
||||
4
|
||||
2
|
||||
20
|
||||
2
|
||||
3
|
||||
29
|
||||
1
|
||||
3
|
||||
10
|
||||
0
|
||||
0
|
||||
0
|
||||
5
|
||||
5
|
||||
50
|
||||
3
|
||||
6
|
||||
73
|
||||
1
|
||||
3
|
||||
10
|
||||
@@ -0,0 +1,6 @@
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
OK
|
||||
Error, 'place' has to be called before using this command again.
|
||||
@@ -0,0 +1 @@
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
@@ -0,0 +1 @@
|
||||
Error, please use a valid command (valid commands: 'select <Token>' 'bag' 'colprint <columnnumber>' 'rowprint <rownumber>' 'place <rownumber>;<columnnumber>' 'quit'
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
@@ -0,0 +1,9 @@
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
OK
|
||||
P1 wins
|
||||
3
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user