Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschuldt/krowten
https://github.com/mschuldt/krowten
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mschuldt/krowten
- Owner: mschuldt
- Created: 2014-05-21T19:49:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T01:29:22.000Z (over 10 years ago)
- Last Synced: 2025-01-09T22:37:12.366Z (9 days ago)
- Language: Java
- Size: 832 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)