Skip to content

MehediHasanRapiIIT/Connect-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Connect4

The Connect 4 Game project, implemented in Java with JavaFX, features a graphical user interface where two players take turns dropping colored discs into a six-row, seven-column grid to connect four in a row vertically, horizontally, or diagonally. The game employs the Minimax algorithm for the AI player, ensuring strategic decision-making. There are two players one is a human and another one is the computer. Any player can start the game. After starting the game if any player can connect 4 coins in a row vertically, horizontally, or diagonally he will win the game otherwise game will be drawn.

Demo

https://images.app.goo.gl/NNJPvth8huqJMxcXA

Documentation

Document Link

Installation

Run the .jar file that is given in my project.

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages