Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashsriv/connect-4
Connect 4 Artificial Intelligence
https://github.com/yashsriv/connect-4
game
Last synced: 9 days ago
JSON representation
Connect 4 Artificial Intelligence
- Host: GitHub
- URL: https://github.com/yashsriv/connect-4
- Owner: yashsriv
- Created: 2015-01-09T14:07:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T10:29:38.000Z (over 9 years ago)
- Last Synced: 2024-11-15T04:52:54.174Z (2 months ago)
- Topics: game
- Language: Java
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect-4
Connect 4 Artificial IntelligenceA program which uses aspirational negascout to find the best move.
##Bibliography
* Algorithms in a Nutshell - O'Reilly Publications##More Info
* [Connect 4](https://en.wikipedia.org/wiki/Connect_Four) If u need to see this, :unamused: U shouldn't be here
* [NegaScout](https://en.wikipedia.org/wiki/Principal_variation_search) I adjusted the pseudo-code given in the book as per my needs.
* [Aspiration Search](https://en.wikipedia.org/wiki/Satisficing)I adjusted the pseudo-code given in the book as per my needs.