connect-four-javafx-9

Connect Four is a two-person connection game on a vertically hanging grid with seven columns and six rows. - Made with with JAVA 9.0.1 : RUN the JAR File from Releases with with JRE 9

View the Project on GitHub 04amrita/connect-four-javafx-9

connect-four-javafx-9

simple JAVA game Made by Amrita Adhikari.Electronics and Communication Engg. : 8th Sem

About Connect Four : How To Play ?

Connect Four is a two-player connection game, in which the players first choose a color and then take turns dropping colored discs from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down,occupying the next available space within the column. The objective of the game is to be the first to form a horizontal, vertical or diagonal line of four of one’s own discs. Connect Four is a solved game The first player can always win by playing the right moves.

You must have JRE 9 installed

Then you can download the distributable JAR from the Releases section of GitHub and Play the Game !

+ You can play on any desktop platform Windows/Mac/Linux

Here are some attached screenshots of code from IDE and the actual JAVA Game running

1.png

2.png

3.png

4.png

5.png

6.png