Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mschuldt/krowten


https://github.com/mschuldt/krowten

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

Plays the game of network.

some of the techniques utilized:
- Minimax
- alpha-beta pruning
- Iterative deepening (average depth range: 6 to 9)
- transposition table
- history heuristic
- bitboards (for board representation and cluster detection)