first-brain-games

1.1.3 • Public • Published

Maintainability Test Coverage Build Status

Welcome to the First Brain Games!

This is actually a terminal game that consists of different maths tasks.

Installation

To install First Brain Games type npm i -g first-brain-games into terminal!

At the moment we have include games listed below:

  1. brain-even
  2. brain-calc
  3. brain-gcd
  4. brain-balance
  5. brain-progression
  6. brain-prime

You can call the menu via npm start brain-game or simple brain-game.

To immediately start the specific game without a menu, use its name exactly as it is written above the line.

  • Even game

    You have to answer if shown number is even or not.

    To start game type brain-even into terminal!

    asciicast

  • Calc game

    What is the result of the expression?

    To start game type brain-calc into terminal!

    asciicast

  • GCD game

    Find the greatest common divisor of given numbers.

    To start game type brain-gcd into terminal!

    asciicast

  • Balance game

    Balance the given number.

    To start game type brain-balance into terminal!

    asciicast

  • Progression game

    What number is missing in this progression?

    To start game type brain-progression into terminal!

    asciicast

  • Prime game

    Is this number prime?

    A number n is prime if it is greater than 1 and has no positive divisors except 1 and n.

    To start game type brain-prime into terminal!

    asciicast

Readme

Keywords

Package Sidebar

Install

npm i first-brain-games

Weekly Downloads

0

Version

1.1.3

License

ISC

Unpacked Size

42.5 kB

Total Files

21

Last publish

Collaborators

  • yekku