richtom80 / max-fosh-treasure

'tis a silly project that is thrown together with not much thought

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Max Fosh Treasure Hunts

This is a few tools that have been thrown together for hunters interested in both of Max Fosh's treasure hunters, the W3W search was from the original hunt and word search created for the GOLDFosh hunt.

P.S. this has been thrown together and does not use good principles for writing PHP applications

Installation

Clone the repository to a LAMP server with composer installed.

Create vars.php

Required to create vars file in path "/includes/var.php" with the following syntax:

<?php
define("W3W_API_KEY", "Your w3w api key here");
define("GOOGLE_ANALYTICS", "Your google analytics here");
?>

Run 'composer update' to update all dependencies

About

'tis a silly project that is thrown together with not much thought

License:BSD 2-Clause "Simplified" License


Languages

Language:PHP 94.4%Language:HTML 4.3%Language:CSS 1.3%