This covers how to install and run the program, but not how to develop it.
All other dependencies are installed by Maven.
- Ensure all dependencies are set up and functioning correctly
- Clone the repository
- Run
mvn
to ensure the project is compiled and functioning correctly
All main classes are located within src/main/java/com/mathwithmark/calculatorgamesolver/main
. If your IDE doesn't have integrated support for running Java projects, you can run the project through Maven.