-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Getting Started section in README.md docs
- Loading branch information
1 parent
87c95df
commit c6b9d21
Showing
2 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
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 | ||
``` |