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.

  • @RealityStop
    link
    English
    111 year ago

    It’s a problem all hobbyist face sooner or later. It might be a days, weeks, months, or even a few years on a project, but sooner or later the new idea fades and other shiny untested ideas shine.

    As far as I know, everyone struggles with it to some degree, and it seems there is no remedy to “skip” it. There are strategies to help, and things that can make success more likely, but you can’t skip overcoming this struggle:

    Designing games is quicker and more fun than making games.

    Don’t get me wrong, there is tons of fun to be had in making games, but you will have to push through hard problems. You will have to times where you tread water for weeks at a time trying to figure out how to navigate to a solution. And the shiny new ideas will always be there tempting.

    My best advice is to start incredibly small. A simple game that you can finish in a week. Maybe it has one level, maybe it has a few. Maybe it’s part of a game jam. But actually finish it. Resist the urge to try something else, resist the urge to quit. It’s going to be a bit of trash that in later years you’ll want to bury, but that’s okay!

    Now make a totally different game that’s two weeks long, but as you do, recognize when you are reusing strategies or when the work on your first project could be reused. And when you do, start storing that code up in reusable modules you can just attach to give behaviors to things. In this way, not only will you be forced to learn new things, because it’s a new game concept with new challenges, but you’ve also started to build a library in your mind of how to solve various problems and a library of behaviors you can use to skip forward in the development process. This helps speed up the pace of going from idea to prototype.

    Do this a few times. At some point, you graduate from building micro games to building prototypes. When you have a flash of inspiration on a game, spend a week or two making a prototype. It won’t be finished, but it will let you try out that idea and find the ones that are fun.

    And then you graduate to vertical slice. Spend a few weeks to three months making a polished vertical slice, something you would actually be proud of, even if it is still no where close to a complete game.

    Now go back and look at your first few little games, and see how far you’ve come. If that doesn’t give you the inspiration to see what you can achieve, I don’t know what will.

    • @DuckRaGodOP
      link
      English
      21 year ago

      Thanks you for your time.

      I thought that it would never happen to me.

      Thanks for the advice I will do it. How could I forget about my past shitty projects? LOL, why did I deleted them. Now, I will work on small and simple games and keep them for the future.

      Thank you again, and have a good day :)

  • russ
    link
    English
    4
    edit-2
    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!

    • @DuckRaGodOP
      link
      English
      21 year ago

      Damn, that’s an interesting tip to give myself a reward if I deliver something new. I will definitely yoink that.

      I’ve always dreamed about doing versioning for my projects. It’s so cool to see your project progress from 0.0.0 alpha to 1.7.4 alpha (the best Minecraft version in my opinion).

      Wishing you a productive prototyping session, and thanks for your time

  • Denaton
    link
    English
    31 year ago

    I did that for over 20y but instead of 1 day it was 1 -2 weeks between new crazy idea. What solved it for me was after a GameJam i got a dopamin kick from the comments and now i have worked on that project for almost 1y to get more dopamin…

    • @DuckRaGodOP
      link
      English
      21 year ago

      That’s amazing! It’s great to hear that you have been pursuing your passion for over 20 years. OMG, one year! I’ve only dreamed of reaching something like this. Good luck with your project, and thank you for your time.

  • 𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟
    link
    English
    31 year ago

    As someone with ADHD I’ve always had the same problem. I could never solve it entirely, I almost never finish my side projects. These days I just try to embrace it and have fun with my projects, learning what I can from them and then moving on if they aren’t interesting anymore. This has made me a very good generalist and universal problem solver at the company I work for.

    • @DuckRaGodOP
      link
      English
      21 year ago

      Damn. Get the good from the bad, happy to hear that it helped you.

  • @[email protected]
    link
    fedilink
    English
    31 year ago

    I used to (and sometimes still do honestly) suffer from this. What I’ve found helped me actually get finished projects out the door was participating in game jams. Really short ones, mind you. No more than 3-4 days.

    It not only forces you to stick with one idea, since you’ve no time to switch to a different one, but the timescale is short enough where you can see the game come together relatively quickly.

    The due date, I think, is what helped me the most. Having a date and time when the game was due, almost like some kind of homework assignment, really helped push me to the finish line.

    • @DuckRaGodOP
      link
      English
      11 year ago

      I have only participated in one game jam in my life, and it was a fun experience. The game I created was buggy and looked like a child drew it, but in that moment, I felt the best I have ever felt.

      I will give it another try.

      Thanks for the help, and good luck with your next game jam.

  • @KindaABigDyl
    link
    English
    3
    edit-2
    1 year ago

    I find that for myself a huge thing is extensive planning.

    It’s easy to be doing something and realize oh I need this and that and then you dig more and more and suddenly scope creep hits and oh man there’s too much now, let me take a break and then never come back.

    Sit down with some paper or a tablet and draw out every detail of the game. Explain every mechanic, every state machine, every object placement. If you can design a tightly nit system and all the specific tasks it takes to get there before you jump in, it’ll be easy to implement, you’ll do it quicker, and you won’t feel burned out.

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    What’s helped me is trying to learn 3d sculpting and animating in blender. So that if I get stuck on the game design or programming I just switch over to modeling or animating and then back again.

    • @DuckRaGodOP
      link
      English
      21 year ago

      0_0 Animating! I’ve never animated before. I’ve only thought about it, but I’ve never actually done it. Isn’t it a very hard thing to do?

      • @[email protected]
        link
        fedilink
        English
        21 year ago

        It’s definitely tedious and I’m only just beginning to learn it. I’ve been using the CG_boost tutorials to learn and he explains things super well.

  • @Buttons
    link
    English
    21 year ago

    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?

    • @DuckRaGodOP
      link
      English
      21 year ago

      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.

      • @Buttons
        link
        English
        21 year ago

        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.

        • @DuckRaGodOP
          link
          English
          21 year ago

          Good luck on that, first time hearing about the Slay the Spire assets thingy it gave me hope. I will try it too thanks.

  • @[email protected]
    link
    fedilink
    English
    21 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.