https://github.com/8dcc/blackjack
Blackjack made in C with ncurses version
https://github.com/8dcc/blackjack
blackjack cli ncurses
Last synced: about 19 hours 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T13:30:24.000Z (12 months ago)
- Last Synced: 2025-02-23T12:14:31.759Z (8 months 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.
