Comment on
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/
Comment on
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/
Comment on
What is your favorite retro racing game?
If Sonic & All Stars Racing Transformed has become retro then it's that lol.
Comment on
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?
Comment on
Game suggestions for daily bus/train rides?
Reply in thread
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.
Comment on
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.
Comment on
made a multiplayer coop system
Reply in thread
Thanks!