Updated Project: I added more win conditions (flagless runs), improved performance, increased the board size, fixed bugs and added a timer and permanent high score list for QoL.
Run the classic game of Minesweeper on your TI84+ CE calculator.
Th…
Updated Project: I added more win conditions (flagless runs), improved performance, increased the board size, fixed bugs and added a timer and permanent high score list for QoL.
Run the classic game of Minesweeper on your TI84+ CE calculator.
The game is written completely in C++/C, no Python needed. You will however need a way to run binary programs.
AI was used in the original (pre-flavortown) version to implement parts of the game logic. However, it was almost always used simply for repetetive tasks (like the switch statement in draw.c). Most new code is handwritten, and the game logic entirely replaced. AI assistance was also used in debugging.