hexlet-brain-games-nor

Ivan Nor - first project on Hexlet.io JavaScript

Usage no npm install needed!

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

README

Brain Games - Hexlet project by Ivan Nor

Build Status Test Coverage Maintainability

Install:

npm i -g hexlet-brain-games-nor

Usage:

  • brain-calc

  • brain-even

  • brain-prime

  • brain-gcd

  • brain-progression

Description:

In the project it was necessary to implement a set of mini-games launched from the console. These games are similar to what is called "Brain Games".

Examples of games:

  • Even number: asciicast
  • Calculate the expression: asciicast
  • Greatest common divisor: asciicast
  • Guess missing number: asciicast
  • Prime number: asciicast