Clarifications
- Remember that you may not use recursion for this project.
- Clearing one cell represents one point.
- You may not use ArrayList for this project.
- 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