Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 2.51 KB

README.md

File metadata and controls

65 lines (43 loc) · 2.51 KB

Hexlet tests and linter status:

Actions Status Maintainability

Brain Games

by Vovan

Description:

5 simple number-based games on your choise:

  1. Even number: answer, if the number is even or not.
  2. Calculate: You need to write, what is the result of the expression?
  3. Greatest common divisor: Find the greatest common divisor of given numbers.
  4. Missing number in progression: What number is missing in the progression?
  5. Prime number: Answer "yes" if given number is prime. Otherwise answer "no".

Three attempts only

Version:

1.0.0

System Requirements

OS: Linux. Processor: 4 hardware CPU threads - Intel® Core™ i5 750 or higher. Memory: 256 Mb RAM. Graphics: Any GPU.

Instruction:

Download this git repository, open "php-project-45" directory and type in command line "make install". After that you can play included games.

Commands to each game:

    • make brain-games
    • (Only greetings).

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

Video footages:

BrainGame instalation nad greetings

asciicast

BrainGame Calculate

asciicast

BrainGame If Even

asciicast

BrainGame Great Common Devisor

asciicast

BrainGame Prime Number

asciicast

BrainGame Progression

asciicast