- Make Sure JDK is installed in your system
- after successfully installing jdk, open the command prompt and change the directory to where your files are located.
- Then, make sure you are in your root directory and type the following to compile the code.
javac src/*.java src/controller/*.java src/factory/*.java src/model/*.java src/view/*.java
- After compiling the code, run the following code to run the program.
java src.MainMenu