Hey, i want to learn how to use the godot game engine to act upon my game design dreams.
Only Problem is i never used a game engine. I have limeted experience creating games in dosbox with python.
And i am looking for fun beginner challenges that i can finish within around an hour! what do you think i should do in godot to learn the fundamentals?
For example: Create a character that needs to jump to win. Challenges of that sort. Hope to get some achivable, creative promps :)
I’m late to this thread, but, if you want a challenge, here’s an idea…
Make two simple games… like, maybe Pong and Asteroids, but, set it up so that the player can swap between the two games at will (maybe by pressing the TAB key, for example). However, both games should still be actively running even when not actively being played. Maybe, for fairness and an additional challenge, if one of the games isn’t actively being played, it still updates, but the updates are at half speed.
Is this a solid game idea? Probably not… but it would be a fun challenge to see if it can be pulled off smoothly.