Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Connect-4
Connect 4 Artificial Intelligence

A 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.