Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boscan-alexandru/the-courier-challenge
Woot.ro challenge
https://github.com/boscan-alexandru/the-courier-challenge
composer php phpunit
Last synced: 3 months ago
JSON representation
Woot.ro challenge
- Host: GitHub
- URL: https://github.com/boscan-alexandru/the-courier-challenge
- Owner: boscan-alexandru
- Created: 2024-05-21T13:01:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:16:01.000Z (8 months ago)
- Last Synced: 2024-09-30T22:40:57.875Z (3 months ago)
- Topics: composer, php, phpunit
- Language: PHP
- Homepage:
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![the_courier_challenge - repo cover image](https://github.com/boscan-alexandru/the-courier-challenge/blob/main/the_courier_challenge.png?raw=true)
# the-courier-challenge
## Installation
Run the following command from your project root:
```bash
$ composer install
```## Usage
1. go to the root of your project and open a terminal
2. Run the 'PlayGame.php':
```sh
php PlayGame.php
```
NOTE: The expected behavior is: first the story of the Driver will play out, than the actual game will start. The terminal is actually supposed to write letter by letter (there is no performance issues 😁 ).## Testing
Run the 'PlayGame.php':
```sh
vendor/bin/phpunit --testdox
```if there is an issue stating that some of the classes are not found in the current project directory just run `composer dump-autoload ` in the current directory.