alexey / php-project-lvl1
console games
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- wp-cli/php-cli-tools: ^0.11.11
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-21 21:45:55 UTC
README
Welcome to Brain_games
This's serie just logic-games.
- brain-calc - In this game you have to perform basic mathematical operations - addition, subtraction and multiplication.
- brain-even - In this game you must determine - whether the number is even or not. If the number is even, you must answer “yes”, if not even, then “no”.
- brain-gcd - In this game you will be presented with two numbers. You need to analyze them and find the largest number by which they are divided without a remainder.
- brain-prime - In this game you must determine whether the number shown is prime. If it’s purely simple, you must answer “yes”, if not simple, then “no”. A prime number is a number that is divisible without remainder only by itself and by one.
- brain-progression - In this game you will be presented with a series of numbers. You must find a pattern between them and enter the missing number.
How to install games?
Write in your Terminal:
composer global require alexey/php-project-lvl1:"@dev"
Start of a game
Write in your Terminal:
- brain-calc
brain-calc
- brain-even
brain-even
- brain-gcd
brain-gcd
- brain-prime
brain-prime
- brain-progression
brain-progression
See!
Install project + start BRAIN-GCD
Install project + start BRAIN-PROGRESSION
Install project + start BRAIN-PRIME