Skip to content

bribovich/connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

connect4

Game to simulate Connect 4 with both ASCII representation and graphic

========

This program is coded in the java environment to simulate the popular game Connect4.

It can be played among two humans or a human and a computer player. The computer uses alpha-beta pruning to complete a game tree search and should look at least three moves ahead in order to be effective.

The version 0.0.1 contains a downloadable jar file that when added to the program allows the user to enjoy a graphical representation of the game. Otherwise, an ASCII representation is available from within the console.

In order to choose which representation of the game is desired comment and uncomment the view variable declaration from within the Connect.java class.

About

Game to simulate Connect 4 with both ASCII representation and graphic

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages