Skip to content
/ go-xeno Public

Golang implementation for playing card game "XENO" with CLI.

License

Notifications You must be signed in to change notification settings

u-one/go-xeno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-xeno

Go

Golang implementation for playing card game "XENO" with CLI. (work in progress)

カードゲーム"XENO" をCLIで遊んでみるためのgolang実装。 開発中。

Usage

main.go

  // 4 com players
	conf := xeno.GameConfig{
		Players: []xeno.PlayerConfig{
			{Name: "Player1"},
			{Name: "Player2"},
			{Name: "Player3"},
			{Name: "Player4"},
		},
	}
  // 1 com player, 1 Human
	conf := xeno.GameConfig{
		Players: []xeno.PlayerConfig{
			{Name: "Player1"},
			{Name: "Player2", Manual: true},
		},
	}

About

Golang implementation for playing card game "XENO" with CLI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages