Skip to content

Tags: Rion96/Minesweeper

Tags

v1.1

Toggle v1.1's commit message
Fixed ArrayOutOfBounds

Two for-loops went out of bounds because I forgot to replace "<=" with "<".
It didn't cause any issues but I went ahead and fixed it anyway.

v1,1

Toggle v1,1's commit message
Fixed ArrayOutOfBounds

Two for-loops went out of bounds because I forgot to replace "<=" with "<".
It didn't cause any issues but I went ahead and fixed it anyway.

v1.0

Toggle v1.0's commit message
Added Readme