Skip to content

Commit

Permalink
Add Getting Started section in README.md docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a committed Apr 13, 2024
1 parent 87c95df commit c6b9d21
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion dice-game/README.md
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
```
10 changes: 9 additions & 1 deletion docs/dice-game/index.md
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
```

0 comments on commit c6b9d21

Please sign in to comment.