Pacman Scoreboard
Rank Username Score
1 primo 1000 (100 B)
2 bakkerl 909 (110 B)
3 ToastyX 855 (117 B)
4 JWvdVeer 855 (117 B)
5 vird 840 (119 B)
6 dsolstad 833 (120 B)
7 nubs 833 (120 B)
8 plyguy 787 (127 B)
9 tleilax 775 (129 B)
10 jth 769 (130 B)
11 Ock 690 (145 B)
12 ralf 685 (146 B)
13 vgadge 658 (152 B)
14 mnilsson 452 (221 B)
15 ptnplanet 448 (223 B)
16 alakani 407 (246 B)
17 nishanth 400 (250 B)
18 swagHammer 388 (258 B)
19 SeanMorris 347 (288 B)
20 swiers 331 (302 B)
Recent Activity
Username Bytes Time ago Result
vird 119 March 04 2013, 23:41:51
nishanth 250 October 22 2012, 14:47:22
nishanth 251 October 22 2012, 14:44:19
nishanth 256 October 22 2012, 14:28:52
nishanth 261 October 12 2012, 12:07:00
nishanth 259 October 12 2012, 12:00:59
nishanth 246 October 12 2012, 11:41:23
nishanth 225 October 12 2012, 11:09:35
primo 100 September 04 2012, 08:53:04
primo 101 September 04 2012, 08:07:05
vird 167 June 14 2012, 21:01:30
Steinigtmich 148 June 09 2012, 15:37:41
Steinigtmich 103 June 09 2012, 15:32:18
joeynovak 749 May 18 2012, 06:40:53
joeynovak 738 May 18 2012, 06:38:12

Challenge: Pacman

Challenge information

Challenge Type Private
Challenge Status Open
Trim method No trim
Rating [ up ] [ down ]

Instructions

Print out Pacman in ASCII art shown below.

Mind the filled in spaces.

Example

Show/hide Output
        @@@@@@@@@@@@@@@@@@            
    @@@@@@@@@@@@@@@@@@@@@@@@@@        
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      
@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@@@@    
@@@@@@@@@@@@@@      @@@@@@@@@@@@@@@@  
    @@@@@@@@@@@@  @@@@@@@@@@@@@@@@@@  
      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
        @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
            @@@@@@@@@@@@@@@@@@@@@@@@@@
              @@@@@@@@@@@@@@@@@@@@@@@@
                @@@@@@@@@@@@@@@@@@@@@@
              @@@@@@@@@@@@@@@@@@@@@@@@
            @@@@@@@@@@@@@@@@@@@@@@@@@@
        @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
      @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@      
    @@@@@@@@@@@@@@@@@@@@@@@@@@        
        @@@@@@@@@@@@@@@@@@            

MD5 checksum:

05dcbf32792cf54601747b14c67c52f5

Comments

Show/hide comments (7)
swiers June 08 2011, 04:03:46
Down voted because a cut & paste of my output is identical to a cut & paste of the output above, but my code won't pass. The CnP's get identical MD5.
dsolstad June 08 2011, 06:46:44
You have a newline at the bottom.
We will improve the debug tools.
swiers June 08 2011, 18:00:26
Actually, the "view code" page would have told me that... just didn't know to look there.
vgadge August 04 2011, 01:17:02
why there are 2 newline characters at the bottom of the output even if I am printing it only once. Is there a bug in validation script?
dsolstad August 04 2011, 11:57:50
I guess it's your script that prints out two newlines.
Kozack November 05 2011, 01:48:23
This challenge has a bug. Output from here containts \r\n (MD5 here is correct). View Code shows correct output with \n (MD5 from View Code is also correct). Challenge is accepted only when output contains \n, not \r\n as shown here. Please fix it.
AlecTBM November 07 2011, 19:50:31
Then the "bug" is fixed.