Miguel Nogueira 2020-02-19 18:34:32 +01:00
parent 4b6859df36
commit eef17371c0
1 changed files with 13 additions and 0 deletions

13
Installation.md Normal file

@ -0,0 +1,13 @@
## Project Installation
Download the tar or zipball from the repository.
Prepare the vendor folder with ```composer install```. The project doesn't require any additional libraries but it needs Composer for autoloading classes.
Dump the autoloader: ```composer dump-autoload -o```
Alternatively you can download a pre-prepared release in the Releases menu.
## Run the Game
Execute ```php main.php``` in the project directory to start playing. You can use CTRL-C anytime to exit, but the game allows you to leave on your own after you win or lose a game.