• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle








  • Here are a few ideas to help with motivation and project selection.

    A lot of the time for me, my issue is that what I want to make is too open ended. I get stuck with decision paralysis. I keep trying to add features in my plan, or I don’t know how I want to do parts of it because I don’t know how I’ll want to expand it in the future.

    Artificially limit the scope of your problem. You want to make a game, but that could be a several year long indevor. You want a way to quickly feel successful in making something (for now). Possible limitations: Make a 2D black and white game out of only ASCII glyphs on a terminal. Make a game that can be won or lost in only 5 minutes of play. Make a game that only uses one or two buttons. Choose some or all of those.

    Sometimes it can be nice to instead of starting from scratch, to extend someone else’s work. Find an open source game in a language you know and add one feature to it. Add more only after the first feature works.

    Reinventing the wheel can be fun. Pick a simple game and recreate it. Snake, Flappy Bird, and Pong come to mind.