An open API service indexing awesome lists of open source software.

https://github.com/ushurbakiyevdavlat/cardsdealingapp

Cards playing game with GoLang
https://github.com/ushurbakiyevdavlat/cardsdealingapp

Last synced: 3 months ago
JSON representation

Cards playing game with GoLang

Awesome Lists containing this project

README

        

# Create and deal Cards game

go mod init main
go build main.go deck.go
go run main
go test *.go