Skip to content

Roman52/php-project-lvl1

Repository files navigation

Sonar cloud status:

Quality Gate Status Bugs Code Smells Duplicated Lines (%)

Tests and linter status:

Actions Status Actions Status

Prerequisites

  • Linux, Macos, WSL
  • PHP >= 8.0
  • Make
  • Git

Setup

git clone [email protected]:Roman52/php-project-lvl1.git
cd php-project-lvl1

# Install
make install

How to play:

There are 5 games:

  1. Brain Calc - What is the result of the expression.
# Run the game
make brain-calc

Asciinema brain-calc

https://asciinema.org/a/iR2JmHvnO17O4Hp4Z7RGZsON7

  1. Brain Even - Checking if a number is even.
# Run the game
make brain-even

Asciinema brain-even

https://asciinema.org/a/GKurqK7EV9aE8NOdtyuXaipKl

  1. Brain GCD - Find the greatest common divisor of given numbers.
# Run the game
make brain-gcd

Asciinema brain-gcd

https://asciinema.org/a/VH1zBJIOcur6nBjvgwa2uqokT

  1. Brain Progression - Guessing What number is missing in the progression.
# Run the game
make brain-progression

Asciinema brain-progression

https://asciinema.org/a/ApghwPwUQNkNdEn7s7KFinbqI

  1. Brain Prime - Guessing if given number is prime or not.
# Run the game
make brain-prime

Asciinema brain-prime

https://asciinema.org/a/9wz0CCYXlQBslpGZhrTJzOUTL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published