This website requires JavaScript.
Explore
Help
Sign In
dukantic
/
gomoku
Watch
1
Star
0
Fork
0
You've already forked gomoku
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9f5a61c37c0f2c5b4248fbbeb40bf29b1429f20a
gomoku
/
src
/
Color.java
Dorian HAMDANI
8d717ff1a5
Add Cardinal and Color enumerations
2025-03-24 09:55:27 +01:00
9 lines
56 B
Java
Raw
Blame
History
public
enum
Color
{
NIL
,
WHITE
,
BLACK
;
}
Reference in New Issue
View Git Blame
Copy Permalink