How you get not so laggy ? I tried something similar and was disaster (I tired make gravity and collisions) so not end up well :( If you can advise me Please :)
The trick with pygame is how you handle sprites. Without looking at your code my first thought would be are you using sprite groups effectively or are you just for looping over lists of sprites? You got some code to share? If not, look at the code for this project and it might help :)
Wow
How you get not so laggy ? I tried something similar and was disaster (I tired make gravity and collisions) so not end up well :( If you can advise me Please :)
The trick with pygame is how you handle sprites. Without looking at your code my first thought would be are you using sprite groups effectively or are you just for looping over lists of sprites?
You got some code to share? If not, look at the code for this project and it might help :)