# Mine Walker

* Author: Daniel S. Sagan
* Class: CS121
* Semester: Fall 2024

## Overview
A game where you must walk your character down the map and reach the finish point without activating too many mines.

## Compiling and Using
Run the program, and use your mouse to click 1 space up, left, down, or right. Different colors tell you how many mines are around.

## Discussion
I struggled with setting the tiles as mines, mainly because the order of operations in my code was very messed up. I learned how to use ".getLocation()". It's very helpful in this type of project.


## Testing
I ran the program, went through, and checked to see if the requirements were working. I also had a classmate play through the game, enter bad values, and try his best to ruin the game.

## Extra Credit
Score system completed, reveal surrounding area system completed, arrow key movement system started, not completed