I am a high school computer teacher. We are planning an Internet adventure game and would love to have someone who would like to advise us on some of the more techy aspects.

You can see a sample of a similar game I personally started to make when I was first playing around with webpage design at: http://users.techline.com/leiske/journey.html

Feature needed #1.

We want to have players be able to access the game with their own username and password (which they would just make up - no eMail required). When the players quit the game, they would be able to return to where they left off in the game, by the username and password identification.

Feature needed #2

Each player would have some information like where they left off last time, any points they may have earned or things they may have "picked up" along their way. I am assuming that all of these features would be done by some simple section of code in maybe PERL (which I know little about) which would allow the program to access invisibly a database of personal info for each player.

Maybe you have some suggestions or a user of your website that my wish to help us. It would be a great help.

Thanks so much.

Donn Leiske

dleiske@elma.wednet.edu

Edited 2002-01-03 by Ovid. Fixed the formatting. This almost seems like a "do my job" node, but it seems like a good cause.


In reply to Help with game by Anonymous Monk

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.