- uv "An extremely fast Python package and project manager, written in Rust"
- ruff "An extremely fast Python linter and code formatter, written in Rust"
Brain Games is a collection of five console math games. Each game presents a unique challenge to test your math skills.
- brain-even: Determine if the number is even.
- brain-calc: Calculate the result of the expression.
- brain-gcd: Find the greatest common divisor of two numbers.
- brain-progression: Find the missing number in an arithmetic progression.
- brain-prime: Determine if the number is prime.
- Python >= 3.12
- UV package manager
make package-install
After installation, you can run any of the games by typing the corresponding command in the terminal:
- brain-even
- brain-calc
- brain-gcd
- brain-progression
- brain-prime