1.0.1 • Published 5 years ago

projecthex v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Project "Brain games".

Project "Brain games" is aimed at introducing main components of any modern js-application (package manager (npm), transpiler (Babel), linter (Eslint).

As part of the project, I implemented a set of the following mini-games: 1. Game: "Is it an even number?" 2. Game: "Calculator" 3. Game "GCD" 4. Game "Arithmetic progression" 5. Game "Is it a prime number?"

Setup

$ sudo npm -g install project_x_knerok

Games

Game: "Is it an even number?"

$ brain-even

Game: "Calculator"

$ brain-calc

Game "GCD"

$ brain-gcd

Game "Arithmetic progression"

$ brain-progression

Game "Is it a prime number?"

$ brain-prime

1.0.1

5 years ago