Skip to content

Releases: Ranjith-Suranga/connect-four-game-assignment

Final Game

14 Sep 02:53
Compare
Choose a tag to compare

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

06 Sep 06:06
Compare
Choose a tag to compare

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)