UNPKG

hexlet-project-lvl1-german

Version:
38 lines (34 loc) 852 B
[![Maintainability](https://api.codeclimate.com/v1/badges/ce328d999053326579c5/maintainability)](https://codeclimate.com/github/stgoge/project-lvl1-s320/maintainability) [![Build Status](https://travis-ci.org/stgoge/project-lvl1-s320.svg?branch=master)](https://travis-ci.org/stgoge/project-lvl1-s320) ## Brain Games. There are 6 console games. Node.js Level 1 study project on [hexlet](https://hexlet.io) # ### Installation ```sh $ npm install -g hexlet-project-lvl1-german ``` ### Games: 1. Is number is even? ```sh $ brain-even ``` 2. Calculate the expression. ```sh $ brain-calc ``` 3. Find the greatest common divisor of given numbers. ```sh $ brain-gcd ``` 4. Balance the given number. ```sh $ brain-balance ``` 5. Figure out missing number of arithmetic progression. ```sh $ brain-progression ``` 6. Is number prime? ```sh $ brain-prime ```