connect-four

A command line version of the game Connect Four.

To build the app:

Required to build:

  • Maven 3.5 - can be downloaded here
  • Java 8.x - can be downloaded here
mvn package

To run the app:

  • In order to play, you will need to use a terminal that supports ANSI escape codes. Mostly this means don't use Windows command prompt to run this! If you are on windows please use a unix-like terminal, such as git bash.
  • using spring boot:
mvn spring-boot:run