-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Description
Tower of Hanoi Game Project Description
Description:
Add a Tower of Hanoi game implementation using JavaScript. This will involve creating a visually appealing and interactive game where players can solve the Tower of Hanoi puzzle by moving disks between rods.
Key Features:
- Visual Representation: Use HTML, CSS, and JavaScript to visually represent three rods and several disks of different sizes.
- Interactive Disk Movement: Implement functionality for dragging and dropping disks between rods, ensuring that larger disks cannot be placed on smaller disks.
- Move Counter: Display the number of moves the player has made and highlight the minimum possible moves to solve the puzzle.
- Difficulty Levels: Allow players to choose the number of disks (3-8) to adjust the difficulty level.
- Reset and Start Buttons: Provide buttons to reset the game and start over.
- Game Over Condition: Include a feature to detect when the player has successfully moved all disks to the target rod.
Metadata
Metadata
Assignees
Labels
No labels