aleksandrtamrazov / brain-games
Simple games to boost your brain
dev-main
2021-01-16 21:24 UTC
Requires
- wp-cli/php-cli-tools: 0.11.11
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-17 06:31:53 UTC
README
Simple games to boost your brain.
Installing
composer require aleksandrtamrazov/brain-games
Description
In each game, 3 questions are asked, it is necessary to correctly answer 3 questions,
to win the game. The first wrong answer ends the game.
Games list
- brain-even - specify if the number is even or not. Demo
- brain-calc - find the result of simple math expression. Demo
- brain-gcd - find the greatest common divisor of two given numbers. Demo
- brain-progression - find a missed number in the arithmetic progression. Demo
- brain-prime - specify if the number is prime or not. Demo