/DiceGame

A School project to make a dice two player game

Primary LanguageCMIT LicenseMIT

DiceGame

A School project to make a dice two player game

Running

Build then Run

$ make build

then

$ ./dice.out

Build and Run

$ make run