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

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

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
```