Skip to content

An implementation of the Tower of Hanoi in HTML and JavaScript

Notifications You must be signed in to change notification settings

kareemadel/Brahma_Tower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

An implementation of the Tower of Hanoi in HTML and JavaScript

Game Rules

To solve this puzzle, all the disks from the leftmost tower have to be moved to the rightmost tower. Constraints:

>>Only one disk may be moved at a time.

>>It is not possible to place a bigger disk on a smaller one.

How to Play

To move a disk:

>>Click once on the tower of the disk

>>Click on the tower you want the move the disk to.

About

An implementation of the Tower of Hanoi in HTML and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •