this post was submitted on 14 Jun 2023
1 points (100.0% liked)

Godot

5916 readers
23 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

Rules

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

[email protected]

Credits

founded 1 year ago
MODERATORS
 

So my problem is that I can't stay committed to one project for more than a day.

It starts with "Wow, I have some idea", I create an empty project, work on it for a few hours, and then quit. I keep repeating this pattern.

I just want to finish something.

top 2 comments
sorted by: hot top controversial new old
[–] DeadlyEssence01 1 points 1 year ago

Well. This could be a lot of different things. What do you think is making you quit?
There is a dopamine hit for an unexplored idea. People essentially get very excited about an idea, like the dopamine, and then when it starts to fade as they have to actually implement things they quit. Sometimes. They manage to get some things down and those small successes of implementing mechanics gives them the dopamine to continue - until they hit a big enough road block. (Guilty!). Working on a game is more about discipline. Not feel good emotions. If you've never created a game before create a small project idea, and work on completing it. Even if you don't feel motivated.
Motivation doesn't usually last a whole project. But doing it for the sake of doing it will. After you have a small project break it down into bite sized pieces that you can check off from a to-do list (if that works for you). And Don't burn yourself out on it, but try to enjoy the journey, and keep that finished game goal in mind and look forward to it knowing it just takes overcoming small hurdles repeatedly.
This is harder than it sounds, and maybe it won't work for you, but it is one way to tackle the problem of completing a project.

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago)

I can’t finish anything without an external deadline. Otherwise i just keep refactoring and tweaking forever.

Game jams, a self-imposed deadline, promising other folks a demo on a certain day…

Sometimes i pick something as a reward, like playing some game (lately, TOTK) only after having delivered a new feature for whatever game idea.

Another thing that helps is setting smaller goals - a basic first version as 1.0, then small features to bump to 1.1, 1.2, etc. Bigger features can go in later versions! Don’t turn yourself off trying to do it all at once.

I think game dev is prototyping lots of ideas - then at some point you look back and decide one of them is worth a more serious time investment. In the mean time, keep prototyping!