Skip Navigation
Bump Bump @programming.dev

bump-dev.itch.io bump-dev.github.io

Posts 2
Comments 6
What is your favorite retro racing game?
  • If Sonic & All Stars Racing Transformed has become retro then it's that lol.

  • Game suggestions for daily bus/train rides?
  • I've got an RG505 and can play up to ps2. Was just looking for games that might be fun or nice to play on a bus ride.

  • Game suggestions for daily bus/train rides?

    Looking for retro games to play while on a bus/train. Any retro console.

    21
    made a multiplayer coop system
  • For anyone looking to do something similar, I used this asset to manage the multiple inputs. https://github.com/matjlars/godot-multiplayer-input/

  • made a multiplayer coop system

    Made a coop system for my game where players can join and camera also restricts the players, forcing them to move together.

    4
    engine Passed 27 courses during the weekend. Good course to know the foundations of GDScript.
  • Do you recommend this way of learning over YouTube videos if I were to introduce others to the engine?

  • I want you to challenge me (a godot beginner)
  • Make a game where there is a countdown and you have to stop it as close to 0 as possible. Something like this Mario Party minigame: https://www.youtube.com/watch?v=hoNduqVEdTU

    For extra fun, make it so the display says ???? and the player has to count the remaining time himself. The duration can also be randomized, sometimes 5 seconds, sometimes 3, sometimes 12. Good luck.