brain-games-liza

This is the first frontend project within my study on Hexlet.ru. This project consists of 6 command line games. To win every particular game you need to give three right answers on given questions. You fail the game if you give the wrong answer.

Usage no npm install needed!

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

README

frontend-project-lvl1

CodeClimate

Maintainability

Travis

Build Status

About

This is the first frontend project within my study on Hexlet.ru. This project consists of 6 command line games. To win every particular game you need to give three right answers on given questions. You fail the game if you give the wrong answer.

brain-calc

Gives an expression to calculate.

brain-even

Gives a number to determine wether it is even or not.

brain-gcd

Gives two numbers. You have to determine their least common divisor.

brain-prime

Gives a number to determine wether it is prime or not.

brain-progression

Gives a progression of numbers with one hidden number. You have do determine the hidden number.

Installation

Run the following command in the command line:

npm install brain-games-liza

Execution

State the name of the game in command line

brain-even

Package installation and running of brain-even

asciicast

Package installation and running of brain-calc

asciicast

Package installation and running of brain-gcd

asciicast

Package installation and running of brain-progression

asciicast

Package installation and running of brain-prime

asciicast