User avatar
adcomp
Posts: 6
Joined: Tue Nov 08, 2011 7:43 pm
Location: Belgium
Contact: Website

[WIP] 2D game (Python/Pygame)

Mon Apr 21, 2014 3:45 am

Hello,

Super Fruit Pie : basic 2D game made with Python / Pygame

Image

Image

Image

Video 1 - let's code : https://www.youtube.com/watch?v=msvVAzR03iM
Video 2 - wip : https://www.youtube.com/watch?v=-E7OGFCynOo

Source : https://github.com/adcomp/super-fruit-pie

Have fun :D

toxibunny
Posts: 1382
Joined: Thu Aug 18, 2011 9:21 pm

Re: [WIP] 2D game (Python/Pygame)

Mon Apr 21, 2014 3:52 pm

inspired by 'super crate box'? :)

looks very nice - we need more of this sort of stuff here. is there no way to get pygame games to have nintendo-smooth framerates though..?
note: I may or may not know what I'm talking about...

dan3008
Posts: 1172
Joined: Wed Aug 15, 2012 1:05 pm

Re: [WIP] 2D game (Python/Pygame)

Tue Apr 22, 2014 7:44 am

Not a pi related problem, just a good practice problem

I'm playing on my laptop (ubuntu) and my sound card drivers dont work, and as such, I had to edit your code to remove ALL the sound stuff. Ideally, this should be handled in your mixer class, so if there are no sound card drivers, then it just doesn't do anything.

but either way, cool game, I like it, keep working on it :)
dan3008 wrote:Pays your money, takes your choice

Return to “Gaming”