hexlet-project-lvl1-german

Project1 from hexlet. Brain Games.

Usage no npm install needed!

<script type="module">
  import hexletProjectLvl1German from 'https://cdn.skypack.dev/hexlet-project-lvl1-german';
</script>

README

Maintainability Build Status

Brain Games.

There are 6 console games. Node.js Level 1 study project on hexlet

Installation

$ npm install -g hexlet-project-lvl1-german

Games:

  1. Is number is even?
$ brain-even
  1. Calculate the expression.
$ brain-calc
  1. Find the greatest common divisor of given numbers.
$ brain-gcd
  1. Balance the given number.
$ brain-balance
  1. Figure out missing number of arithmetic progression.
$ brain-progression
  1. Is number prime?
$ brain-prime