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

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