Brain Games JavaScript Training project. Goals: to get beginning skills of JS development to learn how to setup JS environment to get basic skills of working with repositories and dependency management Description: Mini-games for CLI Requirements: CLI (POSIX) Node.js v13.11.0 Links: Hexlet NPM Semantic Versioning 2.0.0 Games Installation and start: $ git clone <this repo url> Move to the loaded package directory $ npm link $ brain-<GAME> see asciinema Brain-even: Answer "yes" if the number is even, otherwise answer "no". $ brain-even see asciinema Brain-calc: What is the result of expression? $ brain-calc see asciinema Brain-gcd: Find the greatest common divisor of given numbers. $ brain-gcd see asciinema Brain-progression: What number is missing in the progression? $ brain-progression see asciinema Brain-prime: Answer "yes" if given number is prime, otherwise answer "no". $ brain-prime see asciinema