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

https://github.com/ghost91-/nimgame

An implementation of the famous Nim game.
https://github.com/ghost91-/nimgame

d game logic-game strategy-game

Last synced: 4 months ago
JSON representation

An implementation of the famous Nim game.

Awesome Lists containing this project

README

          

# nimgame

An implementation of the famous [Nim](https://en.wikipedia.org/wiki/Nim) game.

## Prerequisits

In order to build the application, a D compiler and DUB are required.

## Building

```
dub build
```

## Running

```
./nimgame
```