Skip to content

Connect4 (Score4, Vier in einer Reihe, Vier gewinnt) game in Java/JavaFX and minimax AI

License

Notifications You must be signed in to change notification settings

RainerZ/Connect4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect4

Connect4 (ScoreFour, Vier gewinnt) game implementation in 600 lines of code in Java with JavaFX gui. Beat it !

GUI inspired by AlmasB JavaFX tutorials. AI algorithm (minmax with alpha-beta pruning) inspired by C'T 10/2014 Denkmaschine by Hajo Schulz.

Starting tree depth is 10.

VM Arguments: --module-path /.../javafx-sdk-15.0.1/lib --add-modules=javafx.controls

About

Connect4 (Score4, Vier in einer Reihe, Vier gewinnt) game in Java/JavaFX and minimax AI

Topics

Resources

License

Stars

Watchers

Forks

Languages