https://github.com/maxwelljens/nimjack
A CLI-based game of blackjack, written in Nim
https://github.com/maxwelljens/nimjack
cli first-project game nim nim-lang
Last synced: over 1 year ago
JSON representation
A CLI-based game of blackjack, written in Nim
- Host: GitHub
- URL: https://github.com/maxwelljens/nimjack
- Owner: maxwelljens
- License: eupl-1.2
- Created: 2022-11-04T15:00:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T12:14:10.000Z (over 2 years ago)
- Last Synced: 2023-12-25T21:46:02.369Z (over 2 years ago)
- Topics: cli, first-project, game, nim, nim-lang
- Language: Nim
- Homepage: https://maxwelljensen.no/git/maxwelljensen/nimjack
- Size: 403 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 
 

> You know I'm born to lose, and gambling's for fools, but that's the way I like it, baby, I don't want to live
> forever! And don't forget the Joker!
>
> *Motörhead – Ace of Spades*
Nimjack is a CLI-based game of blackjack programmed in [Nim](https://nim-lang.org/).
## Features
- Hitting
- Standing
- Indefinite play
## About the Project
This is my first fully fledged program written in any language. It was done as exercise, but it is, for all intents and
purposes, a minimally viable product, however basic. There's not particularly many features, but it works.
## Building
**Dependencies:** Nim, [docopt](https://github.com/docopt/docopt.nim)
```txt
nimble install docopt
nim c "/path/to/source/nimjack.nim"
```
## Licence
This project is licensed under [European Union Public Licence 1.2](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12).