https://github.com/8dcc/blackjack
Blackjack made in C with ncurses version
https://github.com/8dcc/blackjack
blackjack cli ncurses
Last synced: 9 months ago
JSON representation
Blackjack made in C with ncurses version
- Host: GitHub
- URL: https://github.com/8dcc/blackjack
- Owner: 8dcc
- License: mit
- Created: 2022-08-13T06:38:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T13:30:24.000Z (over 1 year ago)
- Last Synced: 2025-02-23T12:14:31.759Z (over 1 year ago)
- Topics: blackjack, cli, ncurses
- Language: C
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackjack
**Simple CLI blackjack made in C.**
### Building from source
Using make:
```bash
# For the generic version
make
./blackjack.out
# For the ncurses version (linux)
make ncurses
./blackjack_ncurses.out
```
### Screenshots
*Note: Some screenshots might be a bit outdated.*
Normal mode with color.

Using ncurses (no color for now). Player values and cards get updated on the same place.
