File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414
1515This 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
25251 . ** brain-even** : Determine if the number is even.
26262 . ** brain-calc** : Calculate the result of the expression.
27273 . ** brain-gcd** : Find the greatest common divisor of two numbers.
28284 . ** brain-progression** : Find the missing number in an arithmetic progression.
29295 . ** 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
3636make package-install
3737
38- # How to play
38+ ## How to play
3939After installation, you can run any of the games by typing the corresponding command in the terminal:
4040brain-even
4141brain-calc
4242brain-gcd
4343brain-progression
4444brain-prime
4545
46- # Demo
46+ ## Demo
4747brain-even https://asciinema.org/a/d3XQhtjV2Ir8aSb5XE0Qi1BWm
4848brain-calc https://asciinema.org/a/mEErFUxBs3tsQ8hsQ4a4kcCCT
4949brain-gcd https://asciinema.org/a/NK5xTfNSEInZOxxvc2jcr7XbN
You can’t perform that action at this time.
0 commit comments