Team Group 7 Final Project for INF 122
The code for the entire TMGE itself is contained in the /src folder.
The code for just the engine is contained in the folders and files:
/src/main/java/inf122/group7/model
/src/main/java/inf122/group7/menu
/src/main/java/inf122/group7/view
/src/main/java/inf122/group7/reflections
/src/main/java/inf122/group7/GameDriver.java
The code for Bejeweled and MemoryMatch are in the respective folders:
/src/main/java/inf122/group7/bejeweled
/src/main/java/inf122/group7/memoryMatch
The documentation is contained in the pdf Final Project Design Document Team 7.pdf
file.
Running the program for each operation system:
Double-click the run.bat
file in the home directory, or in the command prompt run:
./run.bat
In a terminal, run the command:
./run.sh