diff --git a/dice-game/README.md b/dice-game/README.md index d524c39..7c00bad 100644 --- a/dice-game/README.md +++ b/dice-game/README.md @@ -1,3 +1,11 @@ # Dice Game in Command Line Application in Haxe -This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. \ No newline at end of file +This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. + +### Getting Started + +``` +git clone https://github.com/lulunac27a/dice-game-haxe.git +cd dice-game +haxe build.hxml +``` \ No newline at end of file diff --git a/docs/dice-game/index.md b/docs/dice-game/index.md index d524c39..7c00bad 100644 --- a/docs/dice-game/index.md +++ b/docs/dice-game/index.md @@ -1,3 +1,11 @@ # Dice Game in Command Line Application in Haxe -This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. \ No newline at end of file +This is a dice game app using Haxe. It uses a command line interface to enter number of dice and prints the dice output. It also prints the sum of all dice. + +### Getting Started + +``` +git clone https://github.com/lulunac27a/dice-game-haxe.git +cd dice-game +haxe build.hxml +``` \ No newline at end of file