A visualisation of the solution to the Tower of Hanoi problem. Implemented with TypeScript and using three.js.
First, have pnpm installed:
npm install -g pnpm
To run tests:
pnpm test
To run in development:
pnpm dev
To build:
pnpm build
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A visualisation of the solution to the Tower of Hanoi problem. Implemented with TypeScript and using three.js.
First, have pnpm installed:
npm install -g pnpm
To run tests:
pnpm test
To run in development:
pnpm dev
To build:
pnpm build