Skip to content

nullablemind/brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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