A command line minesweeper game made with Java that implements three difficutlties:
- Novice (Principiante): 8x8 cells and 10 mines.
- Intermediate (Intermedio): 16x16 cells and 40 mines.
- Expert (Experto): 16x30 cells and 99 mines.
Open the project in an IDE and execute it. Then, select the difficutly and start playing by entering the corresponding menu option.
- Discover a cell
- Mark a cell
- Hint
- Solution
- Exit