Skip to content

DeeRi/frontend-project-lvl1

Repository files navigation

frontend-project-lvl1

Build Status

Maintainability

Brain Games

This project contains a set of simple arithmetic games written in JavaScript.

Installation and game running

Command which installs package:

sudo npm i -g package-of-brain-games

Having installed package you may run five different games.

Even number

This is a game in which you have to determine if a number is even. To run:

make even

asciicast

Progression

In this game you have to find missing number in arithmetic progression. To run:

make prog

asciicast

Prime number

Here you have to answer if a given number is prime. To run:

make prime

asciicast

GCD

This is a game in which you have to find greatest common divisor of two random numbers. To run:

make gcd

asciicast

Calculator

In this game you will have have to calculate the result of an arithmetic expression. To run:

make calc

asciicast

About

Hexlet training project. A set of arithmetic games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published