Implementation of the board game Clue.
Contributers: John Rudolph, Joseph Salazar, Rowan Simmons, Cole Perry, Getaneh Kudna
Compile and Execution Instructions:
- Via terminal, navigate to the folder containing the recent downloaded release.
- Within the folder, run the following command to compile all Java files within the folder: javac *.java
- Run the following command to be launch the server component: java Server
- Open a new terminal window, navigate to the previous mentioned folder, and run the following command to launch the client component: java ClueClient
- Repeat step for launching multiple clients.