Space Destroyers
This project was my second project for my CGT 456 project. It is a spin off of Galaga. Click below to play!
Minesweeper
This was my first project in CGT 456. It is a remake of Minesweeper. There are three different difficulties Easy, Medium, and Hard. Easy is an 8×8 grid, Medium is a 9×9 grid, and Hard is a 10×10 grid. The flag is a toggle button to place or remove flags.
When I approached this it seemed like a simple project, that was until I tried to make the algorithm that makes any adjacent blanks and numbers reveal when a blank is clicked. I ended up using recursion to find and reveal the blank and number spaces.