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
- Host: GitHub
- URL: https://github.com/ushurbakiyevdavlat/cardsdealingapp
- Owner: UshurbakiyevDavlat
- Created: 2024-08-18T06:42:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-15T11:19:17.000Z (6 months ago)
- Last Synced: 2025-01-23T11:46:26.888Z (4 months ago)
- Language: Go
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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