Connect Four

2d arrays

In this project I implemented the classic game of Connect Four. This is a somewhat simple game to understand and play which allowed me to focus on learning GUI development in JavaFX and trying my hand at event driven programing. I coded the user interface and all logic needed for clients to play my game.