nko
02-26-2004, 08:37 PM
I've started making a dumb little text based game in my free time using PHP. I've begun recently to think that it might be fun to try doing it in Python, because I've heard Python is really easy and slick. I'd like to use some sort of database backend (most familiar with the ubiquitous MySQL, but up for suggestions). I'm very used to the whole LAMP setup. I started looking in to transisioning to Python, but I couldn't manage to hit the ground running, much less walking. I'm really posting here to ask for a tiny bit of hand holding, and maybe even some zealotry (to keep me feeling like if so many people love it so much, it can't be THAT hard!).
Also, I'd like it to have simple graphics. Something on the order of what PHP can easily produce (static images, append the text of a field to emulate a "history of events" type deal, etc).
So my basic wish list: simple, database, simple graphics. I've read that there are many GUI libraries available for Python, but I have no clue which would suit me best, or which ones I can expect to not have to package with my game should I ever share it with friends / the world at large.
I'm just really confused. If anyone would like to point me in the right direction, it'd be much appreciated :)
Thanks!
Also, I'd like it to have simple graphics. Something on the order of what PHP can easily produce (static images, append the text of a field to emulate a "history of events" type deal, etc).
So my basic wish list: simple, database, simple graphics. I've read that there are many GUI libraries available for Python, but I have no clue which would suit me best, or which ones I can expect to not have to package with my game should I ever share it with friends / the world at large.
I'm just really confused. If anyone would like to point me in the right direction, it'd be much appreciated :)
Thanks!