https://github.com/gmemstr/yahtzee
Yahtzee in the terminal using C++. All platforms (I hope).
https://github.com/gmemstr/yahtzee
Last synced: 10 months ago
JSON representation
Yahtzee in the terminal using C++. All platforms (I hope).
- Host: GitHub
- URL: https://github.com/gmemstr/yahtzee
- Owner: gmemstr
- License: mit
- Created: 2013-10-21T21:22:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T16:40:41.000Z (over 10 years ago)
- Last Synced: 2025-01-26T13:41:29.414Z (12 months ago)
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yahtzee
=======
Yahtzee in the terminal using C++.
## Current Status:
```
Rewriting entire project to be more effecient.
ETA: Unknown
```
## Compiling:
```
git clone https://github.com/gmemstr/yahtzee.git
cd yahtzee/src/
g++ Main.cpp -o Yahtzee.exe
```