truquito / gotruco

๐Ÿ‡บ๐Ÿ‡พ Uruguayan Truco game engine + library written entirely in Go

Home Page:https://truquito.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ‡บ๐Ÿ‡พ Uruguayan Truco (sync+async) game engine library (writen 100% in native Go)

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

Example

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. See cmd/bench/README.md for more info.

  • cmd/walker example on how to traverse a round-level game tree

About

๐Ÿ‡บ๐Ÿ‡พ Uruguayan Truco game engine + library written entirely in Go

https://truquito.app


Languages

Language:Go 99.9%Language:Dockerfile 0.1%