A simple and interactive 8 Puzzle Game developed using HTML, CSS, and JavaScript. The objective of the game is to arrange the numbered tiles in the correct order by sliding them into the empty space.
- ๐ฎ Interactive 3x3 sliding puzzle
- ๐ Shuffle puzzle randomly
- โ Win detection
- ๐ฑ Responsive design
- โก Smooth tile movement
- ๐จ Clean and modern user interface
- HTML5
- CSS3
- JavaScript (ES6)
8-PuzzleGame/
โโโ index.html
โโโ style.css
โโโ script.js
โโโ README.md
git clone https://github.com/rewati1616/8-PuzzleGame.gitcd 8-PuzzleGameSimply open index.html in your preferred web browser.
- Click Shuffle to randomize the puzzle.
- Move a tile by clicking on it if it is adjacent to the empty space.
- Arrange the numbers in the following order:
1 2 3
4 5 6
7 8 โก
- Once completed, a success message will appear.
Add your project screenshot here.
assets/screenshot.png
- โฑ๏ธ Timer
- ๐ Scoreboard
- ๐ Move Counter
- ๐ก Hint System
- ๐ Auto Solver
- ๐ต Sound Effects
- ๐ Dark Mode
- ๐ฑ Touch Gesture Support
Contributions are welcome!
- Fork the repository
- Create your feature branch
git checkout -b feature-name- Commit your changes
git commit -m "Added new feature"- Push to the branch
git push origin feature-name- Open a Pull Request
This project is licensed under the MIT License.
Rewati
GitHub: https://github.com/rewati1616