apricotlace-brain-games

CLI application / mini math games

Usage no npm install needed!

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

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