Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 605 Bytes

Hanoi Towers

Description

The famous logical game of the ancient Tibetan monks, designed with 3 towers and 5 discs.

Getting started?

Checkout this repo, install Node Package Manager (NPM) dependency, open terminal then type the following lines:

Not Familiar with Git?

Click green clone/download button in top right corner, download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

  • npm install
  • npm start