Skip to content

AnastasiaKv/frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Games

Hexlet tests and linter status:

Actions Status Actions Status Maintainability

This is a set of five simple mathematical console games based on popular mobile brain training apps. Each game asks questions that need to be answered correctly. After three correct answers, the game is considered to be completed. Wrong answers end the game and offer to play it again.

Games:

  • Calculator. Arithmetic expressions to be evaluated.
  • Progression. Search for missing numbers in a sequence of numbers.
  • Definition of an even number.
  • Finding the Greatest Common Divisor.
  • Definition of a prime number.

Setup

make install

Run

make brain-even
make brain-calc
make brain-gcd
make brain-progression
make brain-prime

or

Install module locally and run

npm link

brain-even
brain-calc
brain-gcd
brain-progression
brain-prime

Demos

  • Instalation & 'brain-even'

asciicast

  • 'brain-calc'

asciicast

  • 'brain-gcd'

asciicast

  • 'brain-progression'

asciicast

  • 'brain-prime'

asciicast

About

Hexlet Project #1

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors