A Connect 4 game developed in Java using JavaFX. Was developed as an eclipse project. When the game starts, on the intro dialog window, users can enter name for each player (colour). If no names are ...
A Java framework for the game Connect Four (Connect-4) with different types of agents and algorithms (reinforcement learning [TD with eligibility traces], AlphaBeta-Search, MCTS). Contains a ...