aleksandrtamrazov/brain-games

Simple games to boost your brain

dev-main 2021-01-16 21:24 UTC

This package is auto-updated.

Last update: 2024-04-17 04:37:24 UTC


README

Simple games to boost your brain.

Actions Status Maintainability Actions Status

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