Skip to content

Instantly share code, notes, and snippets.

View mtage70's full-sized avatar

Matthew Di Mare Miller mtage70

View GitHub Profile
@mtage70
mtage70 / Cho-Han
Created February 14, 2014 23:42
This is an old Chinese game called Cho-Han. Player bets on the outcome of two dice (either even or odd (Cho/Han)) and wins or loses the amount of money dependant of the player's bet.
#include <iostream>
#include <string>
#include <cstdlib>
#include <ctime>
using namespace std;