Skip to content

Effece/Four-in-a-Row

Repository files navigation

Four in a Row

This was my first Java project. It uses Swing and Awt for the graphics.

Game presentation

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.

AI

I tried implementing an AI but wasn't successful. It would either take too long or have mistakes.

Compiled version

You can find the compiled files in the second branch.

About

My first Java project. Recreation of the Four in a Row game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages