backend-project-lvl1-tema

Brain Games - 5 simple math console games

Usage no npm install needed!

<script type="module">
  import backendProjectLvl1Tema from 'https://cdn.skypack.dev/backend-project-lvl1-tema';
</script>

README

Welcome to the Brain Games!

Build Status

Setup:

Dowland npm package

$ npm i -g backend-project-lvl1-tema

To start first game run command

$ brain-even

Answer "yes" if the number is even, otherwise answer "no".

To start second game run command

$ brain-calc

What is the result of the expression?

To start third game run command

$ brain-gcd

Find the greatest common divisor of given numbers.

To start forth game run command

$ brain-progression

What number is missing in the progression?

To start fifth game run command

$ brain-prime

Answer "yes" if given number is prime. Otherwise answer "no".