Live at : https://tower-of-hanoi-chi.vercel.app
This repository hosts an interactive implementation of the Tower of Hanoi puzzle, a classic problem in mathematics and computer science.
The Tower of Hanoi is a puzzle that involves moving a stack of disks from one rod to another, adhering to specific rules. This implementation provides a user-friendly way to interact with and solve the puzzle.
- JavaScript: For game logic and interactivity.
- HTML: To structure the web version of the game.
- CSS: For styling and responsive design.
- Access the game at tower-of-hanoi-chi.vercel.app
- Follow the rules: Only one disk can be moved at a time, and a larger disk cannot be placed on top of a smaller disk.
To run the game locally:
- Clone the repository:
git clone https://github.com/TaqiRaza512/Tower-Of-Hanoi.git - Open the
index.htmlfile in a web browser.
Contributions to enhance the game or fix issues are welcome. Please fork the repository and submit a pull request with your updates.

