Skip to content

domingi/mind-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintainability

This is my first educational project from Hexlet. Here I got acquainted with JavaScript, npm, GitHub and linter.

Brain games

About

A set of games to train your brain! Consists of:

  • Is number is even or not?
  • Calculate this!
  • Find the greatest common divisor
  • Find the missing number in progression
  • Is number is prime or not?

Each game includes three question. If you fault - start again!

Run

make install
# now you can start any of the games
make even # start game "Is number is even or not?"
make calc # start game "Calculate this!"
make gcd # start game "Find the greatest common divisor"
make progression # start game "Find the missing number in progression"
make prime # start game "Find the missing number in progression"

Demonstration

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published