Re: [Tutor] Building games

2011-06-11 Thread Corey Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/11/2011 12:32 PM, Wolf Halton wrote: > I think pygame would let you do a simple graphical game. > pygame can do plenty of complex graphics too. FWIW, you might have a better time using something like PySFML(2) or pyglet (I like pyglet much mor

Re: [Tutor] Building games

2011-06-11 Thread Wolf Halton
I think pygame would let you do a simple graphical game. On Jun 11, 2011 7:54 AM, "Tommy Bell" wrote: > Hello > > I've been programming for a few years, mainly scripts and small > applications that monitor folders and performs actions based on content > of files and so on. > > I recently got the

Re: [Tutor] Building games

2011-06-11 Thread Alan Gauld
"Tommy Bell" wrote Now, regarding the title, building games, i need to be able to place buildings, like squares that is placed with the mouse and can be clicked and these kind of things. Can anyone recommend places to go or books to read? Not specifically for Python but there are many boo

[Tutor] Building games

2011-06-11 Thread Tommy Bell
Hello I've been programming for a few years, mainly scripts and small applications that monitor folders and performs actions based on content of files and so on. I recently got the idea of trying to do a small game that is capable of illustrating some common problems in my field, now the gam