Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bvyshali/Little-Go

Repository to demonstrate the use of Alpha-Beta Pruning to win against other intelligent agents in the adversarial game of Little-Go (5 x 5 board).
https://github.com/bvyshali/Little-Go

alpha-beta-pruning artificial-intelligence go minimax-algorithm python

Last synced: about 1 month ago
JSON representation

Repository to demonstrate the use of Alpha-Beta Pruning to win against other intelligent agents in the adversarial game of Little-Go (5 x 5 board).

Awesome Lists containing this project

README

        

# Little-Go

This artificially intelligent Little-Go game (5x5 board) uses alpha-beta pruning to play against random, greedy and aggresive agents with greater than 80% win-rate.