Python Forum
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Doodle Jump themed game!
#1
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
Reply
#2
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.
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyGame] infinity jump problem augusto_A 3 1,505 May-27-2023, 01:17 AM
Last Post: deanhystad
  pygame double jump problem Yegor123 3 2,505 May-02-2023, 09:34 PM
Last Post: sudoku6
  [PyGame] Problems with jump code in pygame Joningstone 4 5,271 Aug-23-2021, 08:23 PM
Last Post: deanhystad
  [PyGame] Doodle Jump Dafteaser 2 4,431 May-25-2020, 09:06 AM
Last Post: lolloiltizio
  [PyGame] Having 4 players(Sprites) all being able to jump ElijahCastle 5 3,920 May-07-2019, 05:04 PM
Last Post: SheeppOSU

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020