This was my first Java project. It uses Swing and Awt for the graphics.
Just a simple Four in a Row. Two players face off, playing one after the other, dropping one token in one column. First to align four tokens of their color wins.
I tried implementing an AI but wasn't successful. It would either take too long or have mistakes.
You can find the compiled files in the second branch.