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

https://github.com/mschuldt/krowten


https://github.com/mschuldt/krowten

Last synced: 8 months 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)