brain-games-ds

Simple CLI math games

Usage no npm install needed!

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

README

Brain games

Brain-games is the first project on Hexlet Frontend JavaScript course. It's a set of 5 simple math CLI games:

  • brain-even (You have to answer whether a given number is even or not)
  • brain-calc (You have to calculate the result of an expression)
  • brain-gcd (You have to find out the greatest common divisor of given numbers)
  • brain-progression (You have to find out the missing member of the progression)
  • brain-prime (You have to answer whether a given number is prime or not)

Maintainability Build Status

Install

npm install -g brain-games-ds

Launch

Type game name in your terminal.

brain-even

asciicast

brain-calc

asciicast

brain-gcd

asciicast

brain-progression

asciicast

brain-prime

asciicast