1.7.4 • Published 5 years ago

brain-games-s376 v1.7.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Brain games

Maintainability Build Status

What is it?

This is a set of puzzle games to play in console mode.

Which games are available?

  • even

    Your objective is to provide an answer to the question, whether the number given is even or not.

  • calc

    Provided with left- and right-hand operands and operator, the player has to perform an arithmetic operation.

  • gcd

    The objective here is to find the greatest common divisor of two integers.

  • progression

    Player has to find the missing member of an arithmetic progression.

  • prime

    Guess (the only thing one could do in some cases) whether the number is prime or composite!

Installation and usage

To install, you can use npm:

$ npm install -g brain-games-s376

Then you can run any game from the package by typing its title prefixed with 'brain-':

$ brain-even

Just like this:

  • brain-even asciicast

  • brain-calc asciicast

  • brain-gcd asciicast

  • brain-progression asciicast

  • brain-prime asciicast

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago