mttmantovani / hanoi-tower

Simple Tower of Hanoi game created using Vite + React + TypeScript

Home Page:https://apps.mantovani.dev/hanoi-tower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  Tower of Hanoi

The Tower of Hanoi is a mathematical game which can be solved iteratively or recursively.

This is a simple implementation of the puzzle created using React.

๐Ÿ”— hanoi-tower.onrender.com

Tech stack

Local installation

๐Ÿ”ง Install and build

Checkout the repo:

git clone https://github.com/mttmantovani/hanoi-tower.git
cd hanoi-tower

and install all dependencies:

npm install

Make sure you have node >= v18. You can use nvm to manage node versions.

Build the app:

npm run build

๐ŸŽฎ Play

Start the app with npm start and visit http://localhost:3000 in your browser.

About

Simple Tower of Hanoi game created using Vite + React + TypeScript

https://apps.mantovani.dev/hanoi-tower

License:MIT License


Languages

Language:TypeScript 83.3%Language:CSS 9.7%Language:HTML 4.7%Language:JavaScript 2.2%