Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 709 Bytes

usage.md

File metadata and controls

20 lines (12 loc) · 709 Bytes

Usage

This covers how to install and run the program, but not how to develop it.

Dependencies

All other dependencies are installed by Maven.

Installation

  1. Ensure all dependencies are set up and functioning correctly
  2. Clone the repository
  3. Run mvn to ensure the project is compiled and functioning correctly

Running the Project

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.