modulepackage
0.0.0-20180930014957-b14479ecf074
Repository: https://github.com/nqeron/takanalysis.git
Documentation: pkg.go.dev
# README
TakAnalysis
This repository is dedicated to code that should help with analysis of Tak games.
#Installation
Once this is uploaded to github, you should be able to install it with:
go get github.com/nqeron/takanalysis
#Programs #
takanalysis
The main analysis program, takanalysis, can be run from command line with:
takanalysis [file] [-d depth]
analyze
Single use command to analyze and annotate a given file or directory.
transformPTN
A program that will transformPTN into a symmetrically unique PTN (Can also be run on a directory)
transformPTN [-rv] [file ...] {-out ...}
- -r=true - recurse over a directory
- -v=true - verbose mode
- -out= sets output file / directory, otherwise uses default
TO-DOs
- Testing / Refinement
- Explore outputs on various games to help improve
- More detailed comments / mark-up?
- annotate tak, tinuë (& missed tinuë)
- GUI
# Packages
No description provided by the author
# Constants
VERSION -- current version.