https://github.com/mschuldt/krowten
https://github.com/mschuldt/krowten
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mschuldt/krowten
- Owner: mschuldt
- Created: 2014-05-21T19:49:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-22T01:29:22.000Z (about 12 years ago)
- Last Synced: 2025-03-02T12:13:05.411Z (over 1 year 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)