mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-04 00:57:13 -08:00
MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
This commit is contained in:
@@ -30,4 +30,4 @@ namespace Tower.Models
|
||||
|
||||
IEnumerator IEnumerable.GetEnumerator() => GetEnumerator();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,4 +84,4 @@ namespace Tower.Models
|
||||
public void Reset() => _enumerators.ForEach(e => e.Reset());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
How many disks do you want to move (7 is max)
|
||||
How many disks do you want to move (7 is max)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
All right, wise guy, if you can't play the game right, I'll
|
||||
just take my puzzle and go home. So long.
|
||||
just take my puzzle and go home. So long.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Sorry, but i can't do that job for you.
|
||||
Sorry, but i can't do that job for you.
|
||||
|
||||
@@ -1 +1 @@
|
||||
That disk is not in play. Make another choice.
|
||||
That disk is not in play. Make another choice.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Which disk would you like to move
|
||||
Which disk would you like to move
|
||||
|
||||
@@ -1 +1 @@
|
||||
Stop wasting my time. Go bother someone else.
|
||||
Stop wasting my time. Go bother someone else.
|
||||
|
||||
@@ -1 +1 @@
|
||||
Illegal entry... You may only type 3, 5, 7, 9, 11, 13, or 15.
|
||||
Illegal entry... You may only type 3, 5, 7, 9, 11, 13, or 15.
|
||||
|
||||
@@ -1 +1 @@
|
||||
That disk is below another one. Make another choice.
|
||||
That disk is below another one. Make another choice.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
You can't place a larger disk on top of a smaller one,
|
||||
it might crush it!
|
||||
Now then,
|
||||
Now then,
|
||||
|
||||
@@ -8,4 +8,3 @@ startup with the disks on needle 1, and attempt to move them
|
||||
to needle 3.
|
||||
|
||||
Good luck!
|
||||
|
||||
|
||||
@@ -4,4 +4,3 @@ Towers of Hanoi puzzle.
|
||||
You must transfer the disks from the left to the right
|
||||
tower, one at a time, never putting a larger dish on a
|
||||
smaller disk.
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
Place disk on which needle
|
||||
Place disk on which needle
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
I tried to warn you, but you wouldn't listen,
|
||||
Bye bye, big shot.
|
||||
Bye bye, big shot.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
I'll assume you hit the wrong key this time. But watch it,
|
||||
I only allow one mistake
|
||||
I only allow one mistake
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
Try again (Yes or No)
|
||||
Try again (Yes or No)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
You have performed the task in {0} moves.
|
||||
You have performed the task in {0} moves.
|
||||
|
||||
@@ -1,5 +1,2 @@
|
||||
Towers
|
||||
Creative Computing Morristown, New Jersey
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
Sorry, but I have orders to stop if you make more than
|
||||
128 moves.
|
||||
128 moves.
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
|
||||
'Yes' or 'No' please
|
||||
'Yes' or 'No' please
|
||||
|
||||
@@ -38,4 +38,4 @@ namespace Tower.UI
|
||||
return integer == number && _validValues.Contains(integer);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ namespace Tower.UI
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user