Skip to content

An implementation of the Tower of Hanoi in HTML and JavaScript

Notifications You must be signed in to change notification settings

mu-majid/Brahma_Tower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brahma_Tower

An implementation of the Tower of Hanoi in HTML and JavaScript

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.

To move a disk:

>>Click once on the tower of the disk

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

Team Members:

1) Amr Essam (Amr-Elnemr).

2) Kareem Adel (kareemadel).

3) Muhammad Majid (plutonium239kraken).

4) Shaimaa Nabil (shaimaanabil).

About

An implementation of the Tower of Hanoi in HTML and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 52.4%
  • CSS 30.5%
  • HTML 17.1%