File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1+ run-dist :
2+ cd app && ./build/install/app/bin/app
3+
4+ build :
5+ cd app && ./gradlew build && ./gradlew installDist
6+
7+ clean :
8+ cd app && ./gradlew clean
Original file line number Diff line number Diff line change 22[ ![ hexlet-check] ( https://github.com/ROSSARKO/java-project-61/actions/workflows/hexlet-check.yml/badge.svg )] ( https://github.com/ROSSARKO/java-project-61/actions/workflows/hexlet-check.yml )
33## Description
44***
5- > This app contains several math games in it. If you answer 3 questions correctly, you win. Otherwise,
6- the game ends and you will need to start over.
5+ ```
6+ "The Brain Games" - This app contains several math games in it. If you answer 3 questions correctly, you win. Otherwise,
7+ The game ends and you will need to start over.
8+ ```
79***
810## Demo:
9- > __ [ Even] ( https://asciinema.org/connect/6da9d564-f8ad-47e0-98eb-dc7efdeb7227 ) __ |
11+ __ [ Even] ( https://asciinema.org/connect/6da9d564-f8ad-47e0-98eb-dc7efdeb7227 ) __ |
1012__ [ Calc] ( https://asciinema.org/a/dSpSj9hkaShOIxZhzhbgw7bv3 ) __ |
1113__ [ GCD] ( https://asciinema.org/a/egT7j4lie7pqZfF5hKfNLVjDy ) __ |
1214__ [ Progression] ( https://asciinema.org/a/yHUW0ER66ENJNQpuoWibP75ak ) __ |
1315__ [ Prime] ( https://asciinema.org/a/YrgJKHpNr4ZrwLZIxThIBqsow ) __ |
1416***
17+ ## Build
18+ ``` bash
19+ make build
20+ ```
1521## Start
1622``` bash
1723make run-dist
1824```
25+ ## Clean
26+ ``` bash
27+ make clean
28+ ```
1929
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments