Skip to content

Title: Adding Tower of hanoi game project #2981

@Praneeth-2602

Description

@Praneeth-2602

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions