Struggle or Settle for less

Started by
8 comments, last by Orymus3 11 years, 2 months ago
This could happen with anything creative.You get that one idea, rather its simple or ambitious, you reach a crossroads in your mind where you choose:

STRUGGLE
(Learn how to program this really difficult idea on your own or surfing the web for tutorials hoping you find the solution.Both taking a lot of your time and its not guaranteed you'll succeed. In the end its more rewarding and beneficial for the learning process.)
Or
SETTLE FOR LESS
(Make something close to but not as difficult as your idea.You won't feel accomplished but youll be satisfied.This is the easier but less rewarding path.)

Does this ever happen to you? what do you do when it happens.And what road do you usually choose?
Advertisement

Anything worth doing is worth doing right. biggrin.png

But to hedge your bets, I would go with SETTLE FOR LESS first, then pull yourself up and dive into the STRUGGLE.

Say you want to make a jousting game with leveling up and mini-games.

Build up the main game play actions first like the actual jousting event.

From there you create the mini-games.

After that, you create the leveling system that gets attached to the rest of the game.

Basically, start with the most important aspect of the game; the parts that it needs to have for your idea.

Then, tack on the feature creep and bloat if you still have time and money.

Worst thing that happens is you already have to core game you wanted if the other features are too tough or break the experience.

Best of both worlds IMO biggrin.png

Check out my game blog - Dave's Game Blog

This could happen with anything creative.You get that one idea, rather its simple or ambitious, you reach a crossroads in your mind where you choose:

STRUGGLE
(Learn how to program this really difficult idea on your own or surfing the web for tutorials hoping you find the solution.Both taking a lot of your time and its not guaranteed you'll succeed. In the end its more rewarding and beneficial for the learning process.)
Or
SETTLE FOR LESS
(Make something close to but not as difficult as your idea.You won't feel accomplished but youll be satisfied.This is the easier but less rewarding path.)

Does this ever happen to you? what do you do when it happens.And what road do you usually choose?

Considering STRUGGLE

Making first game as 3d mmorpg is nono, jumping too high may hurt in landing part. If you go and fight a 7headed beast as level 1, you shall not prevail !

Considering SETTLE FOR LESS

A path that many walk, therefore hone your skills young one before venturing forward, the road your taking is a dark and dangerous place!

Simply said SETTLE FOR LESS but STRUGGLE for more.

Settle For Less isn't a negative option. Consider it a stepping stone on your way to better things.

Settle for struggle?

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

If the idea is such that you cannot achieve it by yourself then consider working with others.

If the idea is such that you cannot achieve it by working with others then it is a pipe dream at this time, use a simpler idea.

If your idea is such that you can achieve it by yourself but it will take more time than you are willing to give then consider working with others.

If your idea is such that you can achieve it by yourself and you are willing to commit the time, then go for it.

Just remember, as you make your idea into reality, it will evolve and what was your idea may look nothing like what the end product is anyway.

All of that said, there is a lot of sense in learning the basic skills that lead you to mastering the complex skills down the line.

never settle.

Rome wasn't built in a day, and you gotta break a few eggs to make a REAL mayonnaise.

You learn how to do what you don't know how to do.

If its never been done, you invent your own method of doing it.

if you merely settle, your sub-par skills never improve, and all you can make are sub-par games.

And maintain focus:

All that matters is what you haven't figured out how to do yet.

Once you've figured out how to do everything, only then you can proceed to build with confidence.

Norm Barrows

Rockland Software Productions

"Building PC games since 1989"

rocklandsoftware.net

PLAY CAVEMAN NOW!

http://rocklandsoftware.net/beta.php

There are really two different sides to the struggle option, and they're very different things:

  1. You can have an ambitious goal that is beyond your current abilities and that will take a lot of time and hard work to achieve. You might also need the help of others to reach your goal.
  2. You can have an overly ambitious goal that you will never satisfactorily achieve.

The first is definitely worthy of pursuit and will be an excellent learning experience -- although it's worth noting that it's often a helpful step to set smaller sub-goals (effectively settling by your definitions) in order to more easily achieve your goal by breaking it down into smaller projects you can tackle along the way.

The second is a waste of your time. Unfortunately it can be hard to identify without experience, but thankfully there's an easy method that doesn't necessarily rely on taking the word of others: by breaking your goal down into smaller sub-goals you can then test to see whether or not they are achievable, and will be much better positioned to judge whether or not it is worth investing a significant amount of time and effort into the project.

Either way, effectively settling for smaller goals is a helpful thing to do when working towards a larger project. Settling on the achievable doesn't have to be an end in itself. smile.png

- Jason Astle-Adams

by breaking your goal down into smaller sub-goals you can then test to see whether or not they are achievable, and will be much better positioned to judge whether or not it is worth investing a significant amount of time and effort into the project.

I'll second that.

When contemplating a new title, I'll start with a list of the major technologies / techniques / capabilities required that I don't know how to do off the top of my head.

Then comes research and rapid prototyping. Once all the unsolved parts of the puzzle are solved, the concept has been proven doable, and worth pursuing, at least from a technology point of view. Maybe not sales though. Usually a game idea must pass a fitness test from a marketability standpoint before I even consider the technological requirements or what technologies will need to be prototyped to make sure they're doable.

Norm Barrows

Rockland Software Productions

"Building PC games since 1989"

rocklandsoftware.net

PLAY CAVEMAN NOW!

http://rocklandsoftware.net/beta.php

Settle For Less isn't a negative option. Consider it a stepping stone on your way to better things.

In terms of design, settling for less on X, is allowing more design space to flesh out Y.

To answer whether you need to struggle or settle for less on any given feature, you have to determine its ROI (return on investment) for your project (ROI isn't necessarily monetary).

For example, you determine it takes 100 hours for you to learn the necessary skills to do X as it was initially envisioned, but in comparison, you could add as much value to Y with 20 hours. See where I'm going with this?

Of course, value added to the game is largely subjective, and if you botch up the effort of measuring value effectively, you'll end up working on a lot of 'small things' for which the sum isn't greater than the added value of each individual item. As a developer, it is critical to understand how the engine needs to be built in order to make the players tick, and its an iterative effort.

I spend all of my days wondering whether I should settle for less or struggle with countless amounts of features, polish items and bugs. This is something you learn more about everyday, and experience teaches you when to do either (you can't cheat your way through this) and even then, you're likely to fail, often.

This topic is closed to new replies.

Advertisement