A couple tweaks to onecheck.ms.

This commit is contained in:
JoeStrout
2023-09-15 07:54:13 -07:00
parent a5e3c64c9d
commit 5192e78d9d

View File

@@ -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:]