@serikoff/brain-games

Brain games

Usage no npm install needed!

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

README

project-lvl1-s474

Hexlet Ltd. logo">

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

Build Status

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.