This is a port of the Azul game to a pimped version in Laravel: https://github.com/annechko/azul
- run the game:
php artisan app:play
- run the tests:
./vendor/bin/pest
- run the tests with mutations:
./vendor/bin/pest --mutate --parallel
- run the tests with coverage:
./vendor/bin/pest --coverage-html=coverage
- run pint:
./vendor/bin/pint
- run phpstan:
./vendor/bin/phpstan