#Minesweeper
Copyright Jesse Freitas 2013
Minesweeper done as a homework assignment in Spring 2011 for Highschool. This project was later adapted in the Spring of 2013 for a project on artificial intelligence. All code is released under the Creative Commons Attribution-ShareAlike 3.0 License
When executing this project, please ensure that the executable jar is in the same directory as the pictures in this repository, failure to do so will result in issues displaying the puzzle. Please ensure that pictures and executable jar are not in a compressed folder prior to running. This project can be executed by clicking on the JAR file in this repo. The Java Runtime Environment v1.7.0 (JRE7) was used in the development of this project, but all components are capable of running on JRE6 and above. JRE4 and above should work as well, however, this has not been tested.
Features of the project include:
- Artificially intelligent solver
- Adjustable AI solver speed
- Manual Play (Disable Solver)
- 3 Difficulties Default
- Custom Difficulties Available
