Connect Four is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest 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.
In that tutorial, you are going to create your own Connect Four Game in Java.
► Written version of the tutorial with complete source code: / creating-a-connect-four-game-in-java
► Learn to create Android Apps step by step on the SSaurel's Blog: https://www.ssaurel.com/blog
#Java #Programming #ConnectFour