X-Git-Url: https://jxself.org/git/?p=digits.git;a=blobdiff_plain;f=digits.pl;h=fd23070c14a38491a4c004a9efbdcfaef8e29659;hp=5a3f0fa09a2780104dcb520429ecc0678bb602ee;hb=HEAD;hpb=ecf7c4f547ebe22cdc89b7c1c9b4078eabcb80bb diff --git a/digits.pl b/digits.pl index 5a3f0fa..fd23070 100755 --- a/digits.pl +++ b/digits.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Digits 1.0.1 +# Digits 1.0.2 # # Copyright (C) 2013 Jason Self # @@ -221,12 +221,12 @@ sub display_text { $| = 1; print "\033[2J"; print "\033[0;0H"; - print "\t\t\t" . '*** DIGITS 1.0.1 ***' . "\n"; + print "\t\t\t" . '*** DIGITS 1.0.2 ***' . "\n"; print "Homepage: http://jxself.org/digits.shtml\n\n"; print "Copyright (C) 2013 Jason Self \n\n"; print "Licensed under the GNU AGPL v3 or any later version.\n\n"; -print "I will think of a number. The object of the game it to guess the number\n"; +print "I will think of a number. The object of the game is to guess the number\n"; print "in as few tries as possible. Each time you guess I will provide a hint:\n\n"; print "For each digit in the correct position I will print an X\n";