lots of exercises in java... from https://github.com/exercism/java

Player.java 39B

1234
  1. enum Player {
  2. NONE, BLACK, WHITE
  3. }