A modern Tower of Hanoi puzzle site built with Vue 3 + TypeScript + Vite, designed to run as a fully static app on GitHub Pages.
Live site (GitHub Pages): https://gregpuzzles1.github.io/tower_hanoi/
- Mouse / touch: click/tap a source tower, then a destination tower
- Keyboard:
1/2/3select source towerLeft/Rightchange destination focusEnter/Spacedrop to focused towerEsccancel selection
npm install
npm run devnpm run buildnpm run preview- Vite is configured for project-pages base path
/tower_hanoi/. - Vue Router uses hash history to avoid GitHub Pages deep-link 404s.
MIT License. See LICENSE.
