ProdiG66 / Towers-Of-Hanoi

This is a case study project of Towers of Hanoi in Unity C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Towers of Hanoi Unity Project

Overview

Welcome to the Towers of Hanoi Unity Project! This project is a digital implementation of the classic Towers of Hanoi puzzle using Unity. Towers of Hanoi is a mathematical game or puzzle that involves moving a stack of disks from one rod to another following specific rules. Dive into the world of logic and strategy with this interactive and visually engaging Unity project.

Features

  • Digital rendition of the classic Towers of Hanoi puzzle.
  • Intuitive Point and Click controls for moving disks between rods.
  • Procedurally Generated number of disks and poles

Requirements

  • Unity installed (version 2022.3.0f1 or later).

Getting Started

  1. Clone the repository:

    git clone https://github.com/ProdiG66/Towers-Of-Hanoi.git
  2. Open the project in Unity.

  3. Play using _Scene/Play.unity

Controls

  • Point and Click: Use the mouse to Point and Click disks between poles.

Customization

Feel free to customize the project by adjusting themes, colors, or adding new features. Contributions are welcome!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Towers of Hanoi concept inspired by Edouard Lucas.
  • Unity - Game Development Platform (https://unity.com/)

Happy solving with Towers of Hanoi!

About

This is a case study project of Towers of Hanoi in Unity C#

License:MIT License


Languages

Language:C# 100.0%