<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: LD here I come (For the first time)</title>
	<atom:link href="http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Sat, 25 May 2013 13:21:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Zelen3d</title>
		<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/comment-page-1/#comment-57043</link>
		<dc:creator>Zelen3d</dc:creator>
		<pubDate>Tue, 07 Aug 2012 01:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=149344#comment-57043</guid>
		<description><![CDATA[you knew x86 assembly by 12 years age!!!! Omg how is that possible?]]></description>
		<content:encoded><![CDATA[<p>you knew x86 assembly by 12 years age!!!! Omg how is that possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamezogamer101</title>
		<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/comment-page-1/#comment-57020</link>
		<dc:creator>jamezogamer101</dc:creator>
		<pubDate>Mon, 06 Aug 2012 20:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=149344#comment-57020</guid>
		<description><![CDATA[Thanks, I&#039;ll start looking up tutorials right now!]]></description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll start looking up tutorials right now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobbobowitz</title>
		<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/comment-page-1/#comment-57017</link>
		<dc:creator>bobbobowitz</dc:creator>
		<pubDate>Mon, 06 Aug 2012 20:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=149344#comment-57017</guid>
		<description><![CDATA[Me too! 12 years old for my first LD.]]></description>
		<content:encoded><![CDATA[<p>Me too! 12 years old for my first LD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goodlookinguy</title>
		<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/comment-page-1/#comment-56928</link>
		<dc:creator>Goodlookinguy</dc:creator>
		<pubDate>Sun, 05 Aug 2012 23:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=149344#comment-56928</guid>
		<description><![CDATA[It depends on what career you&#039;re aiming for.

- If you&#039;re programming video games, you could probably stay in high-level languages (everything that isn&#039;t assembly) until you&#039;re old and be fine because electronics just keep getting stronger and stronger. Lua is becoming increasingly popular for game scripting, so you might end up having to learn that as well.

- If you&#039;re going into website stuff, you have to learn (X)HTML, CSS, JS (+jQuery), XML, php and/or ASP (and JSP too, I guess), possibly Python, PERL, and Ruby as well. It&#039;s not as bad as it looks. I learned (X)HTML by the time I was 10. By the time I was 14 I knew CSS, JS, XML, php, and Python.

- If you head into regular application development, like any program that isn&#039;t a game, you will need C# and Java. They seem to be the most popular for that among companies, especially Java. Although, I see it losing some popularity to C#.

- If you go into microcontroller, PLCs, and various other related things, C and whatever assembly language the device uses would help you more. I learned C, C++, and x86 assembly by the time I was 12. These languages are mostly time consuming to learn if you don&#039;t have an understanding of underlying electronics. I only recently learned PLC assembly, although it&#039;s all pretty much the same in the end.

Now, if you plan to do everything under the sun, which is how I am right now, learn as much as possible as young as possible, don&#039;t wait. Right now is the best time to learn. I started a game making, website back-end designing, regular application, company when I was 19-years-old. I&#039;m turning 21 in a month and I&#039;m doing pretty well. There&#039;s nothing wrong with having options to fall back on.]]></description>
		<content:encoded><![CDATA[<p>It depends on what career you&#8217;re aiming for.</p>
<p>- If you&#8217;re programming video games, you could probably stay in high-level languages (everything that isn&#8217;t assembly) until you&#8217;re old and be fine because electronics just keep getting stronger and stronger. Lua is becoming increasingly popular for game scripting, so you might end up having to learn that as well.</p>
<p>- If you&#8217;re going into website stuff, you have to learn (X)HTML, CSS, JS (+jQuery), XML, php and/or ASP (and JSP too, I guess), possibly Python, PERL, and Ruby as well. It&#8217;s not as bad as it looks. I learned (X)HTML by the time I was 10. By the time I was 14 I knew CSS, JS, XML, php, and Python.</p>
<p>- If you head into regular application development, like any program that isn&#8217;t a game, you will need C# and Java. They seem to be the most popular for that among companies, especially Java. Although, I see it losing some popularity to C#.</p>
<p>- If you go into microcontroller, PLCs, and various other related things, C and whatever assembly language the device uses would help you more. I learned C, C++, and x86 assembly by the time I was 12. These languages are mostly time consuming to learn if you don&#8217;t have an understanding of underlying electronics. I only recently learned PLC assembly, although it&#8217;s all pretty much the same in the end.</p>
<p>Now, if you plan to do everything under the sun, which is how I am right now, learn as much as possible as young as possible, don&#8217;t wait. Right now is the best time to learn. I started a game making, website back-end designing, regular application, company when I was 19-years-old. I&#8217;m turning 21 in a month and I&#8217;m doing pretty well. There&#8217;s nothing wrong with having options to fall back on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamezogamer101</title>
		<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/comment-page-1/#comment-56924</link>
		<dc:creator>jamezogamer101</dc:creator>
		<pubDate>Sun, 05 Aug 2012 20:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=149344#comment-56924</guid>
		<description><![CDATA[I didn&#039;t know that c# was able to run on those platforms(since it uses the .NET framework and stuff) but I&#039;ve kinda already learnt C++, it&#039;s just making a game in 48hrs that seems hard. I plan on learning a range of programing languages to help me get started(Hopefully) in a career after school. Any tips? Thx]]></description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know that c# was able to run on those platforms(since it uses the .NET framework and stuff) but I&#8217;ve kinda already learnt C++, it&#8217;s just making a game in 48hrs that seems hard. I plan on learning a range of programing languages to help me get started(Hopefully) in a career after school. Any tips? Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Folis</title>
		<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/comment-page-1/#comment-56900</link>
		<dc:creator>Folis</dc:creator>
		<pubDate>Sun, 05 Aug 2012 15:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=149344#comment-56900</guid>
		<description><![CDATA[Haha. When I first participated I was 12, and even with more and more young guys, I still have to see somebody who can beat that :)

@The new guy: Welcome, young&#039;un! Nice to meet ya! :D]]></description>
		<content:encoded><![CDATA[<p>Haha. When I first participated I was 12, and even with more and more young guys, I still have to see somebody who can beat that <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@The new guy: Welcome, young&#8217;un! Nice to meet ya! <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry McLaughlin</title>
		<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/comment-page-1/#comment-56895</link>
		<dc:creator>Henry McLaughlin</dc:creator>
		<pubDate>Sun, 05 Aug 2012 15:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=149344#comment-56895</guid>
		<description><![CDATA[Wow, more and more kids entering. :)

Yeah, no age limit here. You&#039;re not even the youngest person who&#039;s entered. :P

And Game Maker is fine, lots of people use it.]]></description>
		<content:encoded><![CDATA[<p>Wow, more and more kids entering. <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yeah, no age limit here. You&#8217;re not even the youngest person who&#8217;s entered. <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>And Game Maker is fine, lots of people use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goodlookinguy</title>
		<link>http://www.ludumdare.com/compo/2012/08/05/ld-here-i-come-for-the-first-time/comment-page-1/#comment-56877</link>
		<dc:creator>Goodlookinguy</dc:creator>
		<pubDate>Sun, 05 Aug 2012 10:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=149344#comment-56877</guid>
		<description><![CDATA[There&#039;s no age limit or imposed limitations to game engine usage (I think). As long as you release the source code or whatever game maker uses, you&#039;ll be fine. Unless you&#039;re doing the jam, in which case you only have to release the game.

Also, on the C++ statement, I don&#039;t recommend C++ as your first major programming language nowadays. It&#039;s outdated and you&#039;d probably be better off learning C# or Java first. Those languages both follow good programming practices (most of the time) and will help in learning to develop manageable code. On top of that, with C# you can write games for Windows, Linux (w/ Mono), Xbox360, and PlayStation Vita (w/ PSM); and with Java you can write code to pretty much everything that has an implementation of it, including tons of mobile devices running Android.

Good luck on your first Ludum Dare and make sure to get sleep. I learned the hard way the first time I did the Ludum Dare. Sleep deprivation inevitably leads to one or more bad things near the end of the competition.]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s no age limit or imposed limitations to game engine usage (I think). As long as you release the source code or whatever game maker uses, you&#8217;ll be fine. Unless you&#8217;re doing the jam, in which case you only have to release the game.</p>
<p>Also, on the C++ statement, I don&#8217;t recommend C++ as your first major programming language nowadays. It&#8217;s outdated and you&#8217;d probably be better off learning C# or Java first. Those languages both follow good programming practices (most of the time) and will help in learning to develop manageable code. On top of that, with C# you can write games for Windows, Linux (w/ Mono), Xbox360, and PlayStation Vita (w/ PSM); and with Java you can write code to pretty much everything that has an implementation of it, including tons of mobile devices running Android.</p>
<p>Good luck on your first Ludum Dare and make sure to get sleep. I learned the hard way the first time I did the Ludum Dare. Sleep deprivation inevitably leads to one or more bad things near the end of the competition.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
