Clarifications
- Regarding code coverage: There is no particular percentage you need to
have. You will receive full credit as long as some tests are present in StudentTest.java
(even if the tests don’t test all the methods associated with the classes GameModel and ClearCellGameModel).
- Typo: The nextAnimationStep javadoc should be:
/**
* This method will attempt to insert a row of
random BoardCell objects
* if the last board row (row with index
board.length -1) corresponds to the
* the empty row. Otherwise no operation will take
place.
*/
Web Accessibility