Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.08 KB

README.md

File metadata and controls

29 lines (25 loc) · 2.08 KB

Brain-Games project includes five games. Clone this repository to your computer. Run npm link in terminal. Run make install in terminal.

Brain-even - try to guess if the number is even. Use brain-even in terminal to start the game.
Brain-calc - try to calculate value of the expression. Use brain-calc in terminal to start the game.
Brain-gcd - try to calculate the greatest common divisor. Use brain-gcd in terminal to start the game.
Brain-prime - try to guess if the number is prime. Use brain-prime in terminal to start the game.
Brain-progression - try to continue the sequence. Use brain-progression in terminal to start the game.

Hexlet tests and linter status:

Actions Status

Codeclimate Maintainability Badge:

Maintainability

Status Badge - ESlint Check

Node.js CI

Example of work - brain-even

asciicast

Example of work - brain-calc

asciicast

Example of work - brain-even

asciicast

Example of work - brain-prime

asciicast

Example of work - brain-progression

asciicast