This repository contains my solution to the Minesweeper game as outlined by Shad Sluiter in his C# App Development Course. The GIFs below each milestone provide samples of the applications I have created, while the linked requirements outline the specifications as they were provided.
Directions: Throughout this course, students will incrementally design and build a Minesweeper Game.
- Milestone 1: Console Application
- Time: 8.65 hr.
- Requirements: Milestone 1 Specifications
- Milestone 2: Interactive Playable Version
- Time: 1.12 hr.
- Requirements: Milestone 2 Specifications
- Milestone 3: Using Recursion
- Time: 2.51 hr.
- Requirements: Milestone 3 Specifications
- Milestone 4: GUI Version
- Time: 3.16 hr.
- Requirements: Milestone 4 Specifications
- Milestone 5: Combining GUI and Game Logic
- Time: 15.5 hr.
- Requirements: Milestone 5 Specifications