/Java-Connect4-Game

Simple Java connect 4 game with Computer AI and 2 player mode

Primary LanguageJava

Java-Connect4-Game

This is a simple connect4 game written in Java.

Game

To run

Start the game:

./run.sh

To clean up compiled files:

./compile.sh clean