mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 07:40:50 -08:00
A couple tweaks to onecheck.ms.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
print "Solitaire Checker Puzzle by david ahl"
|
||||
print "Solitaire Checker Puzzle by David Ahl"
|
||||
print
|
||||
print "48 checkers are placed on the 2 outside spaces of a"
|
||||
print "standard 64-square checkerboard. The object is to"
|
||||
@@ -10,6 +10,8 @@ print "checker and '0' an empty square. When you have no"
|
||||
print "possible jumps remaining, input a '0' in response to"
|
||||
print "question 'Jump from?'"
|
||||
print
|
||||
input "(Press Return.)"
|
||||
print
|
||||
|
||||
pad4 = function(n)
|
||||
return (" " + n)[-4:]
|
||||
|
||||
Reference in New Issue
Block a user