Help with Minesweeper game in Java. The link to the assign is below. I\'m confus
ID: 3885685 • Letter: H
Question
Help with Minesweeper game in Java. The link to the assign is below. I'm confused at where to begin, and need help. Any help.
Your goal is to develop a non-recursive, non-GUI (GUI = Graphical User Interface) version of the game called Minesweeper. The code for this game will be organized in such a way that the recursive elements of Minesweeper can be added at a later point in time. It will also be organized so that you can add a GUI to it later as well. Interestingly, the organization of some of the classes in this project will also introduce you to some elementary aspects of game programming.
This project must be implemented in Java 8, and it must compile and run correctly on Nike using instructions that you will provide in an INSTRUCTIONS.md file (more on that later).
https://github.com/cs1302uga/cs1302-minesweeper-alpha/blob/master/README.md
Explanation / Answer
1. MineSweeper.java
2. Game.java
3. Board.java
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.