This is the classic connect 4 game
built in java
and javafx
played between two players. The games allows you to enter names of the two players and choices of dropping the circular plates into the matrix alternatively.
This is a java project so you will need the typical dependecies to enjoy the game.
- Java 8
- JavaFX
- JDK 8
This game is built in IntelliJ IDEA
, so we will recommend the same IDE to build proper enviroment.
After installing the above dependencies, you are ready to go!
You need to import the folder including all the files of this repository as a project in the intellij idea
IDE and build/run the game yourself
Connect-4-JAVA (requires Java 8 only)