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.
- Host: GitHub
- URL: https://github.com/ghost91-/nimgame
- Owner: ghost91-
- License: mit
- Created: 2018-06-25T21:36:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T18:25:34.000Z (almost 7 years ago)
- Last Synced: 2025-10-27T05:43:47.242Z (8 months ago)
- Topics: d, game, logic-game, strategy-game
- Language: D
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```