dranidis / go-skat

Go implementation of the German card game SKAT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-skat

Go implementation of the German card game SKAT

It supports playing against two AI players (Bob and Ana).

In auto mode 3 AI players are playing against each other.

Usage of go-skat:
  -auto
    	Runs with CPU players only
  -html
    	Starts an HTTP server at localhost:3000
  -log
    	Saves log in a file (default true)
  -n int
    	total number of games (default 36)
  -r int
    	Seed for random number generator. A value of 0 generates a random number to be used as a seed.

About

Go implementation of the German card game SKAT

License:MIT License


Languages

Language:Go 91.9%Language:HTML 8.1%