TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Get a foot into the game industry

1 pointsby Entalpiover 8 years ago
I am wondering from a practical perspective how one would go about getting a foot into the game industry?<p>My guess it takes a couple of games or somerhing techy like a custom engine.<p>Would love to hear your stories.

2 comments

MorpheusOMGover 8 years ago
I was tired of hearing &quot;we want people who have shipped at least two titles&quot; (classic chicken and egg problem) around the year 2004-2006. So I took 10 months off to create a game&#x2F;base game tech. I targeted the Game Boy Advance. I created everything but the compiler and a small utility that smacked an &quot;I&#x27;m GBA software&quot; header on the ROM. This included the asset pipeline, audio mixer, even the interrupts library. What this allowed me to do was hand my project to people during an interview, and when they asked what I did, to say &quot;everything you see there, as well as the things you don&#x27;t such as x, y, etc.&quot;. Finished portfolio projects are invaluable in this space -- so many people have unfinished projects&#x2F;demos that having something finished&#x2F;polished really makes you the exception (it shows extreme dedication&#x2F;diligence -- see the ninety-ninety rule). You might not need to take it to the extreme that I did, but it&#x27;s nice to avoid situations where you have as portfolio work only projects worked on with others for which you don&#x27;t have very clear details on what exactly you did (otherwise, people will have little confidence in what parts you are actually responsible&#x2F;deserve praise for, if any). Don&#x27;t show up to a gamedev interview with only a binder of dragon drawings expecting a job. And understand that a lot of the educational programs at &quot;tighten up the graphics on level 3&quot; schools are almost exclusively in it for the money (vs. a sound&#x2F;working skillset for you, as so many people are interested in the idea of game development as a career). If you&#x27;re going to do the university thing, get strong foundations in computer science (not necessarily deep math or super-advanced algorithms, but sound foundational knowledge and experience). Don&#x27;t try to skip the basics (C matters).
评论 #12338487 未加载
评论 #12338538 未加载
Rannathover 8 years ago
Make a game using a pre-made engine. Only make your own engine if you&#x27;re primarily interested in graphics&#x2F;systems programming. You&#x27;ll almost certainly be using someone else&#x27;s engine, so learning a few different ones should be to your benefit (&amp; prove you can adapt).
评论 #12338529 未加载