>I am trying to build a game in perl. I have questions. >This is a story book game... here is the story, make a choice.... >next page..here is the story, make a choice
I'd love to see what you come up with. Games and Perl is close to my heart.
>1-Do I set up the login file (password name and your game details) >in one big file, or in many files, one file per player?
Depends - if you expect the game to get any substantial amount of hits, you'd really want it in a MySQL database. Likewise, if you plan on getting zillions of users, managing them in a single file is going to get rather slow and cumbersome rather quickly. Likewise, one little bug is gonna wipe out your entire userbase.
-- Morbus Iff ( i put the demon back in codemonkey ) Culture: http://www.disobey.com/ and http://www.gamegrene.com/ Spidering Hacks: http://amazon.com/exec/obidos/ASIN/0596005776/disobeycom icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>