Skip to content

Tower of Hanoi - Fixed bug which broke number pad 7 #103

Open
TheHolderCollective wants to merge 1 commit intodotnet:mainfrom
TheHolderCollective:towers-of-hanoi
Open

Tower of Hanoi - Fixed bug which broke number pad 7 #103
TheHolderCollective wants to merge 1 commit intodotnet:mainfrom
TheHolderCollective:towers-of-hanoi

Conversation

@TheHolderCollective
Copy link

Hello.

I made an update to Tower of Hanoi to fix a bug which caused number pad 7 not to work when selecting the number of disks.

@ZacharyPatten
Copy link
Collaborator

Whoops! Thank you for finding my copy-paste error. :D

The same fix will need to be applied to the web version of the game here:

case ConsoleKey.D7 or ConsoleKey.NumPad3: disks = 7; break;

I'll apply that additional fix and review this pull request as soon as I can. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants