https://github.com/afaur/connect-four.d
https://github.com/afaur/connect-four.d
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afaur/connect-four.d
- Owner: afaur
- Created: 2015-07-24T04:27:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T16:41:22.000Z (almost 11 years ago)
- Last Synced: 2025-10-07T05:45:18.026Z (9 months ago)
- Language: D
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Run Game
```
dub
```
# Run Tests
```
dub --build=unittest
```