Run the interactive example
-
using docker:
docker run -it --rm filevich/gotruco:latest -n 6 -timeout 60 -
or simply compile and run:
go run cmd/example/*.go --timeout 120 -n 2
Other examples:
-
cmd/bencha simple benchmark to compare the speed and memory consumption between other implementations of this same engine rewritten in other languages. Seecmd/bench/README.mdfor more info. -
cmd/walkerexample on how to traverse a round-level game tree
