Skip to content

davydovks/php-project-45

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Brain Games - console games to train your brain

Resources

Stars

Watchers

Forks

Packages

No packages published