<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Video Game Design - The Game Industry</title>
	<atom:link href="http://www.videogameinsiderjobs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.videogameinsiderjobs.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 May 2013 02:59:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Game programming &#8211; Introduction</title>
		<link>http://www.videogameinsiderjobs.com/game-programming-introduction/</link>
		<comments>http://www.videogameinsiderjobs.com/game-programming-introduction/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 12:42:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video Game Programmer]]></category>

		<guid isPermaLink="false">http://www.videogameinsiderjobs.com/?p=428</guid>
		<description><![CDATA[Game programming Are you interested in computer game programming? If your answer is yes, then welcome to one of the most exciting as well as challenging types of programming. If you become a computer game programmer, you will also enjoy the fiscal benefits. If you are genuinely [...]]]></description>
				<content:encoded><![CDATA[<h2>Game programming</h2>
<p><img class="size-medium wp-image-438 alignleft" alt="Game Programmer" src="http://www.videogameinsiderjobs.com/wp-content/uploads/2013/03/free-online-computer-courses-5-300x182.jpg" width="300" height="182" /></p>
<p>Are you interested in computer game programming? If your answer is yes, then welcome to one of the most exciting as well as challenging types of programming. If you become a computer game programmer, you will also enjoy the fiscal benefits. If you are genuinely interested and feel you have the talent, then you are in the right career path. This is one the fields where you can start earning around $40,000 per year for doing something you enjoy. If your teacher or parent once told you that you will never make it due to playing computer games, here is a chance to prove them wrong.</p>
<p>If you want to be a game programmer, you only have one way to get into the industry and that’s by writing a game demo. Today, a commercial game can cost millions of dollars and usually take a couple of years develop which consists of a few hundred thousand to a couple of  million lines of C++ code. Being a neophyte programmer this is too much for you to handle. Nevertheless, you can use your talent and knowledge to create a unique game with approximately 10,000 C++ lines of codes. Many game companies will not look at your resume, instead they look at your work. Instead of sending resumes to numerous gaming companies, just write a game demo and save it somewhere, then send it to your potential employer. If you come up with something interesting, they might end up calling you. There are some great books and free or paid software to get you started, I&#8217;ll list those later on.</p>
<div class="text-align: center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4315513044467376";
/* Veterinarian Ad Unit 4 */
google_ad_slot = "7026025209";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<h2>Choosing a college</h2>
<p>Is it necessary to possess a college education to obtain a career as a programer? Certainly not, however, situations are shifting as the industry develops. You can land a job by developing a drop-dead  demo. However, many employers happen to be searching for employees that have developed good video games and also have college or university degrees. After all, college is a place that enables you to obtain the foundation practical knowledge you need to be a cut-throat game programmer.</p>
<p>Even with the talent, creativity and will, you still need a computer science degree in order to start your journey as a game programmer. There are many institutions offering this and you may be confused when choosing one to attend. Look through online sources for the best college in your state and apply. Make sure that the college of your choice is reputable and has a good education system. Check the course catalog where you will find the courses available and ensure the most important are included. Try to get information from students who are learning in the institutions or the alumni. If the faculty and the students are friendly and offer good information, you can settle on the University.</p>
<h2>Research and Education</h2>
<p>There are basically two types of schools which are research oriented and non-research oriented and therefore you have to decide which one to attend. In research schools, the faculty is usually smart and usually has its focus on research at most of the time. Due to this reason, they may not offer you the best education to kick start your game programming career. There are very low chances of you meeting with professors in this kind of school. In fact, you may only meet experienced professors only at your senior years. Nevertheless, you can still get the best out of the school if you are able to capture these professors’ attention. On the other hand a non- research school has a good faculty that spends time with the students.</p>
<h2>The Courses to Take</h2>
<p>Computer game programs are not many in Universities. Nevertheless, below are the courses that you will need for a good background in computer/game programming.</p>

<ul class="list-6">
<li><strong>Programming</strong>: In order for your games to be portable, you need to program them in a top notch language. The most used are C ++ and C. You should make sure to not neglect other languages as you will need them later on in your career as a programmer.</li>
<li><strong>Assembly level programming</strong>: You will need this because core code and device drivers may need to be programmed in Assembly. You need to learn the basics of assembly level programming and then later take some advance level courses.</li>
<li><strong>Computer Architecture</strong>: To ensure your games are good in speed, you need to use highly developed hardware features. Some of the things you need to know are superscalar design, RISC, bus architecture, interrupts, DMA, cache design, clocking and peripherals among others.</li>
<li><strong>Software engineering</strong>: In this course, you will learn how to handle massive software projects. During your learning period, ensure that you get the needed experience for expanding old codes as well as working in a group.</li>
<li><strong>Computer graphics</strong>: The things you need to know in this course include 3D material that includes texture mapping, shading and polygon mesh. You should also learn 2D material.</li>
<li><strong>Data structures</strong>: This course should leave you with a lot of knowledge in typical data structures, how they function, and comes in handy in order to avoid reinventing the wheel sort-of-speak.</li>
<li><strong>Algorithms</strong>: Algorithm can affect your game’s speed even if everything else is built to perfection. In this course, you will learn about designing and analyzing the best algorithms for virtually any problem.</li>
<li><strong>Communication networks</strong>: If you intend to create multiplayer games, you should make sure you have good knowledge of communication networks.</li>
<li><strong>Al and Expert systems</strong>: If you planning on creating a single player game, then you need to have good knowledge in these areas so that you can create challenging opponents.</li>
<li><strong>Human factors</strong>: This will help you develop a  user-friendly interface.</li>
<li><strong>Mathematics</strong>: Mathematics is not a course that game programmers should neglect or be afraid of. You should also consider adding linear algebra to the normal mathematics prerequisites. This will aid you when designing polygon mesh games. For a better experience with polygon mesh, you might consider taking vector calculus.</li>
<li><strong>Physics</strong>: Physics will come in handy when you are creating a virtual universe for your game, so learning about the law of physics that make the universe function is a must.</li>
</ul>

<h2>Conclusion</h2>
<p>You determine the quality of your education. It’s not uncommon for students to get carried away in crowds especially in state colleges. In order to come out successful, you need to ensure that your education is in your hands and protect it, by consulting the best professor and also going beyond what you get in class. In college they do not spoon feed anybody as they assume you are grown enough to know right from wrong. If you go there waiting for such kind of treatment, you will end up losing tuition fees.</p>
<p>Do not put your hopes to the roof and think that after graduating you will be an expert in computer programming. The things you will learn here include basics of computer science and its essential concepts. You will also be able to acquire great skills in order to have a good background in computers. There is a lot of information about computers in many books that can help you. Nevertheless, you need a computer science degree to develop your computing skills as well as keep up with the trends in the computing world. You should know that the computer industry changes at a rapid rate, dedicating time and commitment to stay up to date will be a never ending phase. A computer science degree is a good place to start.</p>
<div style="text-align:center">        <script type="text/javascript">
            var sWidget = new widgetConfig;
sWidget.widgetlink = "http:\/\/widget.searchschoolsnetwork.com\/widget.jsp";
sWidget.rsurl = "http:\/\/www.videogameinsiderjobs.com\/444-2\/";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameWidth = "700";
sWidget.frameHeight = "250";
sWidget.wtpl = "onestep";
sWidget.frameheight = "110";
sWidget.sub = "GAME-ART-DESIGN";
            sWidget.getSearchWidgetFrame();
        </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.videogameinsiderjobs.com/game-programming-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where To Find The Top Salaries, Studios, &amp; Schools For The Gaming Industry</title>
		<link>http://www.videogameinsiderjobs.com/where-to-find-the-top-salaries-studios-schools-for-the-gaming-industry/</link>
		<comments>http://www.videogameinsiderjobs.com/where-to-find-the-top-salaries-studios-schools-for-the-gaming-industry/#comments</comments>
		<pubDate>Fri, 16 Nov 2012 00:43:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Salary]]></category>

		<guid isPermaLink="false">http://www.videogameinsiderjobs.com/?p=387</guid>
		<description><![CDATA[Have you ever wondered what sort of paycheck a game designer takes home or how much a QA tester rakes in annually? Perhaps you’re looking to “level up” in your career and want to learn where the top studios are located and which states offer the highest [...]]]></description>
				<content:encoded><![CDATA[<p>Have you ever wondered what sort of paycheck a game designer takes home or how much a QA tester rakes in annually? Perhaps you’re looking to “level up” in your career and want to learn where the top studios are located and which states offer the highest average salaries.  Or maybe you’re entertaining thoughts of a career in the game industry and investigating which schools’ programs are among the most highly regarded in the field.</p>
<div class="text-align: center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4315513044467376";
/* Veterinarian Ad Unit 4 */
google_ad_slot = "7026025209";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>This infographic by <a href="http://www.bigfishgames.com/">Big Fish</a> offers a glance at the top schools, salaries, and studios in the video gaming industry. It appeals to aspiring game developers and those already knee-deep in their career, breaking out how much game developers can anticipate to make at a given stage of their career depending on their area of expertise.</p>
<div style="margin: 5px; float: center;"><a href="http://www.bigfishgames.com/blog/video-gaming-industry-numbers-by-region/"><img src="http://blog-assets.bigfishgames.com/uploads/2012/10/gaming-industry-salary-graphic.jpg" alt="Video Gaming Industry by the Numbers" width="600" height="2502" border="0" /></a><br />
Source: <a title="Big Fish Games" href=" http://www.bigfishgames.com">Big Fish Games</a></div>
<div style="text-align:center">        <script type="text/javascript">
            var sWidget = new widgetConfig;
sWidget.widgetlink = "http:\/\/widget.searchschoolsnetwork.com\/widget.jsp";
sWidget.rsurl = "http:\/\/www.videogameinsiderjobs.com\/444-2\/";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameWidth = "700";
sWidget.frameHeight = "250";
sWidget.wtpl = "onestep";
sWidget.frameheight = "110";
sWidget.sub = "GAME-ART-DESIGN";
            sWidget.getSearchWidgetFrame();
        </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.videogameinsiderjobs.com/where-to-find-the-top-salaries-studios-schools-for-the-gaming-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Game Design Salaries: Infographic</title>
		<link>http://www.videogameinsiderjobs.com/video-game-design-salaries-infographic/</link>
		<comments>http://www.videogameinsiderjobs.com/video-game-design-salaries-infographic/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 00:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Salary]]></category>

		<guid isPermaLink="false">http://www.videogameinsiderjobs.com/?p=283</guid>
		<description><![CDATA[Here is a simple infographic (I like infographics, who doesn&#8217;t?) outlining a few video game design salaries and descriptions. There are a wide range of career choices in the video game industry, while current disciplines adapt to the ever changing flow of the industry, more career choices [...]]]></description>
				<content:encoded><![CDATA[<p>Here is a simple infographic (I like infographics, who doesn&#8217;t?) outlining a few video game design salaries and descriptions. There are a wide range of career choices in the video game industry, while current disciplines adapt to the ever changing flow of the industry, more career choices are emerging as the industry grows to accommodate the growing complexity of game development.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-284" title="Video Game Design Salaries" src="http://www.videogameinsiderjobs.com/wp-content/uploads/2012/08/video-game-designer-jobs-average-salary-computers-infographic-600x600.jpg" alt="Video Game Design Salaries" width="472" height="472" /></p>
<p style="text-align: right;"><a href="http://www.degreedojo.com/">Source</a></p>
<p>It&#8217;s a bit difficult to give accurate data on just how much a certain disciplines average salary is. The avarage salary for any discipline can be largely dependent on the size and company/developer they work for. There are reputable sources (Gamedeveloper) who interview thousands of video game employees throughout the industry and some of their averages are:</p>
<div class="text-align: center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4315513044467376";
/* Veterinarian Ad Unit 4 */
google_ad_slot = "7026025209";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<h2>Average Game Developer Salary</h2>
<p>3 Years or Less:</p>
<ul>
<li>Programmers: 55,000</li>
<li>Game Designers: 53,000</li>
<li>Artists and Animators: 45,000</li>
<li>QA Game Testers: 31,000</li>
<li>Audio Developers: 59,000</li>
</ul>
<p>We all love to play games but do you know how much effort it takes to make one? Check out our other articles on video game design, game programming and video game tester.<br />
<!-- google_ad_section_end --></p>
<div style="text-align:center">        <script type="text/javascript">
            var sWidget = new widgetConfig;
sWidget.widgetlink = "http:\/\/widget.searchschoolsnetwork.com\/widget.jsp";
sWidget.rsurl = "http:\/\/www.videogameinsiderjobs.com\/444-2\/";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameWidth = "700";
sWidget.frameHeight = "250";
sWidget.wtpl = "onestep";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameheight = "110";
sWidget.sub = "GAME-ART-DESIGN";
            sWidget.getSearchWidgetFrame();
        </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.videogameinsiderjobs.com/video-game-design-salaries-infographic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Game Publishers &#8211; Insider Break Down</title>
		<link>http://www.videogameinsiderjobs.com/video-game-publishers/</link>
		<comments>http://www.videogameinsiderjobs.com/video-game-publishers/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 03:34:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Game Publisher]]></category>

		<guid isPermaLink="false">http://www.videogameinsiderjobs.com/?p=201</guid>
		<description><![CDATA[Video Game Publishers are like all other publishers in their respected industries, they do market research, manufacturing, advertising, and are the ones usually funding new projects, either from contracted external developers or internal studios. The biggest players in the industry also distribute the games they publish. Smaller [...]]]></description>
				<content:encoded><![CDATA[<p>Video Game Publishers are like all other publishers in their respected industries, they do market research, manufacturing, advertising, and are the ones usually funding new projects, either from contracted external developers or internal studios. The biggest players in the industry also distribute the games they publish. Smaller Publishers turn to distributors (a middle man) when they can&#8217;t afford to pay for warehouse space and operations. This helps the smaller publisher to focus on the marketing of the game and release on schedule, this is usually the only way smaller publishers can get their product on retailers shelves. There are a few independent development studios who develop and publish their own games, but with game design becoming more complicated and development cost rising it&#8217;s become a smart business move to leave the marketing and distribution in the hands of those who specialize in these areas.</p>
<p>Publishers are mainly the ones financing the development and taking most, if not all the risk involved, to minimize these risks they set up a staff of producers and or project leads to maintain the creative vision of the video games development and ensure the development team is to set out to build a high quality game on time and within budget. Game publishers who contract external developers fund the project by advancing money throughout the development process of the game. Don&#8217;t mistake this for a loan, think of it as advancing money to a contractor so he can buy the materials for construction. likewise the publisher advances money to the developer to begin their work.</p>
<blockquote><p>Insider Break Down: Advances aren&#8217;t debt owned back to the publisher, if for some reason a publisher doesn&#8217;t publish the game at all the devs don&#8217;t have to pay back any of the advances back. In a similar situation, if the game does sub-par financially and doesn&#8217;t recoup back all the advances from sales the developer doesn&#8217;t have to pay back the difference lost.</p></blockquote>
<p><strong> Milestones</strong></p>
<p>Advances aren&#8217;t all paid in one go, but rather spread out throughout the projects development. these advances will be payed once the developer reaches a certain stage of the development, Which are called milestones, These are days where certain features of a game must be already implemented. This is one of the most sensitive areas in publisher to Dev contracts. publisher and Devs can disagree if a feature is actually implemented correctly or not, if the publisher doesn&#8217;t agree then they can withhold advances until they are satisfied, This however can potentially kill a developer if they are dependent on the money. Some publishers still continue advance since they can&#8217;t afford to lose their investment or let the developer go out of business.</p>
<div class="text-align: center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4315513044467376";
/* Veterinarian Ad Unit 4 */
google_ad_slot = "7026025209";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p><strong>Royalties</strong></p>
<p>Royalties is another major part of a contract between publishers and developers, The contracted developer will get royalties from the wholesales of the product, don&#8217;t get this confused with retailer to consumer sales, this is a percent of the money the publisher makes from selling to retailers. this can vary wildly depending on a variety of factors, it can range from low 8 to 10 percent to a more common range 12 to 20 percent, to rare high of 30 to 40 percent.</p>
<blockquote><p>Insider Break Down: One major factor affecting the percent if the track record of the developer, if one developer has a few heavy hitters under their belt then they can negotiate a higher percentage in return.</p></blockquote>
<p>Publishers won&#8217;t start to pay outright from the first sales of the game, since they funded the project they need to recoup their advances first. The publisher will keep all money the from the games sales until the amount of royalties earned matches the advanced they funded the developers. Once this happens, developers will start to receive royalty payments.</p>
<blockquote><p>Insider Break Down: Most projects never recoup their advances and developers don&#8217;t see any royalty payments at all. There are quite a few devs who survive year to year on contracts but don&#8217;t see any royalty payments at all.</p></blockquote>
<h2>Top Video Game Publishers of 2011</h2>
<p>Top video game publishers ranked by their best to worst games released in 2011, by Metacritic.</p>
<ol>
<li>Microsoft<img class="alignright  wp-image-217" title="Video Game Publishers" src="http://www.videogameinsiderjobs.com/wp-content/uploads/2012/06/Publishers-Piki-300x169.jpg" alt="Top Video Game Publishers" width="300" height="169" /></li>
<li>Nintendo</li>
<li>Sony</li>
<li>EA</li>
<li>Square Enix</li>
<li>Ubisoft</li>
<li>Sega</li>
<li>THQ</li>
<li>Namco Bandai</li>
<li>Konami</li>
</ol>
<p>We all love to play games but do you know how much effort it takes to make one? Check out our other articles on video game design, game programming and video game tester.<br />
<!-- google_ad_section_end --></p>
<div style="text-align:center">        <script type="text/javascript">
            var sWidget = new widgetConfig;
sWidget.widgetlink = "http:\/\/widget.searchschoolsnetwork.com\/widget.jsp";
sWidget.rsurl = "http:\/\/www.videogameinsiderjobs.com\/444-2\/";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameWidth = "700";
sWidget.frameHeight = "250";
sWidget.wtpl = "onestep";
sWidget.frameheight = "110";
sWidget.sub = "GAME-ART-DESIGN";
            sWidget.getSearchWidgetFrame();
        </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.videogameinsiderjobs.com/video-game-publishers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Game Designer Salary &#8211; Insider Break Down</title>
		<link>http://www.videogameinsiderjobs.com/video-game-designer-salary/</link>
		<comments>http://www.videogameinsiderjobs.com/video-game-designer-salary/#comments</comments>
		<pubDate>Thu, 31 May 2012 15:00:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Salary]]></category>
		<category><![CDATA[Video Game Designer]]></category>

		<guid isPermaLink="false">http://www.videogameinsiderjobs.com/?p=115</guid>
		<description><![CDATA[Before I go into details on how much Doritos and Microsoft points a video game designer salary can buy you,let&#8217;s talk about the average video game design salary first. In the US that&#8217;s around $79,000 a year. Now before you go and let your jimmies get excited [...]]]></description>
				<content:encoded><![CDATA[<p>Before I go into details on how much Doritos and Microsoft points a <strong>video game designer salary</strong> can buy you,let&#8217;s talk about the average video game design salary first. In the US that&#8217;s around $79,000 a year. Now before you go and let your jimmies get excited let me put this into a more realistic perspective. If a CEO is pulling hundreds of Gs gets thrown in with 30 hard working joes (or lazy?) making $25-$30 that&#8217;s going to dramatically affect the average earned income, but you don&#8217;t need me to explain such simple math to you&#8230; right? (right?!?!)</p>
<p>As you can see salaries vary wildly, and region is one major factor (Going by US). The west region being the highest can earn as much as $13,000 more than the northeast region and as much as 16,000 compared to south. Salaries can also vary wildly from city to city in the same state. so take that information with a grain of salt.</p>
<p style="text-align: center;"><img class="aligncenter  wp-image-164" src="http://www.videogameinsiderjobs.com/wp-content/uploads/2012/05/Better-work-this-time.png" alt="Video Game Designer Salary" width="570" height="172" /></p>
<h2>Game Designer Salary</h2>
<p>According to IGDA (International Game Developers Association) the lowest paying designer with around one to two years of experience can expect to earn $50,000 and upper levels earning around 80,000, this includes senior designer, lead designer, and creative directors with around 6 year or more of experience. Their average is $57,500 and highest can reach up to $200,000. Another reputable source is GD (Game Developer Mag) who conduct their own research and interview thousands of video game industry workers across all disciplines, which their average Video game designer salary came up to $62,000.</p>
<div class="text-align: center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4315513044467376";
/* Veterinarian Ad Unit 4 */
google_ad_slot = "7026025209";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>

<table class="custom-table"  class="custom-table" summary="Sample Table">
<thead>
<tr>
<th scope="col">Job Description</th>
<th scope="col">Low</th>
<th scope="col">Mid</th>
<th scope="col">High</th>
</tr>
</thead>
<tbody>
<tr>
<td>Junior Designer</td>
<td>40,000</td>
<td>45,000</td>
<td>49,000</td>
</tr>
<tr>
<td>Lead Designer</td>
<td>60,000</td>
<td>66,000</td>
<td>69,000</td>
</tr>
<tr>
<td>Creative Director</td>
<td>77,000</td>
<td>87,000</td>
<td>100,000+</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="4"></td>
</tr>
</tfoot>
</table>

<p>the chart above is my calculated earned income ranging from low &lt;3, mid 3 &#8211; 6, and high &gt;6 Years, I rounded to the nearest thousand. I didn&#8217;t  pull this info out of my you know what, it&#8217;s a calculated average consisting of multiple reputable source like I mentioned above. As one can see the salary earned depends on a multitude of factors such as the type of designer, the company they work for, and location will all effect the earned wage.</p>
<p>We all love to play games but do you know how much effort it takes to make one? Check out our other articles on video game design, game programming and video game tester.<br />
<!-- google_ad_section_end --></p>
<div style="text-align:center">        <script type="text/javascript">
            var sWidget = new widgetConfig;
sWidget.widgetlink = "http:\/\/widget.searchschoolsnetwork.com\/widget.jsp";
sWidget.rsurl = "http:\/\/www.videogameinsiderjobs.com\/444-2\/";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameWidth = "700";
sWidget.frameHeight = "250";
sWidget.wtpl = "onestep";
sWidget.frameheight = "110";
sWidget.sub = "GAME-ART-DESIGN";
            sWidget.getSearchWidgetFrame();
        </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.videogameinsiderjobs.com/video-game-designer-salary/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Video Game Designer Job Description &#8211; Insider Break Down</title>
		<link>http://www.videogameinsiderjobs.com/video-game-designer-job-description/</link>
		<comments>http://www.videogameinsiderjobs.com/video-game-designer-job-description/#comments</comments>
		<pubDate>Thu, 31 May 2012 00:16:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video Game Designer]]></category>

		<guid isPermaLink="false">http://www.videogameinsiderjobs.com/?p=80</guid>
		<description><![CDATA[Is one of the most popular, highly desired, though misunderstood jobs in this industry. Game designers are becoming more specialized As the industry expands and video games become more complex and diverse. Brainstorming and birthing new game ideas makes only a small portion of Game design. There [...]]]></description>
				<content:encoded><![CDATA[<p>Is one of the most popular, highly desired, though misunderstood jobs in this industry. Game designers are becoming more specialized As the industry expands and video games become more complex and diverse. Brainstorming and birthing new game ideas makes only a small portion of Game design. There are a lot of specialized designers and titles across this industry that manage and work on certain parts of a game, but I will only touch on the core tenets and elements of video game designer jobs and descriptions</p>
<blockquote><p>Insider Break Down:<br />
keep in mind that this industry&#8217;s job titles and responsibilities can vary considerably from company to company, publishers to publishers etc.</p></blockquote>
<p><center><a href="http://www.videogameinsiderjobs.com/wp-content/uploads/2012/06/mathr.jpeg" rel="wp-prettyPhoto[80]"><img title="Video game designer job description" src="http://www.videogameinsiderjobs.com/wp-content/uploads/2012/06/mathr.jpeg" alt="Video game designer job description" width="570" height="172" /></a></center><strong>Lead Designer</strong></p>
<p>If a project is big enough to have a lead designer appointed then he would be responsible for managing the other game designers working on the current project and coordinates the development with the other leads in their departments to achieve the projects overall goals and vision. If the current project isn&#8217;t movie title adaptation or defined by the publisher, a lead designer might have been the one who &#8220;invented&#8221; the games idea.</p>
<div class="text-align: center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4315513044467376";
/* Veterinarian Ad Unit 4 */
google_ad_slot = "7026025209";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>A lead designer responsibilities can include how the current project is documented, implement the rules of a game, levels and other large scale ideas that will shape the game, or they can simply assign these task to a group or a single designer to implement. In conclusion the lead will have the decision making power to the overall design, that is if the publisher or producer don&#8217;t step in and a conflict of ideas will slow the games development.<br />
<strong></strong></p>
<p><strong>Fiction Writer or Scriptwriter</strong></p>
<p><strong></strong>If you ever enjoyed a good back story or lore of a game then you have fiction Writers or scriptwriters to thank. Although there isn&#8217;t &#8220;designer&#8221; in their name, Game writers &#8220;design&#8221; or create the scrip of the game, which can include the voice overs, dialogue, and scenes for intros or cut-scenes, This of course depends and what type of game they are working on. scriptwriters work very close with designers throughout the project because the scope and style vary from game to game and maintaining proper pacing and balance throughout any potential game path is crucial. Most game writers are contracted for each new project.</p>
<p><strong>Level Designer</strong></p>
<p>If you ever experimented  around with Neverwinter Nights design modules, then you have first hand experience of what a level designer does. They create the terrain, script the enemy&#8217;s behavior, and skills utilizing the elements and mechanics the designers have created  using the games editor to build, arrange, and balance that segment of the game.</p>
<blockquote><p>Insider Break Down:<br />
There are different types of level designers that specialize in different game genres. Each type requires in-dept knowledge within those games play-style.</p></blockquote>
<p><strong>UI Designer</strong></p>
<p>Anyone remember Lair for the PS3? That is a perfect example of complete and utter UI Design failure. Shortly after released they quickly made a patch available for download to include joystick support. No matter how fascinating a game concept, high production values and audio are, if the UI or User Interface is unresponsive and badly designed, you can bet that game will fail. UI designers make the connection between the player and the game world. To make it as natural and smooth as possible to use. To be truly immersed in the game world and not be bothered by unresponsive and cumbersome feedback.</p>
<p><strong>Other Designers</strong></p>
<p>Junior designers usually work close with experienced designers or senior designers. Senior designers on the other hand can have the same responsibilities as a lead designer and are usually synonymous in most companies.</p>
<blockquote><p>Insider Break Down:<br />
Depending on the the company, size and type of project, there may only be one game designer to a few involved working on the project.</p></blockquote>
<p>We all love to play games but do you know how much effort it takes to make one? Check out our other articles on video game design, game programming and video game tester.<br />
<!-- google_ad_section_end --></p>
<div style="text-align:center">        <script type="text/javascript">
            var sWidget = new widgetConfig;
sWidget.widgetlink = "http:\/\/widget.searchschoolsnetwork.com\/widget.jsp";
sWidget.rsurl = "http:\/\/www.videogameinsiderjobs.com\/444-2\/";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameWidth = "700";
sWidget.frameHeight = "250";
sWidget.wtpl = "onestep";
sWidget.frameheight = "110";
sWidget.sub = "GAME-ART-DESIGN";
            sWidget.getSearchWidgetFrame();
        </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.videogameinsiderjobs.com/video-game-designer-job-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Game Tester &#8211; The Know How</title>
		<link>http://www.videogameinsiderjobs.com/video-game-tester-the-know-how/</link>
		<comments>http://www.videogameinsiderjobs.com/video-game-tester-the-know-how/#comments</comments>
		<pubDate>Fri, 25 May 2012 19:04:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video Game Tester]]></category>

		<guid isPermaLink="false">http://www.videogameinsiderjobs.com/?p=36</guid>
		<description><![CDATA[Has embedded itself as one of the most important cycles in video game design, and for good reason. The video game community can be very volatile and just a few game breaking bugs or even a single one can tarnish the tittles reputation and could potentially make [...]]]></description>
				<content:encoded><![CDATA[<p>Has embedded itself as one of the most important cycles in video game design, and for good reason. The video game community can be very volatile and just a few game breaking bugs or even a single one can tarnish the tittles reputation and could potentially make it a financial failure. Nowadays many customers turn to review outlets before making a purchase to see if their money is well spent.</p>
<p>Information and reviews have become more readily available thanks to the growing industry and the internet, There is also more choices which translate to more competition for the publishers/devs side. As consumers our expectation for a smooth quality playing experience from double to triple-A titles over the years has increased, one can easily see the problems game breaking bugs can cause and how video game testing is more important than ever and is no longer optional.</p>
<div class="text-align: center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4315513044467376";
/* Veterinarian Ad Unit 4 */
google_ad_slot = "7026025209";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<h2>Whats It Like to be a Video Game Tester?</h2>
<div id="attachment_199" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-199 " src="http://www.videogameinsiderjobs.com/wp-content/uploads/2012/05/bug_report-300x258.png" alt="Video Game Tester" width="300" height="258" /><p class="wp-caption-text">On The Bug Hunt</p></div>
<p><code></code>The Primary roles of game testers is to basically brake the game in anyway possible, how do they do this? Testing, testing, and months of eye straining, stiff thumb inducing testing&#8230; The typical game testing cycle would involve playing through the game not in a traditional way a gamer would, but with a mindset of trying to break the game. Example: They would run into every wall from every possible angle, Jump over obstacles from every possible angle, run into enemies from every angle possible. This would have to be repeated in every room, environment and object in the game dozens of times over, one can get a general idea from this.</p>
<p>One thing to keep in mind is that there are various types of testers, some are more involved with the developers so their tasks and responsibilities vary. For simplicities sake I&#8217;ll divide them into two groups: The first group are the testers hired by the development team and the others by the publishers. The ones hired by the devs usually work on site with the rest of the team together and aren&#8217;t contracted or seasonal testers. The testers hired on the publishers side through third party agencies or their own adverts are the ones doing their tasks at home, which may be out of state or a different country.</p>
<h2>A Day in The Life of a Video Game Tester</h2>
<ul>
<li>show up to work on time or wake up if you&#8217;re at home, check email since most of the communication is done this way</li>
<li>Check for any new instructions from the QA lead or bug data base to see which bugs have been fixed or if a new build is ready for testing</li>
<li>follow QA Lead instructions or newly assigned tasks</li>
<li>once in the testing phase, take note of any new bugs encounter and verify if past bugs have been fixed.</li>
<li>Once instructions are completed and new ones aren&#8217;t assigned play the game like it&#8217;s meant to be played until the testing cycle is over or new instructions are given by lead</li>
</ul>
<p>It&#8217;s important to have very good written and oral communication skills since reports will have to be written and submitted regularly, tagging the severity of bugs is one example, suggestion improvements and feedback to the dev team is also important. Generic is bad be specific.</p>
<h2>Video Game Tester Average Pay/Salary</h2>
<p style="text-align: left;">This discipline is one of the lowest paying in the industry and offers little to no benefits depending on the type of tester. it&#8217;s really a shame since they are such a vital part of the development cycle. The workload and payout is the reason why there&#8217;s such a high turn over rate and it&#8217;s usually used as a stepping stone into more lucrative disciplines in this industry.<a href="http://www.videogameinsiderjobs.com/wp-content/uploads/2012/05/graph.jpg" rel="wp-prettyPhoto[36]"><img class="aligncenter size-medium wp-image-44" title="Graph" src="http://www.videogameinsiderjobs.com/wp-content/uploads/2012/05/graph-300x220.jpg" alt="video game tester salary" width="300" height="220" /></a></p>
<p>A testing cycle can last between three to six months and 40-50 hour work week on crunch (close to deadline) time this can extend up to 70 hours a week, the pay for entry level testers is 9-11 dollars an hour. More experienced testers earn more.</p>
<p><strong>Summery</strong></p>
<p>Video game testing is by far the easiest way to enter this industry. Quite a few game designers, artist, programmers and a slew of others started this way, one can start with only a high school diploma and if they can stand the repetitiveness and close to minimum wage-pay of this job they&#8217;ll be in high demand by publishers and devs. It&#8217;s a great way to get your foot in the door and a great stepping-stone career path.</p>
<p>We all love to play games but do you know how much effort it takes to make one? Check out our other articles on video game design, game programming and video game tester.</p>
<p><!-- google_ad_section_end --></p>
<div style="text-align:center">        <script type="text/javascript">
            var sWidget = new widgetConfig;
sWidget.widgetlink = "http:\/\/widget.searchschoolsnetwork.com\/widget.jsp";
sWidget.rsurl = "http:\/\/www.videogameinsiderjobs.com\/444-2\/";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameWidth = "700";
sWidget.frameHeight = "250";
sWidget.wtpl = "onestep";
sWidget.frameheight = "110";
sWidget.sub = "GAME-ART-DESIGN";
            sWidget.getSearchWidgetFrame();
        </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.videogameinsiderjobs.com/video-game-tester-the-know-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Game Designer Information</title>
		<link>http://www.videogameinsiderjobs.com/video-game-designer-information-2/</link>
		<comments>http://www.videogameinsiderjobs.com/video-game-designer-information-2/#comments</comments>
		<pubDate>Fri, 25 May 2012 17:45:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video Game Designer]]></category>

		<guid isPermaLink="false">http://videogameinsiderjobs.com/?p=23</guid>
		<description><![CDATA[Video Game designers are some of the most sought out disciplines in the industry, but a lot of professions fall under this term. Just to name a few, there are system designers, lead designers, area designers, character designers, background design, etc. but in the broadest terms game [...]]]></description>
				<content:encoded><![CDATA[<p>Video Game designers are some of the most sought out disciplines in the industry, but a lot of professions fall under this term. Just to name a few, there are system designers, lead designers, area designers, character designers, background design, etc. but in the broadest terms game designers breath life into the game, the core idea, they create the fun factor. Every game starts from a big brainstorm session from game designers, after all the brainstorming and details are written down, creating a design document is the next step. Design documents are the soon-to-be games Blue Print, describing every precise detail and facet that will come together to form a whole, the end product.</p>
<p>Video Game designers formulate ideas and are creative decision makers, but like mentioned earlier there are many professions that fall under this term, design tittles are just what they sound like and tend to do exactly what the job entails to. a character designer flesh out what type of main characters, protagonist, villains, and supporting cast will be. Background  and level designers build the terrain, levels, place critters and objects using the editor. Lead Designers or design lead oversees and coordinates the entire design team and works together with the other heads of their departments</p>
<div class="text-align: center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-4315513044467376";
/* Veterinarian Ad Unit 4 */
google_ad_slot = "7026025209";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<h2><strong>What Does a Game Designer Need to Know?</strong></h2>
<p>First thing to know is that Design candidates are first judged on their resume and portfolio (sample work), and personality a strong second. If this is what your aiming for prepare to fight your way into this field, seasoned industry workers like programmers, artist, and QA will try to fight,  kick, and gnaw their way in once a game design job is open and approved.  This leaves inexperienced graduates at a huge disadvantage.  Although some graduates do land a job out of college it&#8217;s still extremely rare, the majority of game designers worked their way through other disciplines.</p>
<p>If one wants to really pursue this lucrative job one should expand their horizons in every possible way, game design requires a multitude of elements from various subjects, any studies or experience will can in handy. Aspiring game designers should immerse themselves in literature, philosophy, history, and art. They draw inspiration from every facet of their lives. To say the least video game designers have the most abstract jobs in the industry.</p>
<p>One of the best qualities a game designer should have are strong communication and organization skills. Good writing skills are fundamental for any successful video game designer. In fact great communication skills whether oral or written are a prerequisite to this industry, even more so for the designers. Conveying Their thoughts on paper effectively is imperative. They need the rest of the team to comprehend and envision what they see in their head.</p>
<h2><strong>Video Game Designer Education</strong></h2>
<p>There are a number of institutions offering video game designer information, classes and philosophy (I will touch on this further later on) but as dynamic and unpredictable this job can be, no school will fully prepare candidates with the core tenets from such a constantly changing environment. Book learning alone will not prepare anyone for this job. To put it bluntly video game design does not require specialized skills like the other departments in this industry (programming and art). Most designers have a few years of college from a variety of classes. Some designers have a four year undergraduate degree.</p>
<p><!-- google_ad_section_end --></p>
<div style="text-align:center">        <script type="text/javascript">
            var sWidget = new widgetConfig;
sWidget.widgetlink = "http:\/\/widget.searchschoolsnetwork.com\/widget.jsp";
sWidget.rsurl = "http:\/\/www.videogameinsiderjobs.com\/444-2\/";
sWidget.wgtcss = "http:\/\/www.videogameinsiderjobs.com\/wp-content\/plugins\/qs-school-plugin\/css\/onfe-step-widget.css";
sWidget.frameWidth = "700";
sWidget.frameHeight = "250";
sWidget.wtpl = "onestep";
sWidget.frameheight = "110";
sWidget.sub = "GAME-ART-DESIGN";
            sWidget.getSearchWidgetFrame();
        </script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.videogameinsiderjobs.com/video-game-designer-information-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.857 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-19 01:06:08 -->
