robertDinca2003 / Hanoi-Towers

.Net Application C#, Hanoi Towers Algorithm Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hanoi-Towers

.Net Application C#, Hanoi Towers Algorithm Visualizer

Preview

2023-09-25.22-28-24.mp4

Description

The Tower of Hanoi is a fascinating puzzle game involving three pegs and a stack of disks. The objective is to move the entire stack from one peg to another while following three simple rules:

  • You can only move one disk at a time.
  • A larger disk cannot be placed on top of a smaller one.
  • The goal is to recreate the original stack on a different peg.

This seemingly simple game offers a surprisingly deep challenge, requiring players to think strategically to solve it. The Tower of Hanoi is a classic brain-teaser that has entertained and perplexed puzzle enthusiasts for generations.

Usefull Tasks Completed

  • Creating a playable Hanoi's Towers game, and can chose between 3-8 levels high tower
  • Creating an algorithm to auto-play
  • Creating a visualization of the game

Competences

  • The abillity to create a fully functional application
  • The algoritmical knowladge which I possess

Skills

  • .Net, which incorporates WinForm applications. A very usefull tool for user intarface.
  • C#, the programming language used for creating the whole logic behind the game.

About

.Net Application C#, Hanoi Towers Algorithm Visualizer


Languages

Language:C# 100.0%