Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 539 Bytes

hanoi-typescript

Tower of Hanoi game in Typescript/React.

Small project to get started with Typescript, which btw, it's really awesome! IMHO official documentation is the best resource to get started.

React DnD is an interesting library for adding drag/drop capabilities to your components.

Demo

Running game in localhost

npm i
npm run dev