-
Notifications
You must be signed in to change notification settings - Fork 0
/
fixture.txt
55 lines (48 loc) · 1.84 KB
/
fixture.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
n ~ ~ ~ ~ ~ ~ n
s ~ n ~ ~ o ~ x
~ ~ x ~ ~ ~ ~ s
o ~ x ~ o ~ ~ ~
~ ~ s ~ ~ ~ n ~
~ ~ ~ ~ ~ ~ s ~
n ~ w x e ~ ~ ~
s ~ ~ ~ ~ ~ ~ o
checkAllCounts([[n,'~','~','~','~','~','~',n],[s,'~',n,'~','~',o,'~',x],['~','~',x,'~','~','~','~',s],[o,'~',x,'~',o,'~','~','~'],['~','~',s,'~','~','~',n,'~'],['~','~','~','~','~','~',s,'~'],[n,'~',w,x,e,'~','~','~'],[s,'~','~','~','~','~','~',o]], [2,4,2,3,2,1,4,2], [5,0,5,1,2,1,2,4]).
checkAllColumnCounts([[n,'~','~','~','~','~','~',n],
[s,'~',n,'~','~',o,'~',x],
['~','~',x,'~','~','~','~',s],
[o,'~',x,'~',o,'~','~','~'],
['~','~',s,'~','~','~',n,'~'],
['~','~','~','~','~','~',s,'~'],
[n,'~',w,x,e,'~','~','~'],
[s,'~','~','~','~','~','~',o]], [5,0,5,1,2,1,2,4], 8, 8).
checkAmountOfBoats([[n,'~','~','~','~','~','~',n],[s,'~',n,'~','~',o,'~',x],['~','~',x,'~','~','~','~',s],[o,'~',x,'~',o,'~','~','~'],['~','~',s,'~','~','~',n,'~'],['~','~','~','~','~','~',s,'~'],[n,'~',w,x,e,'~','~','~'],[s,'~','~','~','~','~','~',o]], [4,3,2,1]).
findall(X, checkField([
[n,_,'~',_,_,_,_,n],
[_,_,n,'~',_,o,_,_],
['~','~',_,'~',_,_,_,s],
[_,'~',x,'~',_,_,'~','~'],
[_,_,_,'~',_,_,n,_],
[_,_,_,'~',_,_,_,_],
[_,_,_,x,_,'~',_,_],
[_,_,_,_,_,_,_,_]],
X), L), member([[n,'~','~','~','~','~','~',n],[s,'~',n,'~','~',o,'~',x],['~','~',x,'~','~','~','~',s],[o,'~',x,'~',o,'~','~','~'],['~','~',s,'~','~','~',n,'~'],['~','~','~','~','~','~',s,'~'],[n,'~',w,x,e,'~','~','~'],[s,'~','~','~','~','~','~',o]], L).
battleShip([
[n,_,'~',_,_,_,_,n],
[_,_,n,'~',_,o,_,_],
['~','~',_,'~',_,_,_,s],
[_,'~',x,'~',_,_,'~','~'],
[_,_,_,'~',_,_,n,_],
[_,_,_,'~',_,_,_,_],
[_,_,_,x,_,'~',_,_],
[_,_,_,_,_,_,_,_]],
[5,0,5,1,2,1,2,4],[2,4,2,3,2,1,4,2],[4,3,2,1],_).
checkField([
[n,_,'~',_,_,_,_,n],
[_,_,n,'~',_,o,_,_],
['~','~',_,'~',_,_,_,s],
[_,'~',x,'~',_,_,'~','~'],
[_,_,_,'~',_,_,n,_],
[_,_,_,'~',_,_,_,_],
[_,_,_,x,_,'~',_,_],
[_,_,_,_,_,_,_,_]],
X), printField(X).