This assignment does not count toward the final grade.
Extension 3.3: Minesweeper
- Due No Due Date
- Points 8
- Submitting on paper
Rubric
Keep in mind that 68 students have already been assessed using this rubric. Changing it will affect their evaluations.
Criteria | Ratings | Pts | ||
---|---|---|---|---|
Correctly generates * and . depending on bomb chance
threshold:
pts
|
|
pts
--
|
||
Correctly calculates number of neighboring bombs
No out of bounds exceptions, check for edge cases (corners especially)
threshold:
pts
|
|
pts
--
|
||
Output is correct
Should look like the example in the directions, two "boards", one with * and . and one with * and neighboring bomb counts.
threshold:
pts
|
|
pts
--
|
||
Game plays correctly
Run Game.java's main method and play minesweeper, make sure the game board matches the printed board in the console.
threshold:
pts
|
|
pts
--
|
||
Committed and pushed to Github
Check their Github account to make sure the commit went all the way through.
threshold:
pts
|
|
pts
--
|
||
All of the above are "full marks"
threshold:
pts
|
|
pts
--
|
||
Total Points:
8
out of 8
|