Skip to content

ChronoLoop/TowerOfHanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower Of Hanoi Game

Tower of Hanoi is a mathematical game or puzzle. It consists of three rods and a stack of disks arranged from largest on the bottom to smallest on top. The goal of the game is to move the entire stack to another rod obeying 3 simple rules:

  • Only one disk can be moved at a time
  • Each move consists of moving the uppermost disk from one
  • No disk may be placed on a smaller disk

The game was developed using Unity3D and C# language. The target platform was the web browser.

The game is currently being hosted on https://tower-of-hanoi.up.railway.app/

Unity version 2020.1.1f1 was used.

screenshot

screenshot

Credits

  • The button icons were obtained from www.flaticon.com.
  • The sound effects were obtained from www.zapsplat.com.
  • Some assets (wood texture, and skybox) were downloaded from the Unity store.

About

A Tower of Hanoi game developed in Unity3D and C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published