Skip to content

asltyn/project-lvl1-s478

Repository files navigation

Maintainability Build Status

Brain Games

  1. Description.

    Brain games is a set of mini games launched from the console.
    List of games:
    • Brain-even. Player should answer "yes" if given number even, otherwise answer "no".
    • Brain-calc. Player should calculate result of a given expression.
    • Brain-gcd. Player should find the greatest common divisor of given numbers.
    • Brain-progression. Player should find what number is missing in the arithmetic progression.
    • Brain-prime. Player should answer "yes" if given number is prime, otherwise answer "no".

  2. Installation.

    npm install brain-games-hex

  3. Examples.

    Brain-even (install and run): asciicast

    Brain-calc (install and run): asciicast

    Brain-gcd (install and run): asciicast

    Brain-progression (install and run): asciicast

    Brain-prime (install and run): asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published