https://github.com/gdonald/blackjack-st
Console Blackjack written in GNU Smalltalk
https://github.com/gdonald/blackjack-st
21 blackjack game gnu gnu-smalltalk smalltalk
Last synced: 4 months ago
JSON representation
Console Blackjack written in GNU Smalltalk
- Host: GitHub
- URL: https://github.com/gdonald/blackjack-st
- Owner: gdonald
- License: gpl-2.0
- Created: 2024-10-27T16:01:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T18:23:23.000Z (over 1 year ago)
- Last Synced: 2025-10-31T05:45:56.338Z (7 months ago)
- Topics: 21, blackjack, game, gnu, gnu-smalltalk, smalltalk
- Language: Smalltalk
- Homepage: https://gregdonald.com
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## blackjack-st
Console Blackjack written in GNU Smalltalk


### Run
# Install GNU Smalltalk
brew install gnu-smalltalk
# Run the game
./blackjack
### License
[](https://github.com/gdonald/blackjack-st/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!