Skip to content

abdulwahid211/connect_4_Java_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect 4 Java Game

About

  • 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

    Screenshot

    • Horizontal axis

    Screenshot

    • Vertical axis

    Screenshot

Video Demo

See here, here

Usage

  • 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 in RunGame.class

Need Help

If you have enquiries regarding this repo project, don't hesitate to contact me!

Follow me on Twitter, here

About

2 Player Java Connect 4 game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages