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/bench
a simple benchmark to compare the speed and memory consumption between other implementations of this same engine rewritten in other languages. Seecmd/bench/README.md
for more info. -
cmd/walker
example on how to traverse a round-level game tree