Skip to content

viktorkasap/hexlet-frontend-project-lvl1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability lint-check


Brain Games

This is a set of simple console games.

How to install

  1. Clone project.
  2. Open terminal
  3. cd to project folder
  4. Run command
make setup

Game Even

Check the number is even.

  1. Terminal: brain-even
  2. Type your name.
  3. Then answer if number is even 'yes' otherwise 'no'.

For example:

asciicast


Game Calc

Calculate two numbers.

  1. Terminal: brain-calc
  2. Type your name.
  3. Then type correct answer of math expression

For example:

asciicast


Game GCD

Find the greatest divisor.

  1. Terminal: brain-gcd
  2. Type your name.
  3. Find the greatest common divisor of given numbers

For example:

asciicast


Game Progression

Find the missing number.

  1. Terminal: brain-progression
  2. Type your name.
  3. What number is missing in the progression?

For example:

asciicast


Game Prime

Check the number prime.

  1. Terminal: brain-prime
  2. Type your name.
  3. Answer "yes" if given number is prime. Otherwise answer "no".

For example:

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published