This is a Java application for Connect 4 game
- The src folder contains the Application files
- The test folder contains the Test files (JUnit test)
- The Application makes use of Design Patterns of Java like Observer Pattern, Singelton Pattern, Builder pattern.