this post was submitted on 14 Jun 2023
14 points (100.0% liked)
Godot
5895 readers
28 users here now
Welcome to the programming.dev Godot community!
This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.
Make sure to follow the Godot CoC while chatting
We have a matrix room that can be used for chatting with other members of the community here
Links
Other Communities
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
Rules
- Posts need to be in english
- Posts with explicit content must be tagged with nsfw
- We do not condone harassment inside the community as well as trolling or equivalent behaviour
- Do not post illegal materials or post things encouraging actions such as pirating games
We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent
Wormhole
Credits
- The icon is a modified version of the official godot engine logo (changing the colors to a gradient and black background)
- The banner is from Godot Design
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been wanting to try Godot, but haven't even started, so you're better off than me. ๐
However, I plan to start with a series of small demos to teach myself the engine. Make a hello world with a button, make a ball bounce around the screen, make pong, etc. I want to build progressively more difficult demos to teach myself.
What did you get stuck on? Did you hit a particular ~~wall~~ topic you weren't familiar with?
Good luck with it, and don't forget to have fun!
I mostly get stuck with the visuals of the game. I've considered buying assets, but I'm one of those people who believe in creating everything in the game.
I enjoy modeling and drawing, but I'm just not as good as I would like to be.
I get stuck on the same thing. I think what I'm going to try is:
Choose a visual style that is easy to create assets for, probably 2D, low resolution, etc, and then give myself limited time to produce every asset I need, like 5 minutes for each asset or something. I can polish them later if the game is ever finished. Slay the Spire comes to mind as a game that did this, before the official release there was a time where they were systematically working through the assets and updating a few at a time each update, it was an odd time because all the assets had different levels of quality, but in the end it worked out, and the lower quality assets didn't stop the game from succeeding.
Good luck on that, first time hearing about the Slay the Spire assets thingy it gave me hope. I will try it too thanks.