Small CLI game written in PHP.
- Clone repository
- Install Composer and the project dependencies (php-ds/php-ds & symfony/console) by running:
$ composer install
- Open a new terminal window and run the following command:
$ ./domino start Alice Bob
- I get a 'permission denied' error - what should I do?
Try to make the domino file executable and check if the error persists:
$ chmod +x domino
- I have another question...
Please contact me at [email protected] for more details.
- Ciprian Cimpan - Ciprian.pro