By: Alex Bianchi, Soman Sheikh, Ahmad Mujeeb.
Written in Java 11 and JavaFX11
The program allows two users to play connect 4 against each other from two different clients. It follows the simple rules of connect 4. The logo and graphics were created by us in Gimp and Aseprite. The program also resizes the graphics to fit the screen dimensions the user chooses.
- clone repository to your pc
- open the folder CSCI2020-Final in Intellij
- right click the resources folder >> select mark directory as >> select resources root
- press f4 to open module settings
- make sure that javafx has been added as a module and that there is a version of java selected (we used 11)
- run ServerMain.java
- run Main.java