Python Forum

Full Version: Doodle Jump themed game!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Today i decided to -amidst lots of revision- create a Doodle Jump themed game.
I tried to use a different method than i normally do by comprising the main game loop into a class in order to increase readability and efficiency.
Im always looking to improve efficiency in my code, so please do comment and critique my work, as it is really valued.

https://github.com/georgecoopers/Pygame-Progression.git

Cheers George Cooper
I would make a new repo for each game and not one repo to house them all. 1) it organizes it better. 2) If someone wants to make a pull request they have to download other games junk and 3) there is actually a space limit per repo. Around 1024MB and you wont be able push anything else onto the repo. However you can have unlimited number of repos.