Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.62 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.62 KB

Brain Games

Actions Status Maintainability

About

Brain Games is a set of 5 games to train your brain! The games are:

  1. brain-calc - Calculate expression
  2. brain-even - Answer if a number is even or odd
  3. brain-gcd - Find greatest common dividor of two numbers
  4. brain-prime - Answer if a number is prime or not
  5. brain-progression - Fill missed number in a progression

Setup

$ git clone https://github.com/davydovks/php-project-45.git

$ cd php-package-45

$ make install

Run games

You can start a game using any of these commands:

$ make brain-calc

$ make brain-even

$ make brain-gcd

$ make brain-prime

$ make brain-progression

Demos

Brain-even

asciicast

Brain-calc

asciicast

Brain-gcd

asciicast

Brain-progression

asciicast

Brain-prime

asciicast