-
This a classical Connect 4 game which is only playable vis the command line or terminal.
-
Built using core Java
-
It requires two players to play the game
-
The game can determine which player wins or if its a draw
-
It can detect the following connections in the game:
- Diagonal axis
- Horizontal axis
- Vertical axis
See here, here
-
The Connect4 Jar file will be found in
out/artifacts
from this repo. -
To run the jar file please enter
java -cp connect4.jar RunGame
in a terminal or command line. -
To see the source code go to
src/main/java/
and the main method will be found inRunGame.class
If you have enquiries regarding this repo project, don't hesitate to contact me!
Follow me on Twitter, here