The project for the server-client based Hearts game I'm trying to make.
To run the project,
- Make sure you have Java 8 installed (project was only tested on Java 8)
- Download the required libraries (JUnit 5, JetBrains annotations library)
- Run client.ui.Main (for the Client) or server.ui.Main for the server.
Java 8, JUnit 5, and the JetBrains annotations library.
Navigate to src/test/, and select the test you want to run (e.g. CardTest), and run the test with JUnit 5 (your IDE may have an option to run each test individually).