A simple game developed in PHP. The game is easy to set up and run locally on your machine.
Follow these instructions to get a copy of the game up and running on your local machine for development and testing purposes.
If you have any doubts about my game why don't you come and try it out:
To run this game, you will need a local server environment that can run PHP. Here are a couple of recommended options:
-
Clone or download the repository:
git clone https://github.com/Mourinhom6/MazeGame.git
Or, download the ZIP file and extract it to your desired location.
- Place the files in your server's root directory:
If you are using XAMPP, place the files in the 'htdocs' folder. For AMPPS, use the 'www' directory.
-
Start your local server (XAMPP, AMPPS, etc.).
-
Open your browser and navigate to:
http://localhost/index.php
-
To Use or see the Back Office open your browser and navigate to:
http://localhost/backoffice.php
Ensure that your local server is running; otherwise, the PHP content will not load.
Contributions are welcome! Please fork the repository and create a pull request with your changes.