Progression is a console PHP game where the player must find the missing number in an arithmetic progression.
- PHP 8.1 or newer
- Composer
composer installcomposer global require relflly/progressionAfter global installation add Composer's global bin directory to PATH and run:
progressionphp bin/progressionGenerate optimized autoload files:
composer dump-autoload -oCheck PSR-12:
php vendor/squizlabs/php_codesniffer/bin/phpcs --standard=PSR12 src bin/progression