Course:CPSC312-2016-Project2-Minesweeper

From UBC Wiki

Minesweeper

Authors: Carly Huang, Stephanie Chan, Faiz Yunus

What is the problem?

Implement the classic Microsoft minesweeper game. The one-player game will initially be implemented so that the game starts with the same 10 x 10 board each round.

What is the something extra?

Implement the game so that each round of the game will start with a different board.

What did we learn from doing this?

(This should be written after you have done the work.) What is the bottom-line? Is logic programming suitable for (part-of) the task? Make sure you include the evidence for your claims.