This is simple CLI application, where you can play five different games.
- Linux, Macos, WSL
- PHP >= 8.2.0
- Composer >= 2.8.5
- Make
- Git
$ git clone https://github.com/prusov-code/brain-games.git
$ cd brain-games
$ make install
$ make brain-even # "Even number" game
$ make brain-calc # "Calculator" game
$ make brain-gcd # "Greatest common divisor" game
$ make brain-progression # "Progression number" game
$ make brain-prime # "Prime number" game