Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.62 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.62 KB

'Brain games' Hexlet project

Actions Status Maintainability Node CI

Description

5 Console games: even number, calculator, the greatest common divisor, arithmetic progression, prime number

Installation and Usage

You can install a project using make utility in root project directory:

$ make setup

After that, you can run games:

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

Demo

brain-even game
brain-even brain-calc game
brain-calc brain-gcd game
asciicast brain-progression game
asciicast brain-prime game
asciicast