Skip to content

gabrielmdu/Web-ASCII-RPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARPG - Web ASCII RPG

Features

Screens

Development

Environment

Setup & Run

Clone the repository and run the following to install all dependencies and write hosts rules:

sudo ./setup.sh

And then, to bring everything up:

docker-compose up -d

Testing

Back-end testing is done with:

php artisan test

Or:

vendor/bin/phpunit