RPGDXThe center of Indie-RPG gaming
Not logged in. [log in] [register]
 
 
Post new topic Reply to topic  
View previous topic - View next topic  
Author Message
Ren
Wandering Minstrel


Joined: 07 Aug 2004
Posts: 130
Location: turn around...

PostPosted: Sat Mar 12, 2005 7:47 pm    Post subject: Perl [quote]

Hey, i'm starting to get into the swing of programming again and i'm really enjoying using perl to do things. I like the way it's a language that makes my PC seem intelligent, rather than the useless idiot it usually is, heh.

Anyway, my favorite way to learn programming has always been going through other peoples code and finding out what they did and why. So my question is has anyone ever submitted a perl game that I could have a look at (preferably with source, although anything goes)? It would also be kind of helpful, if someone reads this actually programs in perl, if maybe someone could volunteer a tutorial, website or library that they thought was handy.

And before anyone feels the need to write this, i'm aware of the limits of perl as a programming language, and I know it wasn't really designed to do graphical things. But i'm ok with that, and i'm used to the limits of some programming languages. I've got some projects up here from way back that I wrote in Qbasic, and it doesn't come much more limited than that, heh. Although by all means discuss it, I am actually interested in informed opinions.

Anyway, thanks in advance, it's nice to be around again.
_________________
Previous nicks: MidnightDreamer, The_Anarchist, Shroomasta.

ren-tek.net : BGC games and more!
Back to top  
PhyrFox
Tenshi's Bitch (Peach says "Suck it!")


Joined: 19 Nov 2004
Posts: 64
Location: New York, USA

PostPosted: Thu Mar 17, 2005 11:29 pm    Post subject: Re: Perl [quote]

Shroomasta wrote:
Hey, i'm starting to get into the swing of programming again and i'm really enjoying using perl to do things. I like the way it's a language that makes my PC seem intelligent, rather than the useless idiot it usually is, heh.

Anyway, my favorite way to learn programming has always been going through other peoples code and finding out what they did and why. So my question is has anyone ever submitted a perl game that I could have a look at (preferably with source, although anything goes)? It would also be kind of helpful, if someone reads this actually programs in perl, if maybe someone could volunteer a tutorial, website or library that they thought was handy.

And before anyone feels the need to write this, i'm aware of the limits of perl as a programming language, and I know it wasn't really designed to do graphical things. But i'm ok with that, and i'm used to the limits of some programming languages. I've got some projects up here from way back that I wrote in Qbasic, and it doesn't come much more limited than that, heh. Although by all means discuss it, I am actually interested in informed opinions.

Anyway, thanks in advance, it's nice to be around again.


It's actually not a bad language, but I'm not familiar with any extensions that allow for the type of interface you can use to implement a game (like OGL or SDL). That being said, one could easily implement a text-based game, since Perl is great with text-based interfaces. Or a CGI/Perl game that generates images on the fly, and makes IMAGEMAPs for the stuff you'd like to have the user interact with.

I think that's nearly the limit without somebody going out to making a new Perl module. If I'm wrong, I'd love to be directed to where such a library does exist.

~= phyrfox =~
Back to top  
DeveloperX
202192397


Joined: 04 May 2003
Posts: 1626
Location: Decatur, IL, USA

PostPosted: Sat Mar 19, 2005 5:14 am    Post subject: Re: Perl [quote]

PhyrFox wrote:
It's actually not a bad language, but I'm not familiar with any extensions that allow for the type of interface you can use to implement a game (like OGL or SDL). That being said, one could easily implement a text-based game, since Perl is great with text-based interfaces. Or a CGI/Perl game that generates images on the fly, and makes IMAGEMAPs for the stuff you'd like to have the user interact with.

I think that's nearly the limit without somebody going out to making a new Perl module. If I'm wrong, I'd love to be directed to where such a library does exist.


After looking around, I read that SDL can be used from Perl.

a few places that might be of interest

http://sdl.perl.org/

http://www.perl.com/pub/a/2004/12/01/3d_engine.html

Anyway, I don't do much in Perl these days, so I'm out of practice, but I thought that I might lookup a few things for you to get started.

Goodluck, and have fun. :)
_________________
Principal Software Architect
Rambling Indie Games, LLC

See my professional portfolio
Back to top  
Post new topic Reply to topic Page 1 of 1 All times are GMT
 



Display posts from previous:   
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum