An open API service indexing awesome lists of open source software.

https://github.com/kmranrg/plotfour

connect four consecutive discs to win
https://github.com/kmranrg/plotfour

intellij-idea javafx

Last synced: 9 months ago
JSON representation

connect four consecutive discs to win

Awesome Lists containing this project

README

          

# PlotFour

## How to Play??

Plot 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 within the column.
The objective of the game is to be the first form a
vertical, horizontal or diagonal line of four of one's
own discs.

## GamePlay Screenshots:

![Screenshot-1](https://github.com/kmranrg/PlotFour/blob/master/out/artifacts/PlotFour_jar/ss/1.PNG)

![Screenshot-2](https://github.com/kmranrg/PlotFour/blob/master/out/artifacts/PlotFour_jar/ss/2.PNG)

![Screenshot-3](https://github.com/kmranrg/PlotFour/blob/master/out/artifacts/PlotFour_jar/ss/3.PNG)

![Screenshot-4](https://github.com/kmranrg/PlotFour/blob/master/out/artifacts/PlotFour_jar/ss/4.PNG)

![Screenshot-5](https://github.com/kmranrg/PlotFour/blob/master/out/artifacts/PlotFour_jar/ss/5.PNG)

![Screenshot-6](https://github.com/kmranrg/PlotFour/blob/master/out/artifacts/PlotFour_jar/ss/6.PNG)

![Screenshot-7](https://github.com/kmranrg/PlotFour/blob/master/out/artifacts/PlotFour_jar/ss/7.PNG)

![Screenshot-8](https://github.com/kmranrg/PlotFour/blob/master/out/artifacts/PlotFour_jar/ss/8.PNG)