Skip to content

🎮 Terminal games which let users check their mathematical knowledge

Notifications You must be signed in to change notification settings

nosaxa/frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status Maintainability Eslint

What is this?

This is five games' kit which let users check their mathematical and logical skills to recognize gaps in knowledge

How to start operating the program:

  1. Make sure, that you have installed node and npm on you computer. You can inspect it by typing following commands: node -v, npm -v
  2. Clone the program on you local computer from this repository: git clone git@github.com:nosaxa/frontend-project-lvl1.git terminal-games
  3. Go to the terminal games directory: cd terminal-games
  4. Install all dependencies: make install
  5. Make binaries links in system sudo npm link
  6. Run games by typing their names: brain-calc, brain-even, brain-gcd, brain-prime, brain-progression
- Brain-calc: display an expression and ask the result
- Brain-even: display a number and ask if it is even?
- Brain-gcd: display two numbers and ask a common greatest divisor
- Brain-prime: display a number and ask if it is prime
- Brain-progression: display a progression with hidden number and ask it

Brain Games Usage

Installation

asciicast

Brain-even

asciicast

Brain-calc

asciicast

Brain-gcd

asciicast

Brain-progression

asciicast

Brain-prime

asciicast