Skip to content

truquito/gotruco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇺🇾 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