--- title: "Towers of Hanoi" type: "article" slug: "towers-of-hanoi-3" url: "http://localhost/article/towers-of-hanoi-3/" markdown_url: "http://localhost/article/towers-of-hanoi-3.md" published_at: "2026-01-25T22:07:09+00:00" modified_at: "2026-01-25T22:07:10+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Move a certain amount of disks from one tower to another, making sure you never put a large disk on a smaller one. Up to 15 disks can be transferred. The computer will tell you in how many moves the task should be done. More detailed instructions in program. Features a save game in progress." category: - name: "Byte Power" slug: "byte-power" taxonomy: "category" url: "http://localhost/category/periodicals/byte-power/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Kristian Boisvert" slug: "boisvert-kristian" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-kristian/" publication_r: id: 38570 title: "Byte Power 1st Class Magazine" type: "periodical" url: "http://localhost/periodical/byte-power-1st-class/" authors_r: - name: "Kristian Boisvert" slug: "boisvert-kristian" taxonomy: "indiv" url: "http://localhost/indiv/boisvert-kristian/" issues_articles: - id: 38574 title: "Byte Power Nov 1986" type: "issue" url: "http://localhost/issue/byte-power-4/" pubdate: "November 1986" archive_link: true article_media: - id: 63289 title: "Towers Of Hanoi" type: "computer_media" url: "http://localhost/computer_media/towers-of-hanoi-2/" --- # Towers of Hanoi Move a certain amount of disks from one tower to another, making sure you never put a large disk on a smaller one. Up to 15 disks can be transferred. The computer will tell you in how many moves the task should be done. More detailed instructions in program. Features a save game in progress.