Skip to content

🧠 Command-line puzzle games. Five games that you can run and play.

Notifications You must be signed in to change notification settings

dmitry-makovsky/brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Games

This is a package with five games that you can run and play in the console.

Maintainability Build Status

Install

Install brain-games

Before gaming you need:

# Clone this repository.
$ git clone https://github.com/dmitry-makovsky/brain-games.git

# Go to the repository.
$ cd brain-games

# Install dependencies.
$ make install

# Build package
$ make build

# If you want install games globaly - link this package.
$ npm link

# Then run the chosen game

Usage

Is even game

The player must answer if this number is even or not

Run:

make brain-even

Run brain-even

Calc game

The player must solve arithmetic expression

Run:

make brain-calc

Run brain-calc

Find GCD game

The player must find the largest common divisor of two numbers

Run:

make brain-gcd

Run brain-gcd

Progression game

The player must find the missing number in the progression.

Run:

make brain-progression

Run brain-progression

brain "is prime?" game

The player must answer if this number is prime or not

Run:

make brain-prime

Run brain-progression

About

🧠 Command-line puzzle games. Five games that you can run and play.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published