March 2018
Intermediate to advanced
324 pages
8h 30m
English
There's no real need to check whether it really is the player's first turn or not. As it stands, this test can be fulfilled by always returning X. Later tests will force us to refine this code:
public char nextPlayer() {
return 'X';
}
Read now
Unlock full access