Skip to content

nickozoulis/score-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

score4

This a score-4 (connect four) game with 2 modes with Graphical User Interface.

  • Human vs Human
  • Human vs Computer (based on MiniMax algorithm and alpha-beta pruning)

This is not a sophisticated approach in terms of heuristics, i just wanted to make something functional within a couple of days, just for practice and fun!

Note: Hard mode is laggy because of single-threaded approach. Maybe i'll fix it by using multiple threads in the future!

About

Connect-four game with AI mode in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages