Releases: Ranjith-Suranga/connect-four-game-assignment
Releases · Ranjith-Suranga/connect-four-game-assignment
Final Game
This is how the final game looks like after the completion of the step-3
How to run this application
- Download the
connect-4-ai.jar
file below - Open a terminal window from the directory where the
connect-4-ai.jar
file is - Execute the command
java -jar connect-4-ai.jar
(Make sure you have Java 11 installed on your system)
Completion of the Step-2
This is how the game looks like after the completion of the step-2
How to run this application
- Download the
connect-4-dumb.jar
file below - Open a terminal window from the directory where the
connect-4-dumb.jar
file is - Execute the command
java -jar connect-4-dumb.jar
(Make sure you have Java 11 installed on your system)