Minesweeper Console Project
- Java
- Spring Boot
- _nology
- https://github.com/tomokawaguchi/minesweeper
Live site link not available.
This project was built in Java and it allows users to play a simplified mineesweeper game in a Java console.
Features of App/Project
- It places mines at random places every play and ensured that the generated coordinates ar unique to each other
- When a cell with no numbers or mine, it reveals limited surrounding cells
- Number of mines nearby are accurately assigned.
