Rasskris / Brain-Games

A set of mini math games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brain Games

Maintainability Node-CI

Installation

$ npm install rs-brain-game

Run games

$ brain-even
$ brain-calc
$ brain-gcd
$ brain-progression
$ brain-prime

Example

1. Brain-even game. Even/odd number.

asciicast

2. Brain-calc game. The result of the expression.

asciicast

3. Brain-gcd game. The greatest common divisor.

asciicast

4. Brain-progression game. The missing number in Arithmetic Progression.

asciicast

5. Brain-prime game. Prime number.

asciicast

About

A set of mini math games.


Languages

Language:JavaScript 97.8%Language:Makefile 2.2%