Skip to content

Simple Java implementation of a game combining Connect 4 and Go

Notifications You must be signed in to change notification settings

techdoutdev/DropAndGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DropAndGo

Simple Java implementation of a game combining the games Connect 4 and Go. This was an assignment part of CSC480 - Artificial Intelligence implementing a game and a minmax algorithm along with alpha/beta pruning.

  • uses model/view. A simple text UI exists but different UIs can be developed
  • game mechanics are static and need to be changed in the code itself; however they are easily modifiable. A better controller could be developed...

Run main to play. After going through initial options, enter 1 through 9 (or whatever board length is set to) to drop pieces onto the board.

About

Simple Java implementation of a game combining Connect 4 and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages