Skip to content

Latest commit

 

History

History

Tower Of Hanoi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tower Of Hanoi

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Tower Of Hanoi is a puzzle game where you need to move all the disks in the left stack to the right stack. You can only move one disk at a time from one stack to another stack, and you may never place a disk on top of a smaller disk on the same stack.

  Tower Of Hanoi

  Minimum Moves: 15

  Moves: 5

      │          │          │
      │          │          │
      │         ███         │
  █████████    █████     ███████
  ────┴────  ────┴────  ────┴────
  ^^^[1]^^^     [2]        [3]

Input

  • 1, 2, 3, 4, 5, 6, 7, 8: choose number of disks
  • 1, 2, 3: select source and target stacks
  • enter: confirm prompts
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64