~sara/towers-of-hanoi

A simple towers of hanoi game
52660813 — sarayourfriend 2 years ago
Add license file
2d0edabb — sarayourfriend 2 years ago
Modernize build
ac9e4e2a — sarayourfriend 2 years ago
Re-commit initial state

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~sara/towers-of-hanoi
read/write
git@git.sr.ht:~sara/towers-of-hanoi

You can also use your local clone with git send-email.

#hanoi

The Tower of Hanoi

#About

Originally written mid-2017, just after I’d learned how to code. The original commit history is lost to time. Inspired by 3Blue1Brown’s video about Binary, Hanoi and Sierpinski.

#Building

To build this project, run:

pnpm install && pnpm build

It will output the minified script, styles and processed HTML into dist out of which the project can be served for production.