1.0.1 2024-03-01 14:01 UTC

This package is not auto-updated.

Last update: 2024-10-26 17:29:28 UTC


README

A race between two players with selected vehicle in vehicles.json file.

Requirements

  • PHP >= 8.3

Usage

In a Laravel App use this command:

composer require savvy-tech/race

To install as a package and run the following command:

php artisan race:start

Or

clone the project and run:

composer install

to install dependencies and then run:

phpunit