Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Games Entertainment

From Coder to Game Designer? 42

FortKnox asks: "I, originally, asked this in my journal, but figured more people would have the same questions. As most coders, I'd eventually like to crack into the gaming industry. Yes, this is similar to an older AskSlashdot, but that was more about how someone going into college wants to get into the gaming industry. My question is how does a veteran computer professional crack into a designer job?"

"I am a coder by trade, so I would like to try and get a job as a game designer. What kind of experience (besides other game company experience) grabs attention of gaming companies? Project Management experience? Software Architecture experience? Create a design document (high and low level) for a game?

Most people say 'You need a demo or create a game for gaming companies to consider you', but the time it takes to make something like that isn't available to all; yes, I understand that most gaming companies require long shifts, which I am fully capable of doing, but that isn't the same as having the extra time to design and code a game. Is there anything besides a lot of luck that will help get a job in the industry as a designer? As a side question: Do designers make enough to support a family well, or is the pay pretty low?"

This discussion has been archived. No new comments can be posted.

From Coder to Game Designer?

Comments Filter:
  • Join in Tux-Racer or other open source games.

    Without having to have many-many spare hours you can do something demonstratable and perhaps discover if game-coding really is for you after all.

    Sam
  • by grundy ( 151557 ) <explodingskull.gmail@com> on Friday May 10, 2002 @11:42AM (#3497089) Homepage
    OK, I'll admit I don't know much about gaming companies, but I do know a bit about making yourself attractive to the folks you want to be hired by.

    You don't have time to design and create a full-blown massively multiplayer game, fine, I understand, I barely have free time. Have you at least taken the time to build your gaming related coding skills?

    How familiar are you with the various 3D interfaces, have you built small demo apps to teach yourself anything? How is your knowledge of physics and calculus, been there done that, have a textbook on the shelf or in a box somewhere? Or have you been touching up the old math skills lately?

    See where I'm heading, by taking an active interest, learning the basics, understanding what's involved, you are making yourself more attractive as a prospect. If I was looking for folks, your experience would weigh in well, but how much am I going to have to teach you from scratch. Compared to someone who at least has done some short demos, or has built their own games, you're looking like a lot of extra work.

    You mention design as well. Have you ever sat down and roughed out a complete plan for a game? Planned out the artwork, the psuedo-ai, the plot, the music.

    Here's my 0.02USD. Build a game from scratch (I know what you said, hear me out). It doesn't have to be Quake IV, build a toddler game. Something that talks and puts up pretty pictures when a kid hits a letter on the keyboard.Pretty basic sounding, but it's complex enough to give you some time with developing the app (make it cross platform to really impress) designing the app, test usability on peoples children, go all out.

    You may find that you absolutely despise game development. I know I did. I think a lot of people have a pipe dream about how cool it would be doing game development, and the reality check is might harsh.

  • It's hard to do game programming well. It's a very specialized skillset not easy to pick up as you go. Game companies are under huge stress to get the thing to market, right now. Hence they don't want to mess around with someone who is extremely interested but has no experience, because by the time they have got you up to speed they are already going to be out of business, etc.

    As I said in the subject, this is just what I've heard. If this is true, then a game company is going to be interested in one thing--"What can you do?", and they will want to see proof of that with the corresponding "What have you done?".

    Therefore, I think your best bet is to gain some marketable experience. One person has already suggested working on an open source game. Sounds like as good an idea as any. But, although you may have to do whatever is sitting there to be done if you join an established product, I think you would fairly quickly need to move in the direction of doing something that you can easily demonstrate as something that _you_ did.

    You say you are interested in design. Maybe you could put together a lightweight demo that shows that you understand gameplay/ai/whatever you are trying to get a job doing?

    If I were doing this, I would try to get in touch with someone in the industry and ask them what you need to be able to do, technically, to be able to get the job you want. Then do it.

    Like another poster said, you might find out that you really don't like the work. That is valuable information, too.

  • Hope this helps. (Score:1, Informative)

    by hettb ( 569863 )
    Here are some links which might help you:

    Getting A Job In The Game Development Industry [ravensoft.com]

    How To Get A Job In The Gaming Biz [cliffyb.com]

    So You Want to be a Game Designer? [cgonline.com]

    You Can Get There From Here [cgonline.com]

    (At least two of these articles have sections pertaining to programmers.)

    A common thread throughout the articles seems to be that you should know someone who already works in the gaming biz.

    If you have been succesful in finding a job, read this:

    You've Been Given a Job Offer! (Let's Try to Avoid Getting Screwed) [cliffyb.com]

    plus a quote:

    The job title "Game Designer" is probably the biggest misnomer in the industry. Everyone seems to want to be a game designer...the idea guy or "think tank" behind every aspect of a game. These jobs do not exist. The only way to become a game designer is to do one of two things: Start and finance your own game company, or work in the games industry for several years and work your way up to the presidency or development directorship of an existing game company. Game companies have more than enough ideas, more then they would ever have time to produce. Game development is a team effort that requires input from every developer on the project. Unless you're an industry legend with a long track record of shipping successful titles, it's impossible to obtain a "Game Designer" position.
  • by msouth ( 10321 ) on Friday May 10, 2002 @11:56AM (#3497175) Homepage Journal
    A former aqaintance of mine designed a game which he mocked up in Visual Basic and sold to a real game company. The game company rewrote it, but used his story/structure/etc. He had a day job, too. I don't think the game went anywhere. But the fact that he was able even to do that suggests to me that a "real programmer" would have just as much chance. You might not get paid to do your first one, but if you're any good it would get your foot in the door, I would think.

    If it's the design that you are trying to emphasize, try doing it in a RAD environment, like REALbasic (I know, it has the word "basic" in it, but it's really quite good. At least the Mac version is.)

    (Wow, I'm really asking for it--praise for a Basic and non-disparaging comment about a Mac in the same breath.)
  • Err. not 'most coders'..maybe not even 'most slashdot readers'.

    But anyway... you want to design games? What's that got to do with coding? If you want to work for a gaming company, you need to know one of the following:

    • Physics - become an expert in physics. Know how to model real-world actions efficiently.
    • Graphics - become an expert on 3D graphics. Know your transformations by heart. Be able to invert a matrix in your head... ok, in your code. Know how to do it fast.
    • AI - Know Artificial intelligence for the game logic.
    • Networking - MMORPGs. 'Nuff said.

    When you are an expert at at least 2 of them, you can start thinking about designing a computer game.

  • I work for a company doing mobile games, and while I can't say we have the niftiest of games in the world, we're doing well.

    The cool part about smaller companies is that we have a collective pool of people working on game designs. Basically, anybody can submit a cool idea, and we have a group that consists of graphics artists, coders, and product managers like myself who work out game concepts. We don't have any real restrictions as to who can attend those meetings.

    If you have Java skills and feel comfortable with J2ME, I'd definitely look at the mobile gaming side, as people are looking for coders and there is no hard-set design style for that area yet, as there is in, say, the console market.

  • If you are in the UK then a good place to start is to read a magazine such as Edge [edge-online.com] which has lots of adverts for positions in it's recruitment pages (along with yearly features about how others have gotten started working within the industry).

    I guess another source of good information is the Gamasutra [gamasutra.com] website.

    I have friends who have gone on to work for games companies and they are encouraged to tell the company about other good people... So just knowing someone who can certify your qualifications is one of the best ways to go.
  • as a programmer trying to make two transitions: computer professional -> game industry -> game designer, your odds are pretty terrible.

    these days, a coder/designer is extremely rare. you will find them at small independent shareware type devs, but not at larger developers.

    a designer HAS to understand not only the basics of gameplay, but also design documents, write the game manual, level design, and tie in art/technology to make something fun. it does help (wrt being adept at using a level designer), but is not a main issue. designers are more often from other more creative industries, like writers. so in a way, your technical background could hurt your chances.

    payscale wise, you won't be able to make the transition to a single game designers wage with a family. to get positioned into a game designer, MAYBE you can squeeze in as a level designer implementing written specifications. but that will mean drastic changes in lifestyle.

    programmers who are in the game industry and making decent pay (almost never necessarily on par with the tech average) usually start off being paid beans in QA/play testing and then work their way up.

    for a better sense of pay, check out Game Developer Salary Survey [gamasutra.com]. mind that the majority of developers are in CA, with higher cost of living, so don't think "WOW, programmers average $65k a year"
  • by kevin42 ( 161303 ) on Friday May 10, 2002 @12:01PM (#3497213)
    Having spent 2 years as a senior programmer at a game company, I would reccomend you ask yourself if you really understand what you said about long shifts.

    If you can't find the time to make at least a simple game, you are never going to be able to deal with working for a game company (I know I couldn't, which is why I left), many of which will require you to pull 14-16 hour days during crunch mode, which often lasts several months, and happens several times a year (e3 demos, releasing a game, producing demos to get project funding, etc).

    Having said that, I know at least one programmer who came on right out of college and worked his way into a design position pretty fast. All he did was work hard, and contribute a lot to the game design process while he was working as a programmer. It quickly became obvious he was good at design, so he was put in a design role. Getting into a game company as a programmer would be a good start, and if you really are talented as a designer (just wanting to design games doesn't mean you *can* design fun games) and express your desire to management, you probably will get there pretty fast.

    Personally, I'd rather code, and work an 8 hour day. :)
  • If you know someone who already works at a gaming company or in the industry, talk to them, keep contact going, tell them about the stuff you're working on. In just about every profession I've seen, networking (as in people) is just as important as experience, portfolio, or education. Having someone suggesting to their manager that they take a look at your resume gives you that one extra shred of credibility.
  • > As most coders, I'd eventually like to crack into the gaming industry.

    If by "coders" you mean programmers, I don't know where you would get that idea. Maybe amongst your peers. While writing games does indeed require great skills in a lot of areas, many programmers tend to aspire to slightly more lofty goals for their creations than to merely capture the attention of distracted teenagers for brief periods of time.

    • >> As most coders, I'd eventually like to crack into the gaming industry.

      > If by "coders" you mean programmers, I don't know where you would get that idea. Maybe amongst your peers. While writing games does indeed require great skills in a lot of areas, many programmers tend to aspire to slightly more lofty goals for their creations than to merely capture the attention of distracted teenagers for brief periods of time.


      What an inane comment! I must say that I, like the original poster, want to code games. I know that pretty much every other programmer I know also wants this.
      Games are, I'd say, propably one of the most important things you can do with a computer. It's quite simple really - what is life, if not for having fun? If you can come up with new things with which to entertain people, you have done a lot!
      "merely capture the attention of distracted teenagers" is just the start. Fully entertaining a large group of people, ranging from very young to very old (I know at least one 56 year old computer game player, which indeed does not count as very old but you get the idea) is definately a worthwhile cause. Do you also scoff at litterature, movies, theatre, painting, sculptures and everything else that is only there to provide entertainment?

      • > Do you also scoff at litterature, movies, theatre, painting, sculptures and everything else
        > that is only there to provide entertainment?

        Less so than you, apparently. The number of errors in your post alone indicates a very high level of scoffing. You also seem to mistake the need and desire of an artist for self-expression for a need to entertain. Bach and Van Gogh might disagree with you on that one. Then again, the day you cut off your ear and shoot yourself in the side in order to better entertain your audience, I'll graciously defer to you.
    • I'm not aware of any surveys, but I'm sure the desire to write games is pretty common among programmers. 5/5 of the ones who work here...

      Many of us are young males who were introduced to computing via games. At university, anyone who was really into programming was writing a little game... I think it's pretty natural.

      .

    • Let me add my "I agree with the first poster" comment. I don't think there are too many of us that DIDN'T find ourselves bored in our CS classes in HS/college and started writing games. If you love computers, it's almost inevitable that you will like at least some games just because you end up sitting in front of the computer so much of the time.

      I wrote my first stupid little game in my CS class in HS. It was a Tron variant (light cycles, remember?) where you tried to make the other person crash into a wall. Lotsa fun, and someone suggested adding network support which got me thinking about that.

      I'll go out on a limb and say that most people want to entertain, either themselves or others. People often want to go into acting or art because of the entertainment value. It's no surprise, then, that computer people would want to design computer entertainment, which is what games are.

      --trb
  • I have experience in field X. I wish to switch to field Y. I have no experience in field Y. I claim that there is no way I can get experience because I don't have the time. You've created your own catch 22.

    FIND the time. Got a laptop? Take the train in the morning. Hack code. Sunday mornings get up at 6am, 3 hours before the wife, and go sit in the park and code. Stay up 2 hours after her. Code code code. Sitting in a boring meeting? Sketch. Need to use the men's room? Take a copy of Game Developer's Magazine.

    Get it? No magic bullets here (maybe there'll be some in your game, though) or in any industry switch that needs such specific experience.

    And for the love of god don't try to jumpstart it by reading any books with "Extreme", "Black Art", or "21 Days" in the title. They take away from your coding time.

  • So you want to be a:

    • Game Designer
    • Hacker
    • Kernel Developer
    • Unix Administrator
    • *insert whatever here*

    This assumes you have the requisite intelligence and aptitude for the position. It's possible you don't, and that always sucks. Generally speaking, any position requires a background. I know one guy who graduated the year before me in EE went to work for Electronic Arts (Hi Jess, if you're reading this). A background in physics and calculus was a definate asset. If you don't have this background, you'll have to get it. Start reading.

    Nobody will listen to you right off though, even if you have a degree. So save up some money to live off of, move back home, live in a slum, and sacrifice six months or a year of your life becoming a master game programmer. Write code to demonstrate physical principles. Make some AI demos. Write some catchy action games (no, some stupid thing won't cut it anymore). Get on the mailing lists. Compete in competitions. Get networking, the kind without cables. No, this isn't easy. Yes, you have to live poor. Yes, it will be worth it. In short, go learn, and make time to get the skills you need.

    This is all extremely obvious, but if you aren't willing to put the time into it, it's unlikely you'll be able to handle the pressures of game development in the real world, because it's not all roses. Of course, doing that if you have other obligations like a wife or kids is damn near impossible, but that's a job hazard, since 14+ hour days with unpaid overtime are the norm due to horrible management and design practices in the software world. That's another rant, though.

    Have fun :).

  • Make a MUD (Score:3, Interesting)

    by (trb001) ( 224998 ) on Friday May 10, 2002 @03:10PM (#3498530) Homepage
    Me personally, I have the same ambition. I've always wanted to work for a game company (Blizzard was my choice a few years ago, after Starcraft came out...it just plain blew me away). My buddy and I had the goal of working for one and then (eventually) starting our own. We figured we've played plenty of games in our lives, we know what people like, why couldn't we do it?

    To start the process, we're designing a MUD based on Operation Overkill (BBS door game from days long gone). I know, no graphics, but even if I went into game programming as a career I would want to stay away from the graphics part of it and concentrate on the algorithms, math and gameplay. MUDs aren't terribly complex, so we're designing the MUDlib from scratch (read: every line of code is ours). My hope is to be able to gain a better understanding of game design, mostly the AI and shared world time between entities. I figure, what's a game like Diablo except a MUD that has a really snazzy frontend?

    My hope (and I could be completely wrong, someone please tell me) is that if I can intelligently speak about AI, sketch out sample data objects that would be used, give a flow diagram for a game and even write some quick code, and point to an operational (if not tremendously popular) game that I've designed, I should be able to get my foot in the door. After this initial MUD release, we were planning on incorporating one of our other friends who is currently a frontend designer for 989 (did they get bought out?), who does Playstation 1/2 games. Taking some of the backend, revamping it and throwing a graphical interface on it will come with his help.

    Honestly, one of the best ideas I had to learn game development was to take an existing game and try to design/redesign it yourself. Empire (anyone remember it?) was a great game that you could easily redo, including graphics. Pick an old RPG (Ultima?) and redo it with adjusted plots or AI. Something to get you learning to think like a game designer, instead of a data mover.

    --trb
    • Empire was a fantastic game!

      It was the first game that I really got "addicted to." (even before civ 1) As such, I know a buddy of mine who actually started a revamp of the game a couple years ago, he got the engine built I think and then the project died. I'll see if he has the source for his stuff posted anywhere online and post here if I find it.
  • by Bald Wookie ( 18771 ) on Friday May 10, 2002 @03:51PM (#3498825)
    Every game company has one common goal: to make as much money as possible. The responsibility of the game designer to create a product that meets this goal. Period. If you could get a million people to pay 50 bucks for an empty cardboard box, and have them feel good about it, you too could be a game designer.

    With the traditional retail business model, a game makes a lot of money if it sells a lot of copies. Holding production costs down helps, but nothing boosts the bottom line like a bestseller. So as a game designer your next question needs to be, "How can I make a game that sells well?"

    Glad you asked. First of all, you need to do some market research. What type of games are people buying? What are the trends in electronic entertainment? Is there a genre that is hot? Are some genres pretty much dead, like side scrolling platform games? You'll need to get a feel for the market as a whole. Fortunately, you usually have some help.

    In fact, a lot of times this step will happen before you ever get involved. When the executive producers (the guys with the money) tell you about your next project, they might phrase it something like this: "Our next game MUST be an isomorphic 3D massively multiplayer real time fantasy roleplaying driving game in an immersive universe with both a movie AND a soft drink tie in." When you hear that, you know they've been banging the chick in marketing. Refuse to listen at your own peril.

    Where are we? Oh, still trying to make our game sell. Did you catch the movie tie in above? That helps. So does making a sequel to a smash hit. Sports games do well too, but the genre gets pretty crowded. Familiar characters, like Mario or Sonic, also work well. When people are standing in the rack of games at the local CompUSA, they are looking for something familiar. It is all about branding.

    With branding you have two options: license one or roll your own. Lets say that you are making a board game based on arranging rows and columns of letters to make words. Will your game sell better under the Scrabble brand name, or as 'Genericabble, the word game made by that guy who used to be a coder'. Scrabble will crush your sorry ass. Rolling your own isn't really an option in certain niches.

    Here is another example: You have the choice between two basketball games. One is officially licensed by the NBA. You have Shaq and Kobe playing on the Lakers. The other isn't licensed at all, but it has Shack and K. Brian playing on the Lackers. Which one do you percieve to be higher quality? Which one would you be proud to play with your friends? Which one would you buy? Chances are that you'd only buy PoserNBA 2002 if it cost MUCH LESS than RealNBA 2002.

    On the other hand, if you have a new spin on a market proven idea, you can try establishing it as its own brand. Good luck. It will take more work and more money (advertising, bought game reviews, free demos) than you realize. Try to score with the girl in marketing. It will make the long nights that you spend on that side of the building worthwhile.

    We're in eight paragraphs deep, and we still haven't covered the number one reason most people want to be game designers:

    "I've got this great idea for a video game and I think it will be a lot of fun!"

    Take a number and have a seat on the bench over there. Yes, next to the homless guy. Yes, his number is 22 lower than yours. Yes, he's got seven more years of programming experience. Yes, he also has a Phd in physics. No, he's not here for the game designer job. He wants an entry level position in QA/testing.

    So how do you get to skip the corporate ladder and go straight in as a game designer? Make a game to get your foot in the door. I know you don't have the time. I know you have a family. Big dreams require some sacrifice.

    First create a demo.

    Your demo needs to demonstrate the following:

    * You understand the market.

    * You can work with a team of underpaid people and a deadline, and still deliver a product.

    * You can take a concept and mangle it to make it sell better.

    * You can actually deliver a product. Not just the code, but the branding, the box, the website, the manual, advertisements, everything.

    * You can do all of the above and still make a fun game.

    Why did I wait until way the hell down here to mention making a fun game? Because it is the most imporant part (unless you already have Star Wars, Duke Nukem, or Harry Potter lined up). Your game needs to be fun for it to sell well. The challenge is that you must do it within the context of ALL of that marketing BS above.

    Designing a game is much more than just coding. I emphasized some of the marketing skills that you need to prove a point. To be truly successful in an interdiciplinary field like game design you need to be well rounded. Knowing how to manage and motivate people helps a lot. You need to be a project manager, able to control the creation of software. Finally, you need to know how to build something fun. That is the most elusive part of all. I believe it is a true talent, and if you have it, then you only need to broaden your skillset beyond just coding. Prove that you can make fun, and prove that you can manage a project designed for the mass market, and you will be well on your way.

  • by Vito ( 117562 ) on Friday May 10, 2002 @04:06PM (#3498950) Homepage

    I'm sure you can poke around and find out where I'm coming from, but where you're lucky enough to have actual support for the technologies you use in your games, the companies doing the support have this giant, perpetually unfulfilled need for capable, interested coders doing documentation and tools.

    I say perpetually unfulfilled because most people who come into these positions aspire to be game programmers, and eventually game designers, and so they come in to learn the ropes, punch out a few really high-quality, in-depth docs to get themselves noticed, and then get poached by game companies to do in-house tech. And sure, they contribute back to the support team for a little while, but after they feel they've repaid their debt, they're gone. They start out doing in-house tools and cleanup/robustness stuff, and maybe they contribute a neat gameplay feature or effect here and there, and by the time the next project comes around, they're doing much more programming because they end up knowing the tech better than anyone else. It's not far from lead programmer to lead designer in some circles.

    But as other people have posted, game programming is probably not where you want to be. Gaming is the Hollywood of this industry, which means a few people are rich and famous, and (in most places) everyone else gets paid 1/4 to 1/3 of the normal salary everywhere else, and is fully expected to work 16 and 18 hour days until crunch time, when you should start sleeping at the office. You're perpetually indebted to your publisher, you have nothing but unrealistic deadlines and overwhelming pressure to perform, and someone coming from a cushy IT jockey job would probably realize they don't have to put up with that kind of shit.

    And they don't.

    If you want to get into the game industry because you want your work to be fun, because you're winding down your wage slave responsibilities, but don't want to stop working, because you want to do cool shit again, get into support and tools.

    It's the best of both worlds. Every game company using the tech you're supporting will see your work, read your documentation like the Bible, and ask you questions as if you were their priest. Every new tool and feature you make gets praised to the heavens. You get to write sample code -- mini game demos -- to show off new features and functionality, providing you with 100% of the fun with 0% of the pressure or workload. There's always something new to work on, and you never have to dote on the old stuff (except to keep it updated with new versions of the technology).

    A lot of you might be saying that you still have to write documentation, and documentation sucks. Well, I agree. That's the drawback, but that's also what you're getting paid for. You get to screw around with expensive technology, work on video games all day, and all you have to do is write down how you did it when you're done. That's it. Small price in my book.

    So if that sounds interesting to you, ask around, see what companies support their tech, and see what kind of turnover they have. If you've got a solid C/C++ background, have done Visual Studio or CodeWarrior plugins, scripted Max or Maya, worked with COM or debugged drivers under Linux, and you have absolutely no aspirations to be the next Warren Spector or Shigeru Miyamoto, but just want to do fun code and cool shit without the pressure of actually publishing a game, try support and tools.

  • Game industry titles (Score:3, Informative)

    by robson ( 60067 ) on Friday May 10, 2002 @05:52PM (#3499564)
    This can get pretty complicated. You use "game programmer" and "game designer" synonymously; this is sometimes the case, but not usually.

    Most teams I've seen are composed of:

    A. Programmers - Write code for the game.
    1. Systems guys - Write engine code; generally code that's not game-specific.
    2. Content guys - Write game code, which is usually game-specific.

    B. Artists - Make art for the game.
    1. Modelers - Make models.
    2. Texture artists - Make textures for models and the world.
    3. Animators - Animate characters.
    4. Environment artists* - Make game levels.

    C. Designers - Design game play.
    1. Game designers - Design global game play systems.
    2. Scripters - Implement game design through high-level coding.
    3. Level designers* - Make game levels.

    D. Management - Uh... management.
    1. Producer
    2. Director

    So... there are really two ways into a "game design" job -- move up through level design (more art skills) or through scripting (more programming skills). If you're interested in pursuing the latter, grab a single-player Unreal-based game (like Deus Ex), learn UnrealScript, and put together some "mods" that will serve as a portfolio of your work.

    As for programmer/designer, in my experience, it's not a good idea for the lead programmer to also be the lead designer. You really want a balance of power between the art lead, design lead, and programming lead. Otherwise, it's easy for an entire discipline (and game element) to get neglected.

    * On some projects, level designers are responsible for making game levels; on others, environment artists do this. It's really the same job, although artist positions usually pay more.)
  • It's obvious, isn't it?

    Start with the open Quake engine, hook in a little TCP interface to download "scenery" during startup, and code up a server engine to keep track of the objects.

    Oh, wait. There's no money here. Pop up ads during battle unless you pay.
  • On the surface, this post is going to come off like a troll, but hear me out. You could be the second coming of Sir Isaac Newton, develop insomnia, teach Stroustrup a thing or three about his own language, and you still will produce an average game relative to what is already out on the market.

    IMHO, all the effort that goes into making a mad 3D multiplayer game is worth it to almost nobody. Too many variables, too many things that can go wrong, too many things that can delay a release, too many things that can wreck the gaming experience and tarnish your brand, too many system requirements...

    Obviously if you are starting out and you don't eat derivatives for breakfast, set your sites on a simple text-based or 2D game. Single player. Do one thing perfect instead of a million things wrong. How easily we geeks neglect a vast world of gaming that isn't 3D, and how simpler and better our chances would be if we tabled quantum physics until our fourth or fifth game release. ;)

  • One suggestion - try working on a mod for an existing game like Quake III or Unreal Tournament. That might be coding, modelling, sound or level design - all good experiance using 'real' technology. A lot of games these days are written on top of engines like these, so its a useful skill.

    Regarding 'middleware' - Vito makes some good points, it can be a lot of fun! You get to work on interesting game tech without pressure from publishers, stupid time pressure etc. It's also quite a good way into the industry!

    The downside is, you are unlikely to see something you did directly on the screens on EB! Sure, you'll know that your code is running under the hood, but the lack of real input into the process, and having to always solve other people's problems rather than your own, made me want to get a little closer to the process.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...