Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johnhany97/connect4
- Owner: johnhany97
- Created: 2017-01-19T11:46:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T20:46:21.000Z (about 7 years ago)
- Last Synced: 2024-11-14T05:51:22.623Z (2 months ago)
- Topics: ai, connect-four, java, junit, swing
- Language: Java
- Homepage:
- Size: 523 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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