Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 233 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 233 Bytes

Connect4

A Connect 4 game I made in JavaFX.

This game is done all in one file. There are various ways this could be upgraded. It could be split into 2-3 classes. It could also have functions for the buttons instead of big chunks.