https://github.com/gdonald/blackjack-go
Console Blackjack written in Go
https://github.com/gdonald/blackjack-go
21 blackjack blackjack-game console go golang
Last synced: 7 months ago
JSON representation
Console Blackjack written in Go
- Host: GitHub
- URL: https://github.com/gdonald/blackjack-go
- Owner: gdonald
- License: mit
- Created: 2021-03-20T17:20:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T18:18:33.000Z (9 months ago)
- Last Synced: 2025-03-08T04:46:06.517Z (7 months ago)
- Topics: 21, blackjack, blackjack-game, console, go, golang
- Language: Go
- Homepage: https://gregdonald.com
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## blackjack-go
Assuming you have a proper Go environment setup you can install using:
go install github.com/gdonald/blackjack-go@latest
Run:
blackjack-go
## Screenshot

## Status
[](https://github.com/gdonald/blackjack-go/actions)
## License
[](https://github.com/gdonald/blackjack-go/blob/master/LICENSE)
### Other Blackjack Implementations:
I've written Blackjack in [some other programming languages](https://github.com/gdonald?tab=repositories&q=blackjack&type=public&language=&sort=stargazers) too. Check them out!