Re: PyGame tutorial?

2013-06-11 Thread Eam onn
On Tuesday, June 11, 2013 5:00:13 PM UTC+1, Ian wrote: > On Tue, Jun 11, 2013 at 9:47 AM, Eam onn wrote: > > > Is there a PyGame tutorial out there? I've seen TheNewBoston's tuts, but he > > didn't finish his. MetalX100 did a VERY good tutorial. I've bee

Re: PyGame tutorial?

2013-06-11 Thread Eam onn
On Tuesday, June 11, 2013 5:31:22 PM UTC+1, Mark Lawrence wrote: > On 11/06/2013 16:47, Eam onn wrote: > > > Is there a PyGame tutorial out there? I've seen TheNewBoston's tuts, but he > > didn't finish his. MetalX100 did a VERY good tutorial. I've bee

PyGame tutorial?

2013-06-11 Thread Eam onn
Is there a PyGame tutorial out there? I've seen TheNewBoston's tuts, but he didn't finish his. MetalX100 did a VERY good tutorial. I've been having trouble with some player movement because he isn't moving smoothly, he jumps. If I add 5 pixels to his X position if I press a button, jumps to the

Re: Installing PyGame?

2013-06-08 Thread Eam onn
On Saturday, June 8, 2013 7:05:49 PM UTC+1, Eam onn wrote: > On Saturday, June 8, 2013 6:58:53 PM UTC+1, ccl...@bluewin.ch wrote: > > > At the Terminal prompt type: python -c "help('modules')" > > > > > > > > > > > > If Py

Re: Installing PyGame?

2013-06-08 Thread Eam onn
On Saturday, June 8, 2013 6:58:53 PM UTC+1, ccl...@bluewin.ch wrote: > At the Terminal prompt type: python -c "help('modules')" > > > > If Pygame is not somewhere in the output then Pygame is not yet installed. > > > > If it is not installed then type: pip install --upgrade pygame python -c

Re: Installing PyGame?

2013-06-08 Thread Eam onn
On Saturday, June 8, 2013 5:41:40 PM UTC+1, Fábio Santos wrote: > On 8 Jun 2013 17:17, "Eam onn" wrote: > > > I keep getting an error in all my versions of IDLE. > > What error is that? Show us. Errors carry strong hints. > > Also, are you following an

Installing PyGame?

2013-06-08 Thread Eam onn
Perhaps this isn't the right place to post this, but it's the only place I could find. I asked yesterday or the day before about Python Game Development, and have found a few tutorials on PyGame. Now I have a bigger problem: HOW THE HECK DO I INSTALL PYGAME!?!?! System Details: • Mac OS X 10.8

Re: Python Game Development?

2013-06-07 Thread Eam onn
On Friday, June 7, 2013 4:53:03 PM UTC+1, Eam onn wrote: > I was planning on making a small 2D game in Python. Are there any libraries > for this? I know of: > > > > • Pygame - As far as I know it's dead and has been for almost a year > > • PyOgre - Linux and Wind

Re: Python Game Development?

2013-06-07 Thread Eam onn
On Friday, June 7, 2013 5:21:36 PM UTC+1, Ian wrote: > On Fri, Jun 7, 2013 at 9:53 AM, wrote: > > > I was planning on making a small 2D game in Python. Are there any libraries > > for this? I know of: > > > > > > • Pygame - As far as I know it's dead and has been for almost a year > > > • Py