This project is a javascript-based memory card game whereby
- Users can create an account / login ( details stored in session storage )
- Users can play without an account
- Logged in users' high scores are saved in the browser's local storage and displayed
- HTML/CSS
- Vanilla JS
- PHP
- Browser local storage & session storage
To run this project on your computer, you will need to use XAMPP or a similar tool to set up a local server environment.
Here are the steps to run the project:
- Install XAMPP or any other local server tool of your choice.
- Clone the repository to your local machine.
- Navigate to the
htdocsfolder in your XAMPP installation directory. - Copy the cloned repository into the
htdocsfolder with the commandgit clone https://github.com/haingo-raz/Javascript-memory-game.git - Start the XAMPP control panel and start the Apache server.
- Open your web browser and enter
http://localhost/Javascript-memory-gamein the address bar. - You should now be able to access the project and play the game.
Please note that the exact steps may vary depending on your specific setup. Make sure to adjust the file paths accordingly if you are using a different local server tool.






