mikhailmogilnikov / brain-games

Small kit of math-based games in terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

brain-games

Small kit of math-based games in terminal!

Actions Status Maintainability

How to install?

Clone this repository on your device, open clonned folder in terminal and enter make install.

After installing you can use all available commands:

brain-games
brain-even
brain-calc
brain-gcd
brain-progression
brain-prime

brain-games

Basic command to test install status of a program.

asciicast

brain-even

Answer "yes" if the number is even, otherwise answer "no".

asciicast

brain-calc

Calculate the result of basic mathematical operations.

asciicast

brain-gcd

Find the greatest common divisor of given numbers.

asciicast

brain-progression

Find missing number in the progression.

asciicast

brain-prime

Answer "yes" if given number is prime. Otherwise answer "no".

asciicast

About

Small kit of math-based games in terminal.


Languages

Language:JavaScript 93.6%Language:Makefile 6.4%