README
project-lvl1-s474
This repository is created and maintained by a student of the Hexlet educational project community. This repository is a collection of games. Read more about Hexlet (in Russian).
brain-games
Setup
$ sudo npm install -g @serikoff/brain-games
Play
$ brain-games
If you are using Linux and you have the error
$ brain-games
/usr/bin/env: 'node': No such file or directory
then enter the command
$ sudo ln -s $(which nodejs) /usr/local/bin/node
This should solve the problem.