A treasure hunt game with google maps integration. Unlike other online treasure hunt games, it does not relay only on map or questions. It uses both. Players need to answer questions to get a location clue which they will need to find in google maps to find more questions and more clue.
- PHP > 5.5.9
- Composer
- Gulp
- npm
- Clone the repository.
- Run
composer install
- Run
npm install
- Run
gulp --production
- Rename .env.example to .env and edit the content to match your configuration.
- Make the directory storage writable.
- Run
php artisan key:generate
- Run
php artisan migrate
The Map Treasure Hunt is open-sourced software licensed under the MIT license.