Skip to content

pr0mming/TowerHanoi

Repository files navigation

hanoi

Tower of Hanoi

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

Technologies 🔥

  • It's a new version migrated to the modern Phaser 3
  • Vite - as a template
  • TypeScript - to improve the development experience

Run it! 🚀

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

Demo

  • Simple demostration in YouTube
  • Or play it just right here!

References 📚