-
Notifications
You must be signed in to change notification settings - Fork 1
Home
A clone of the game Minesweeper resembling Google's version written in C for Windows. This project was created for a university assignment.
Our task was to get something together in two weeks that looks like and works like Minesweeper, with the addition of "rewind bombs". We made a rather eccentric decision to stick to CLI-based programs, but also try to make it feel like it has a GUI as much as possible. This game was inspired by the classic Minesweeper game available on Google, hence the looks of the game are quite similar to Google's version. From our past experiences with console games, there has been a huge improvement in the overall development process, despite that the source code is still a monolithic file. We take user input more gracefully, render the game state more appealingly, and implement more complex features.