Minesweeper
- 3 Devlogs
- 4 Total hours
A randomized minesweeper game you can play in the VS Code terminal.
A randomized minesweeper game you can play in the VS Code terminal.
After I ironed out a few bugs with the fill system, I worked on the actual game part where the user inputs the spaces on the board they would like to play and I think it is working how it should now. As an improvement from the last game, the maze game, that I made, I added instructions at the beginning and I used the built in Java colors to make the whole thing look a bit better. I am much happier with this game than the last and I think it is even more fun to play. The mechanism was a bit easier to code.
Oh yeah, it’s all coming together now
I got it to randomly place the mines and put a number on each tile for how many mines are around it.