Changeset 16405
- Timestamp:
- 07/25/08 14:15:20 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Games-Go/trunk/lib/Games/Go/Play.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Games-Go/trunk/lib/Games/Go/Play.pm
r6954 r16405 71 71 $OUT => ' ', 72 72 }; 73 # print " ";74 73 for ( my $x = 1 ; $x <= $self->{'size'} ; $x++ ) { 75 # printf( "% 2s", $x );76 74 $board .= sprintf( "% 2s", $x ); 77 75 } 78 # print "\n";79 76 $board .= "\n"; 80 77 my $i = 0; 81 78 foreach my $x ( @{ $self->{'board'} } ) { 82 # printf( "% 2s", $i ) if ($i);83 79 $board .= sprintf( "% 2s", $i ) if ($i); 84 80 foreach ( @{$x} ) { 85 # print $symbol->{$_};86 81 $board .= $symbol->{$_}; 87 82 } 88 # print "\n";89 83 $board .= "\n"; 90 84 $i++;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)