This project is a 15 Puzzle Game where players can move numbered tiles into the correct order by sliding them into the empty space. The game includes features such as particle animations in the background and dynamic background color changes.
- Move numbered tiles into the correct order by sliding them into the empty space.
- Particle animation background.
- Dynamic background color changes.
- Responsive design.
- HTML
- CSS
- JavaScript
- Particles.js for particle animation
- Clone the repository:
git clone https://github.com/Anthony01M/15-puzzle-game.git
- Navigate to the project directory:
cd 15-puzzle-game
- Open
index.html
in your browser to view the application.
- Open the
index.html
file in your browser. - You will see a 4x4 grid with numbered tiles and one empty space.
- Click on a tile adjacent to the empty space to move it.
- Continue moving tiles to try and arrange them in numerical order from 1 to 15, with the empty space at the bottom-right corner.
The game currently does not have a proper ending or winning condition implemented. The objective is to arrange the tiles in the correct order, but there is no notification or indication when the puzzle is solved.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.