Skip to content

andr-novikov/brain-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Games

Maintainability Eslint

This repository contains the collection of games to train brain.
At the moment you can play the following games:

  1. Parity Check
    • answer "yes" if the number is even, otherwise answer "no".
  2. Calculator
    • find result of the math expression.
  3. Greatest Common Divisor
    • find the greatest common divisor of two numbers.
  4. Arithmetic progression
    • find number is missing in the arithmetic progression.
  5. Number Is Prime?
    • answer "yes" if the number is prime, otherwise answer "no".

Install from GitHub

$ git clone https://github.com/andr-novikov/backend-project-lvl1.git
$ make install

Run Games

$ make start

"Parity Check" gameplay demonstration

asciicast


"Calculator" gameplay demonstration

asciicast


"Greatest Common Divisor" gameplay demonstration

asciicast


"Arithmetic progression" gameplay demonstration

asciicast


"Number Is Prime?" gameplay demonstration

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published