Merge branch 'master' of https://gitlab.isima.fr/audorival/gomoku
This commit is contained in:
12
src/Cardinal.java
Normal file
12
src/Cardinal.java
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
|
||||||
|
public enum Cardinal {
|
||||||
|
N,
|
||||||
|
NE,
|
||||||
|
E,
|
||||||
|
SE,
|
||||||
|
S,
|
||||||
|
SW,
|
||||||
|
W,
|
||||||
|
NW;
|
||||||
|
}
|
||||||
8
src/Color.java
Normal file
8
src/Color.java
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
public enum Color {
|
||||||
|
|
||||||
|
NIL,
|
||||||
|
WHITE,
|
||||||
|
BLACK;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user