brain-games-denisbelyy

project brain games

Usage no npm install needed!

<script type="module">
  import brainGamesDenisbelyy from 'https://cdn.skypack.dev/brain-games-denisbelyy';
</script>

README

hexlet project brain-games

A set of mini games started from the console

Install

npm i brain-games-denisbelyy

List of games

  • brain-even
    • Answer "yes" if number even otherwise answer "no".
  • brain-calc
    • What is the result of the expression?
  • brain-gcd
    • Find the greatest common divisor of given numbers.
  • brain-balance
    • Balance the given number.
  • brain-progression
    • What number is missing in this progression?
  • brain-prime
    • Is this number prime?

How starting the game

Enter the name of the game in the console

Examples of games

brain-even

asciicast

brain-calc

asciicast

brain-gcd

asciicast

brain-balance

asciicast

brain-progression

asciicast

brain-prime

asciicast

Build Status