A simple game of Blackjack made using Odin and Raylib.
odin run src -out:bin/blackjack
| Key | Action |
|---|---|
| H | Hit |
| S | Stand |
| R | Restart |
| Esc | Quit |
- Card sprites by IvoryRed (CC BY 4.0)
No description provided.
A simple game of Blackjack made using Odin and Raylib.
odin run src -out:bin/blackjack
| Key | Action |
|---|---|
| H | Hit |
| S | Stand |
| R | Restart |
| Esc | Quit |