Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rt2013g/prog3-connect-four
An implementation of Connect Four in Java that uses the minimax algorithm
https://github.com/rt2013g/prog3-connect-four
design-patterns java
Last synced: 14 days ago
JSON representation
An implementation of Connect Four in Java that uses the minimax algorithm
- Host: GitHub
- URL: https://github.com/rt2013g/prog3-connect-four
- Owner: rt2013G
- License: apache-2.0
- Created: 2023-12-30T22:49:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T16:26:06.000Z (about 1 year ago)
- Last Synced: 2024-11-15T00:13:25.028Z (3 months ago)
- Topics: design-patterns, java
- Language: Java
- Homepage:
- Size: 19.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PROG3-Connect Four
This is a project I built for my University exam of Object-Oriented programming "PROG3".\
The purpose of this application is to re-create the game **Connect Four** in Java, implementing the minimax algorithm
and the possibility to pause and resume a game at any moment.## Author
Raffaele Talente, student enrolled at University of Naples "Parthenope"## Additional resources and acknowledgements
- [Wikipedia](https://en.wikipedia.org/wiki/Alpha%E2%80%93beta_pruning) - For the alpha-beta pruning pseudocode