A reimagined version of the classic Minesweeper, with a unique twist inspired by the University of Waterloo and its iconic Canadian Geese. Test your strategy and luck in this familiar game with a fun, local theme. In this version, you’ll set the number of rows, columns, and geese on the board, then try to win by clearing all the tiles without hitting a goose
- Customizable Board: Set your preferred board size and number of geese for a personalized challenge
- Dynamic Difficulty: Difficulty scales with board size and the number of geese, offering new challenges and unique gameplay each time
- Enhanced UI: Experience a visually engaging game with ASCII and ANSI color codes for better clarity and immersion
- Programming Language: C++
- Clone the repository
- Compile the code:
g++ -std=c++20 geesespotter.cpp geesespotter_lib.cpp -o main - Start the game:
./main
- Main Development: Nov 2023
- Major UI Changes and Code Refactoring: Jan 2024