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

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

Awesome Lists containing this project

README

          

## blackjack-st

Console Blackjack written in GNU Smalltalk

![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-st/master/ss2.png)

![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-st/master/ss1.png)

### Run

# Install GNU Smalltalk
brew install gnu-smalltalk

# Run the game
./blackjack

### License

[![GitHub](https://img.shields.io/github/license/gdonald/blackjack-st?color=aa0000)](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!