task

Maintainers

Package info

github.com/SaeedEben/Race-SavvyTech

pkg:composer/savvy-tech/race

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2024-03-01 14:01 UTC

This package is not auto-updated.

Last update: 2026-03-29 01:21:53 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