Spandan-Bhattacharya / Solve_it

A website which can give you the solution to many solvable games like sudoku, nonogram, crossword puzzles
https://solve-it-self.vercel.app
MIT License
20 stars 49 forks source link

Add Tower of Hanoi Game #299

Closed Surajit0573 closed 6 months ago

Surajit0573 commented 6 months ago

Player will drag & drop the stack from one rod to another, following three rules: you can only move one disk at a time, you can never place a larger disk on top of a smaller one, and the stack must end up on a different rod, and try to solve the game.

Assign me under JWOC 2024.

Spandan-Bhattacharya commented 6 months ago

The tower of Hanoi problem will not work well as a game I think.