I'd definately be more interested in competing with code :-) All the posts along these lines seem to have been a bit vague, so here are some more specific ideas:

W: Write a perl script to solve a simple 10x10 maze. The maze is generated by a perl module, and the script is only allowed to call functions defined there and the standard perl functions. Access to the data structures from the maze module are strictly forbidden! (The script may only be allowed to 'look' north, south, east or west, to see if there's a wall or not, and 'move' in a direction). The script should travel from an entrance to the center of the maze and out to an exit (different from the entrance)
H: Submitted to homenodes
S: The script that traverses a random selection of mazes in the least number of steps wins
W: The maze module
W: After the contest

And some more ideas along a similar vein:

Hmm, dried up, I have. There are plenty more ideas in this area, though. Knockout competitions in particular would be fun. Prizes could be XP, and maybe an 'awards cabinet' section on the home node (because then you could add runners-up and booby prizes such as 'most obfuscated code', 'shortest correct solution', 'most blatent cheat', 'most compiler warnings' and so forth :-)

Andrew.


In reply to RE: RE: Contest Ideas Quest by ahunter
in thread Contest Ideas Quest by vroom

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.