Skip to content

nullablemind/brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e07880e Â· Nov 20, 2020
May 30, 2020
May 30, 2020
Nov 20, 2020
Nov 20, 2020
May 30, 2020
Jan 2, 2017
Nov 20, 2020
Aug 14, 2019
Aug 15, 2019
May 30, 2020
May 30, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020
Nov 20, 2020

Repository files navigation

🧠 Brain Games

Maintainability Build Status

A set of games by the type of question-answer

Install:

make install - install dependencies

Run games:

make run-balance - run game balance

make run-calc - run game calc

make run-even - run game even

make run-gcd - run game gcd

make run-progression - run game progression

Other commands:

make test - launch tests

make publish - publish game to npm

Made as part of project training at hexlet.io