Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Mastermind Game in Perl/Tk

by Tux (Canon)
on Jan 24, 2007 at 07:16 UTC ( [id://596209]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Mastermind Game in Perl/Tk
in thread Mastermind Game in Perl/Tk

ok.xpm
nok.xpm
But they are really, really simple (really):
> cat ok.xpm /* XPM */ static char * ProLogo [] = { /* width height ncolors cpp [x_hot y_hot] */ "6 5 2 1 0 0", /* colors */ " c Gray85", "# c Black", /* pixels */ " ", " ## ", " #### ", " ## ", " "}; > cat nok.xpm /* XPM */ static char * ProLogo [] = { /* width height ncolors cpp [x_hot y_hot] */ "6 5 2 1 0 0", /* colors */ " c Gray85", "o c White", /* pixels */ " ", " oo ", " oooo ", " oo ", " "};

Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://596209]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2024-04-25 14:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found