Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.23 KB

Readme.md

File metadata and controls

47 lines (33 loc) · 1.23 KB

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 #

The main analysis program, takanalysis, can be run from command line with:

takanalysis [file] [-d depth]

Single use command to analyze and annotate a given file or directory.

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