Skip to content

tychkovas/frontend-project-lvl1

Repository files navigation

"Brain Games"

Maintainability CI

Math mini-games that run from the console:

  • Parity Check
  • Calculator
  • Greatest common divisor (GCD)
  • Arithmetic progression
  • Is the number prime?

Install

$ git clone https://github.com/tychkovas/frontend-project-lvl1
$ cd frontend-project-lvl1
$ make install
$ sudo npm link

Description

launch commands

Name commands
Parity Check $ brain-even
Calculator $ brain-calc
GCD $ brain-gcd
Arithmetic progression $ brain-progression
Is the number prime? $ brain-prime

Rules of the game

Three questions must be answered correctly.

Demonstration

Game installation example

asciicast

Example of running the game "Parity Check"

asciicast

Example of running the game "Calculator"

asciicast

Example of running the game "Greatest common divisor (GCD)"

asciicast

Example of running the game "Arithmetic progression"

asciicast

Example of running the game Is the number prime?

asciicast

Releases

No releases published

Packages

No packages published