This page contains JAR files for games that students have given me permission to share. These are fat-JARs produced with sbt-assembly so you can run them with just having Java installed on a machine.

If you want to play one of these games, start by downloading the JAR file from the link below and save it in a convenient place. Open a terminal and go into the directory where you saved the JAR file. As these are multi-player games, you have to run both the server and the client in roder to play them. Note that you need only run one server in order for multiple people to run clients and join a game. To run the server enter the command java -cp whatever.jar graphicgame.Server. To run the client use the command java -cp whatever.jar graphicgame.Client. Replace whatever with the name of the JAR file that you have downloaded.

Spring 2019