This is a small simulator of the Towers of Hanoi using Phaser 3, it fits up to 8 discs although you can customize it by changing the speed of game
- It's a new version migrated to the modern Phaser 3
- Vite - as a template
- TypeScript - to improve the development experience
From the root folder of the project you can fallow these commands:
- First of all, install all dependencies:
npm i
- Run the development server:
npm run dev
Other commands:
- Make a build ready for deploy:
npm run build
- Preview your build:
npm run preview