No project description provided
Project description
takpy
Python wrapper for fast-tak
.
Create a new game using takpy.new_game(size, half_komi)
.
from takpy import new_game, GameResult
game = new_game(6, 4)
while game.result() == GameResult.Ongoing:
moves = game.possible_moves()
# pick move
game.play(move)
game.possible_moves()
gets a list of available moves in the current position.game.play(move)
is used to play a move in the game.game.result()
calculates the result of the game.
There are getters for game.board
, game.to_move
, game.white_reserves
, game.black_reserves
, game.ply
, and game.reversible_plies
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
takpy-0.6.2.tar.gz
(8.3 kB
view hashes)
Built Distribution
takpy-0.6.2-cp312-none-win_amd64.whl
(213.0 kB
view hashes)
Close
Hashes for takpy-0.6.2-cp312-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82b1694a668870f3d5b901411865588ba0d1ea91e3435598b3c3d2f59952afc0 |
|
MD5 | 66c7cb97008f45c892159345eedae28e |
|
BLAKE2b-256 | e0033dc2861f2ef2cc1f1fc717ac4b396f61a5cf424fa36ff632ecf40c976760 |