tak: A library encoding the rules of Tak, and a playtak.com client.
Tak is a new abstract strategy game, devised by James Earnest (of Cheapass Games), and Patrick Rothfuss, author of The Wise Man's Fear, where the game of Tak was first mentioned. This is a library which encodes the rules of Tak, provides a client for the popular playtak.com server, and contributes an AI tak bot for the same server. This package provides 3 top level modules: Tak encodes the rules of Tak, as a game tree, containing all possible moves. This tree is extremely large, so be careful not to strictly evaluate it! PlayTak provides functions for maintaining a connection to playtak.com, receiving messages, and sending commands. This could be used to implement a fully-fledged game client, or a playtak.com bot. PlayTakBot is a framework to make it easy to build a playtak.com bot. It will maintain a connection, seek games, and create a game tree. The bot implementor just needs to provide functions to evaluate a game state, and choose the next play from each game state.
Downloads
- tak-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Dependencies | base (<5), bytestring, hashable, hslogger, matrix, network, parsec, random-shuffle, safe [details] |
License | BSD-2-Clause |
Author | Henry Bucklow |
Maintainer | henry@elsie.org.uk |
Category | Game |
Home page | http://bitbucket.org/sffubs/tak |
Uploaded | by HenryBucklow at 2016-06-07T20:17:18Z |
Distributions | |
Downloads | 1021 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-24 [all 1 reports] |