Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Update: I found out why that 0 had a mine near it, it was because of an error in the list that stored tiles. The top row started at column 1 but every row beneath it started at column 0. All I had to do was make every row start at column 1