5 little CLI games to test your math skills and sometimes your calculator skills (an unintended feature). Make sure poetry installed to build project.
# Clone repo and go to the new directory:
git clone git@github.com:shortykevich/BrainGames.git && cd BrainGames
# Install dependencies
make install
# Build and install package:
make build
make package-install# Calculate arithmetic expressions:
brain-calc
# Find the missing element in progression:
brain-progression
# Identify even numbers:
brain-even
# Find the GCD (greatest common divisor):
brain-gcd
# Identify prime numbers:
brain-prime