Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 856 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 856 Bytes

Tower of Hanoi

Move the disks in the tower until you move all of them from A to C.

Rules

  1. Only one disk can be moved at a time.
  2. A disk can only be moved if it is the uppermost disk on a stack.
  3. No larger disk may be placed on top of a smaller disk.
  4. Move all the disk from pilar A to C.

💻 Frameworks

🚀 How to use it?

Online access

Just click in the website of the repository or here!

or

Local acess

Install node modules in the project and start the server:

#install npm
npm install

#start server
npm run dev
Create by Felipe Cardoso