Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

apricotlace-brain-games

ApricotLace24ISC1.7.3

CLI application / mini math games

CLI, JS, Babel

readme

🎲 Brain Games

Build Status Maintainability

CLI Application

A set of mini-games running from the console. These games are similar to what is commonly called the "Brain Games".

Installation

npm install -g apricotlace-brain-games

Use lolcat optionally.

asciicast

Examples of using

Brain-Even

A simple game in which you need to answer the question of whether a given number is even.

asciicast

Brain-Calc

A simple game in which you need to solve an arithmetic task

asciicast

Brain-gcd

A simple game in which you need to find the greatest common divisor. (GCD)

asciicast

Brain-progression

A simple game in which you need to find the missing number in a sequence of numbers

asciicast