This is a minesweeper game that I made on a whim since game dev and it's logical reasoning was something new to me, as was Java. This is my first 'end to end' project in Java that utilizes the common idea of scan line flood fills - common in graphics! Using JPanel, and Java Graphics was also a new experience for me. Right now, the code is in development, so it doesn't really work as intended. Currently flood fill logic is really close to accurate, but the rest of the game is to be finished!
This is a minesweeper game that I made on a whim since game dev and it's logical reasoning was something new to me, as was Java. This is my first 'end to end' project in Java that utilizes the common idea of scan line flood fills - common in graphics! Using JPanel, and Java Graphics was also a new experience for me. Right now, the code is in development, so it doesn't really work as intended. Currently flood fill logic is really close to accurate, but the rest of the game is to be finished!