Skip to content

Commit 33fe372

Browse files
committed
update README.md
1 parent b7f9e5d commit 33fe372

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,36 @@
1414

1515
This project was built using these tools:
1616

17-
Tool Description
18-
uv "An extremely fast Python package and project manager, written in Rust"
19-
ruff "An extremely fast Python linter and code formatter, written in Rust"
17+
|Tool |Description |
18+
|[uv](https://docs.astral.sh/uv/) |"An extremely fast Python package and project manager, written in Rust"|
19+
|[ruff](https://docs.astral.sh/ruff/) |"An extremely fast Python linter and code formatter, written in Rust" |
2020

2121

22-
# Brain Games is a collection of five console math games. Each game presents a unique challenge to test your math skills.
22+
## Brain Games is a collection of five console math games. Each game presents a unique challenge to test your math skills.
2323

24-
# Games
24+
## Games
2525
1. **brain-even**: Determine if the number is even.
2626
2. **brain-calc**: Calculate the result of the expression.
2727
3. **brain-gcd**: Find the greatest common divisor of two numbers.
2828
4. **brain-progression**: Find the missing number in an arithmetic progression.
2929
5. **brain-prime**: Determine if the number is prime.
3030

31-
# Requirements
31+
## Requirements
3232
- Python >= 3.12
3333
- UV package manager
3434

35-
# Setup
35+
## Setup
3636
make package-install
3737

38-
# How to play
38+
## How to play
3939
After installation, you can run any of the games by typing the corresponding command in the terminal:
4040
brain-even
4141
brain-calc
4242
brain-gcd
4343
brain-progression
4444
brain-prime
4545

46-
# Demo
46+
## Demo
4747
brain-even https://asciinema.org/a/d3XQhtjV2Ir8aSb5XE0Qi1BWm
4848
brain-calc https://asciinema.org/a/mEErFUxBs3tsQ8hsQ4a4kcCCT
4949
brain-gcd https://asciinema.org/a/NK5xTfNSEInZOxxvc2jcr7XbN

0 commit comments

Comments
 (0)