Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnhany97/connect4

Connect 4 game in Java using Swing
https://github.com/johnhany97/connect4

ai connect-four java junit swing

Last synced: 9 days ago
JSON representation

Connect 4 game in Java using Swing

Awesome Lists containing this project

README

        

# Connect 4

This project shows the Connect 4 game (https://en.wikipedia.org/wiki/Connect_Four) implemented in Java using Swing for the graphical components.

## Features
- Random player
- AI player
- Human player
- Adapts to screen size (Supporting 4K)
- JUnit testing added
- Demonstration of good usage of object oriented features of Java