Skip to main content

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

MineSweeper! (work in progress)View game page

Submitted by johnsant006 — 5 hours, 39 minutes before the deadline
Add to collection

Play game

MineSweeper! (work in progress)'s itch.io page

Results

CriteriaRankScore*Raw Score
Gameplay#321.4791.778
Art#331.0171.222
Concept/Theme#340.9251.111

Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I wasn't able to play it at first cause I was getting an exception but doing this seemed to work for me.

In the revealBoard with the conditional statement check if the cell has already been revealed so it doesn't have to recount its mine near count.

void revealBoard(Game* game, int row, int col)
{

if (game->display[row][col] != '.' || game->minefield[row][col] == '*') { // Check if cell is a mine

}

I enjoyed it nice game!

Jam HostSubmitted

I got it to compile, but couldn't get it to run :/

Submitted
Deleted 77 days ago
Submitted

Minesweeper is a classic! In the future tho, make sure you upload your solution file so it is immediately playable