Game Programming and Development Tools

Python – demon_slayer2839

demon_slayer2839

Member

Posts: 22
From:
Registered: 08-01-2004
I was wondering if any of yall program in Python and if so would yall recommend programming a RPG type game in it? Thanks
D-SIPL

Moderator

Posts: 1345
From: Maesteg, Wales
Registered: 07-21-2001
There has been a load of Python chat here recently so yeh their are people using it. There have been a few RPG's written using the PyGame library. Check it out.

--D-SIPL

------------------
"One World. One Web. One Program." -Microsoft promotional advertisement
"Ein Volk, ein Reich, ein Fuhrer!" -Adolf Hitler

digitronics

Junior Member

Posts: 2
From: East Stroudsburg, PA, USA
Registered: 04-11-2005
I'm new to Python, but, I'm currently reading an excellent book on the topic. It's called Python Programming for the absolute beginner written by Michael Dawson. It's a LOT less annoying than a "for dummies" book and it doesn't talk down to you either. Give it a try!!
CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
quote:
Originally posted by digitronics:
I'm new to Python

Cool, when did you start?

quote:
It's a LOT less annoying than a "for dummies" book and it doesn't talk down to you either. Give it a try!!

Dummies books are my favorite. I wish they had Python books in the dummies series. What's so anoying about them?

------------------
There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies; the other is to make it so complicated that there are no obvious deficiencies.

--C. A. R. Hoare
[B][/B]

[This message has been edited by CPUFreak91 (edited April 11, 2005).]

demon_slayer2839

Member

Posts: 22
From:
Registered: 08-01-2004
Thanks for the tip I'll see if I can't get a hold of it and see what it has to say. A really good online tutorial for Python is the "How To Think Like A Computer Scientist" I'm not sure who wrote it, but google it and I'm sure you'll find it pretty easy. And I agree the For Dummies books are annoying.