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

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

Awesome Lists containing this project

README

          

# ![Nimjack](https://i.imgur.com/KcNzFAA.png)

![GitHub last commit](https://img.shields.io/github/last-commit/maxwelljens/nimjack?style=flat-square) ![GitHub release
(latest SemVer)](https://img.shields.io/github/v/release/maxwelljens/nimjack?style=flat-square)
![GitHub](https://img.shields.io/github/license/maxwelljens/nimjack?style=flat-square)

> 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).