A Java-based Connect Four game with a Graphical User Interface (GUI), designed to run primarily in BlueJ as well as standard Java environments. The game supports player vs. computer mode, move undoing ...
This project also started as a class exercise in my Computer Science course. My professor provided us with the basic logic in the terminal. I decided to go beyond that by building a full desktop GUI ...