<?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>gigaBlam</title>
	<atom:link href="http://gigablam.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://gigablam.com</link>
	<description></description>
	<lastBuildDate>Sat, 30 Mar 2013 06:58:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Mechanim</title>
		<link>http://gigablam.com/?p=233</link>
		<comments>http://gigablam.com/?p=233#comments</comments>
		<pubDate>Sat, 30 Mar 2013 06:58:46 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Crow]]></category>
		<category><![CDATA[Game Dev]]></category>
		<category><![CDATA[Unity3d]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=233</guid>
		<description><![CDATA[If you have Unity 4 you can play around with Mechanim, its a pretty cool system. the basic concept is its a Solid State Machine for animations and it also [...]]]></description>
				<content:encoded><![CDATA[<p>If you have Unity 4 you can play around with Mechanim, its a pretty cool system. the basic concept is its a Solid State Machine for animations and it also provides blending, transitions, IK, layering, and body part masking. Cool stuff!</p>
<p>&nbsp;</p>
<p>I did not work much on Crow today but I did at least lay down the framework code for my solid state machine.</p>
<p>&nbsp;</p>
<p>If your are interested in Mechanim you should watch and follow along with <a href="http://video.unity3d.com/video/7362044/unity-40-mecanim-animation-tutorial">this</a> tutorial. Honestly when this came out followed along with the tutorial then, made my own scene with it, then I had to watch bits of the tutorial again because I made the wrong assumptions on some of the material, but turns out that just made me better at working with it.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=233</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>As the crow flies&#8230;</title>
		<link>http://gigablam.com/?p=226</link>
		<comments>http://gigablam.com/?p=226#comments</comments>
		<pubDate>Fri, 29 Mar 2013 07:27:01 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Crow]]></category>
		<category><![CDATA[Game Dev]]></category>
		<category><![CDATA[Unity3d]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=226</guid>
		<description><![CDATA[Hello again! Well I haven&#8217;t posted in awhile and thought if I post about my game development I will post more.  At the Seattle Unity3d User Group, I met a [...]]]></description>
				<content:encoded><![CDATA[<p>Hello again! Well I haven&#8217;t posted in awhile and thought if I post about my game development I will post more.  At the Seattle Unity3d User Group, I met a guy who did a project in which he keep a very detailed blog about his development of an iOS game.  He told me that the blog got some traction but the game ultimately fizzled.  I decided to try this out and be pretty transparent on my thought process and what nought.</p>
<p>Introducing&#8230;.</p>
<p>&nbsp;</p>
<p>Crow!</p>
<p><img class="  alignnone" alt="" src="http://www.birds.cornell.edu/crows/AP%20HART93%2020Mar10%20cutout_kjm5340.png" width="140" height="123" /></p>
<p>Really it is just a working title. How about some more details. It is an adventure game where you play a crow, developed in Unity3d, 3rd person(bird?) controls, little to no combat and other things that i cant think of right now.</p>
<p>Today I edited some of the animations I got from the Crow Flock asset I got on the Asset Store. I have some experience with Unity&#8217;s new Mechanim system, so I rigged up the crow to work with that. As of right now I only have 2 animations Glide and Flap. With the way the Mechanim worked the animation can add movement to the model,which is cool, but you need to animate  with that in mind, the crow I got wasnt.  Which means I need to figure out how fast a crow flies, which means&#8230;.</p>
<p>&nbsp;</p>
<p>MATH!</p>
<p>&nbsp;</p>
<p>&#8230; or google apparently. <a href="http://www.crowbusters.com/facts.htm">One site</a> lists the avg crow speed to be about <strong>30mph</strong> or ~<strong>13m/s</strong> but it had no references, so am I suposed to take this on blind faith?  Hell no! I have a degree in physics I can math this shit out!</p>
<p>Facts people agree on:</p>
<p>Crow{</p>
<p>mass = <strong>.5 kg</strong>  //easy number to work with. Wikipedia: <strong>.316kg</strong> to<strong> .67kg</strong></p>
<p>totalLength = <strong>.5 m</strong>  //also an easy number to work with. Wikipedia <strong>.4</strong> to <strong>.53 meter</strong></p>
<p>tailLength = <strong>.2 m</strong>  //Wikipedia says<strong> 40%</strong> of total length</p>
<p>wingSpan =  <strong>1 m</strong>  //Wikipedia<strong> .85</strong> to <strong>1 meter</strong></p>
<p>}</p>
<p>When we look a Free Body Diagram for bird flight we have Weight, Lift, Drag, and Thrust, very simple.</p>
<p>&nbsp;</p>
<p>Lift is directly proportional to surface area(<strong>S</strong>) of the wing. Lift also takes into consideration airspeed of course this is less simple than a proportionality constant.  The force from the airspeed is prop. to airspeed (<strong>v</strong>) times the air mass and the air mass is equal to airspeed(<strong>v</strong>) times  air density(<strong>d</strong>).  S0 the force is prop. to (<strong>vdv </strong>or <strong>dv^2 </strong>)  this is interesting in that twice the airspeed creates four times the Lift.</p>
<p><strong>L =  (1/2)<strong> • </strong>C • S<strong> • </strong>d<strong> • </strong>v^2 </strong><strong> </strong>(<a href="https://www.grc.nasa.gov/WWW/k-12/WindTunnel/Activities/lift_formula.html">from NASA</a>)</p>
<p>So to keep the bird in the air  we need enough Lift to counter the Weight, therefore</p>
<p><strong>W </strong>= <strong>(1/2)<strong> • </strong>C • S<strong> • </strong>d<strong> • </strong>v^2  </strong></p>
<p><strong>C</strong> in the case has to do with angle of attack and instead of waist more space I&#8217;ll let you know its equal to <strong>.3</strong> (this mostly based on birds average angle of attack for long distance flight).  The air density(<strong>d</strong>) at sea level-ish is about <strong>1.25 kg per cubic meter</strong>. Weight is measured in Newtons which comes out to be  <strong>4.9N</strong>. Lastly we need to figure out how much surface area(<strong>S</strong>) a crow wing has:</p>
<p>First of the the wing span is pretty close but we need to take into account the torso and subtract that from the wing span. Now I am estimating here but from several pictures I am guessing that the torso is about 1/6 the wing span giving the total wing length to about  <strong>0.83333333 m</strong>, now for the length. If the total length is <strong>.5 m</strong> and the tail is <strong>.2 m</strong>, that leaves <strong>.3 m</strong> for head and torso lets  divide that in half leaving <strong>.15 m</strong>, lets go with that.</p>
<p><strong>S = .15 * .83333333 ≈ .125 m^2</strong></p>
<p><strong></strong>Now lets throw it all together and see what we get</p>
<p><strong>4.9 = (1/2) * .3 * .125 * 1.25 * v^2</strong></p>
<p><strong>9.8/.125 = .38 *v^2</strong></p>
<p><strong>206.315 = v^2</strong></p>
<p><strong>√<strong>206.315 = √v^2</strong></strong></p>
<p><strong>14.36 m/s </strong></p>
<p>Well what do you know it turns out to be pretty close to <strong>13 m/s</strong> or<strong> 30 mph</strong>.</p>
<p>Tomorrow I&#8217;ll implement this and figure out the glide velocity.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=226</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WORK!!!</title>
		<link>http://gigablam.com/?p=223</link>
		<comments>http://gigablam.com/?p=223#comments</comments>
		<pubDate>Wed, 03 Oct 2012 22:32:06 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=223</guid>
		<description><![CDATA[So I got a paying gig YEAAH!  I am programming for an indie start up, Nectar Games. I have been working in Unity and we just moved into our office. Not [...]]]></description>
				<content:encoded><![CDATA[<p>So I got a paying gig YEAAH!  I am programming for an indie start up, <a href="http://nectar-games.com">Nectar Games</a>. I have been working in Unity and we just moved into our office. Not much else to talk about, check out my boss&#8217;s <a href="http://thegame-pad.com/">page</a> for more info on what he has worked on.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=223</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IGDA Summit</title>
		<link>http://gigablam.com/?p=194</link>
		<comments>http://gigablam.com/?p=194#comments</comments>
		<pubDate>Sun, 29 Jul 2012 19:51:22 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=194</guid>
		<description><![CDATA[Last Sunday, my friend, Alan presented me with the opportunity to Volunteer at the International Game Developer&#8217;s Association (IGDA) Summit starting the next morning. I spend majority of the first day [...]]]></description>
				<content:encoded><![CDATA[<p>Last Sunday, my friend, <a href="https://twitter.com/Alan_Au">Alan</a> presented me with the opportunity to Volunteer at the International Game Developer&#8217;s Association (IGDA) Summit starting the next morning.</p>
<p><a href="http://gigablam.com/wp-content/uploads/2012/07/IMG_20120729_130407.jpg"><img class="aligncenter size-medium wp-image-210" title="IMG_20120729_130407" src="http://gigablam.com/wp-content/uploads/2012/07/IMG_20120729_130407-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>I spend majority of the first day running panel sessions, including the keynote from <a href="https://twitter.com/k2theswift">Kim Swift</a>.</p>
<p>Prior to the keynote I met Kim, <a href="http://en.wikipedia.org/wiki/Ed_Fries">Ed Fries</a>, and <a href="https://twitter.com/dclingman">Dustin Clingman</a> and spoke briefly to them before Kim took the stage.  Kim&#8217;s talk, titled &#8220;A Love Letter to Games&#8221;, covered how she got into game development, how the Super Nintnedo (SNES) shaped her relationship with the industry, and her counter to the Joe McNeilly article on GamesRader, &#8220;<a href="http://www.gamesradar.com/portal-is-the-most-subversive-game-ever/">Portal is the most subversive game ever</a>&#8220;.</p>
<p>Next up I ran the panels listed under a track called &#8220;Advocacy&#8221;.  These panels covered topics including game industry law, marketing within the industry, and the role of venture capitalism in game development.  I found <a href="https://twitter.com/Peeardee">Kristen Lindsay</a>&#8216;s panel on the positive impacts of video games and the industry with helping sick youth, through the charity <a href="http://www.childsplaycharity.org/">Child&#8217;s Play</a>, particularly interesting.</p>
<p>After the conclusion of the &#8220;Advocacy&#8221; panels, I spent the next few hours running the panels in the &#8220;Intro&#8221; track.  Within that track my favorite speaker was <a href="https://twitter.com/luked">Luke Dicken</a>, who discussed the basics of Artificial Intelligence (AI) in games. Luke mentioned that the goal of AI is to function like a &#8220;good dad&#8221;.  When a parent plays a game like checkers with their child, they naturally from years of experience and intellectual development have an advantage and could easily win every time.  However, a good parent sees the value in the exercise for their child and will let the child win.  Under the &#8220;good dad&#8221; principle AI seeks to let the player feel like the interaction was a challenge even though the AI will inevitably loose.</p>
<p>In finished the day up as runner and then attended the pre-Casual Connect networking party where I ran into some friends who work at PopCap.  Additionally, I had a short conversation with <a href="https://twitter.com/djedery/">David Edery</a> of SpryFox on game development. I also ran into <a href="https://twitter.com/robocognito">Sean</a> who keyed me in to the Seattle Indie Expo event happening in Redmond (which I will heading too as soon as I finish this post).</p>
<p>Most of my volunteering the next day was spent assisting the registration desk, however I did get a chance to check out some of the panels on the &#8220;Writing&#8221; track.  During the break between some of the writing sessions I had a chance to speak with <a href="https://twitter.com/JamesPortnow">James Portnow</a> regarding his suggestions for increasing my industry exposure.  Justin suggested that I may want to write an article on my history as a design and code Wizard for an old Multi User Dungeon (MUD) in the 1990s.  I am currently drafting that article and hope to share it with you soon.</p>
<p>The convention ended with some time spent networking at Casual Connect and the GREE party at The Garage.</p>
<p>Overall this past week was a great example an opportunity appearing when least expected.  I look forward to the Summit next year.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=194</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Design now with SCIENCE</title>
		<link>http://gigablam.com/?p=183</link>
		<comments>http://gigablam.com/?p=183#comments</comments>
		<pubDate>Tue, 24 Jul 2012 06:27:51 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=183</guid>
		<description><![CDATA[Recently I found this great post on how to use the scientific method when doing game design. Think more like a scientist This is a good article but if you [...]]]></description>
				<content:encoded><![CDATA[<p>Recently I found this great post on how to use the scientific method when doing game design.</p>
<p><a href="http://mikedarga.blogspot.com/2008/12/think-more-like-scientist.html">Think more like a scientist</a></p>
<p>This is a good article but if you dont have the time remember these steps:</p>
<ol>
<li>Gather data</li>
<li>Hypothesize</li>
<li>Experiment</li>
<li>Analyze Results</li>
</ol>
<p>This is a condensed form of the <a href="http://www.sciencebuddies.org/science-fair-projects/project_scientific_method.shtml">scientific method</a>  but still useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Death Takes a Holiday! HTML5</title>
		<link>http://gigablam.com/?p=180</link>
		<comments>http://gigablam.com/?p=180#comments</comments>
		<pubDate>Mon, 23 Jul 2012 14:01:12 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=180</guid>
		<description><![CDATA[I converted Death Takes a Holiday to HTML5 using Construct 2 you can play it here. &#160; Things to note: not optimized buggy only the one stage The story behind [...]]]></description>
				<content:encoded><![CDATA[<p>I converted Death Takes a Holiday to HTML5 using Construct 2 you can play it <a href="http://gigablam.com/DTaH/">here</a>.</p>
<p>&nbsp;</p>
<p>Things to note:</p>
<ul>
<li>not optimized</li>
<li>buggy</li>
<li>only the one stage</li>
</ul>
<p>The story behind this game is this.</p>
<p>You are DEATH&#8230;..  (not really)</p>
<p>You are a subcontractor for Happy Time Corp.</p>
<p>Its your day off.</p>
<p>Try not to kill anybody.</p>
<p><strong>Edit</strong>:</p>
<p>So the idea popped into my head today to make a slightly different version of Death Takes a Holiday.</p>
<ul>
<li>this one is score based</li>
<li>penalty for each death</li>
<li>added score screen after end of the level</li>
</ul>
<p>you can try it out <a href="http://gigablam.com/DTaHv2/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Engineering Animals</title>
		<link>http://gigablam.com/?p=171</link>
		<comments>http://gigablam.com/?p=171#comments</comments>
		<pubDate>Mon, 16 Jul 2012 18:44:40 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Game Dev]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=171</guid>
		<description><![CDATA[I read recently a book titled Engineering Animals that I picked up from the library after searching for book on emergent behavior. Within the text the authors shed light on [...]]]></description>
				<content:encoded><![CDATA[<p>I read recently a book titled <a href="http://www.amazon.com/Engineering-Animals-How-Life-Works/dp/0674048547"><em>Engineering Animals</em></a> that I picked up from the library after searching for book on emergent behavior. Within the text the authors shed light on several perspectives and applications within fields ranging from biology to engineering.</p>
<p><a href="http://gigablam.com/wp-content/uploads/2012/07/engineeringanimals1.jpeg"><img class="aligncenter size-medium wp-image-177" title="engineeringanimals" src="http://gigablam.com/wp-content/uploads/2012/07/engineeringanimals1-195x300.jpeg" alt="" width="195" height="300" /></a></p>
<p>Among the topics covered were:</p>
<p><span style="text-decoration: underline;"><br />
Structure and Movement:</span><br />
Endo and exo skeletons, habitat building, movement through a medium (e.g. &#8211; land, sea, and air), and electrochemical (e.g. &#8211; how neurons work)</p>
<p><span style="text-decoration: underline;"><br />
Sensors:</span><br />
Chemical (e.g &#8211; smell or taste), mechanical (e.g. &#8211; hearing) and electromagnetic (e.g. &#8211; sight)</p>
<p><span style="text-decoration: underline;"><br />
Combining the previous topics for more complex results:</span><br />
Including Intelligence, emergent behavior, navigation, and communication</p>
<p>The chapters on the aforementioned subjects were the most salient to game design, particularly those on emergent behavior and navigation.</p>
<p>Please note, I am not going to summarize the entire chapter but am instead selecting the points that the exposed that which I found most intriguing to my study of Artificial Intelligence (AI).</p>
<p><strong>Emergent Behavior</strong></p>
<p>Most animals have three goals in mind; sustenance, security, and sexual drive, and it turns out the cockroach is no exception. Recently cockroaches have been studied as an analog for autonomous robots. Yet when scientists tried to model the cockroach they had difficulties in making the models match the manner in which the creatures behave in the real world.</p>
<p>Why? Scientists were using the wrong approach, originally working from a top-down model, they were asking themselves complex questions about the creatures goals, “What do cockroaches achieve?”. After numerous failed attempts to using this complex study to generate a realistic replica, the scientists changed their approach to the problem, by instead using bottom-up approach asking; “What do cockroaches do?”. The truth is not much, as cockroach behavior can be broken down into these simple rules:</p>
<ol>
<li>If they are awake and next to a wall, they follow it</li>
<li>If they sense food, they head towards it and eat until full</li>
<li>If they are ready to mate and the sense a potential mate, they head towards it</li>
<li>If they are threatened, they run away</li>
<li>They avoid bright lights</li>
<li>If none of the previous cases occur then they wander aimlessly until something happens</li>
</ol>
<p>What I find really interesting is that by linking all these simple rules together a remarkably accurate model of a cockroach was simulated. And it turns out that the same bottom-up approach can be applied to most types of eusocial insects (with few exceptions). The authors discuss termites, ants, bees, and wasps as well the original cockroach model.</p>
<p>I was particularly intrigued by a complex study on Ant bridges.</p>
<p>Here is the Ant Bridge Algorithm:</p>
<ol>
<li>Avoid obstacles</li>
<li>Wander randomly but show preference to pheromone trails</li>
<li>If you encounter an edge, stop with half your body over the edge. Wait for some time. If nothing happens go back to wandering</li>
<li>If you find a stationary ant, climb on top of it and keep moving forward</li>
<li>If there is another ant hanging off of you don&#8217;t move, and emit a pheromone to call for help</li>
</ol>
<p>Turns out that this simple algorithm is all that is needed to get ants to build bridges across gaps or streams. Talk about a cool upgrade to Sim Ant!</p>
<p><strong>Birds of a Feather Flock Together</strong></p>
<p>Flocking behavior is also surprisingly simple as can be seen with European Starlings flocks (which are often seen in North America and Europe). As an observer the patterns of the these birds appear to be very intelligent; the birds instantly change shape and direction.</p>
<p>But how do they do it?</p>
<p>The answer is another very simple series of rules that each bird follows:</p>
<ol>
<li>Avoid obstacles (e.g. &#8211; trees, light poles, etc.)</li>
<li>Separation: avoid crowding neighbors by maintaining a minimum separation from each other</li>
<li>Alignment: steer toward the average heading of neighbors</li>
<li>Cohesion: steer toward the average position of neighbors</li>
</ol>
<p>These limited rules at first appear to be almost too simple, yet as the book points out nature often chooses simplicity over complexity.</p>
<p>The rest of this chapter was on wolf pack tactics, which I didn’t find very compelling as wolves only have about a 30% success rate. The authors very briefly mentioned the subject of Cape Hunting Dogs, which have upwards of a 90% success rate. However, the listed information on the tactics of these hunting dogs is scarce on the web, so I have emailed around to see if I can get more information.</p>
<p>After reading it all, this book is a pretty good study for anyone interested in engineering, biology or game design. Particularly, those attempting to better understand the qualities that create the unique behavior of animals.</p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=171</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Physicist Seeks Video Game Job in Seattle</title>
		<link>http://gigablam.com/?p=164</link>
		<comments>http://gigablam.com/?p=164#comments</comments>
		<pubDate>Tue, 19 Jun 2012 22:05:36 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=164</guid>
		<description><![CDATA[I have graduated and now will begin the hunt for employment within the gaming industry. Here is a picture of me, now a degree holding Physicist: And then 10 minutes [...]]]></description>
				<content:encoded><![CDATA[<p>I have graduated and now will begin the hunt for employment within the gaming industry.</p>
<p>Here is a picture of me, now a degree holding Physicist:</p>
<div id="attachment_165" class="wp-caption aligncenter" style="width: 310px"><a href="http://gigablam.com/wp-content/uploads/2012/06/IMG_3040.jpg"><img class="size-medium wp-image-165" title="IMG_3040" src="http://gigablam.com/wp-content/uploads/2012/06/IMG_3040-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Graduating from the University of Washington.</p></div>
<p>And then 10 minutes later at Pink Gorilla:</p>
<div id="attachment_166" class="wp-caption aligncenter" style="width: 310px"><a href="http://gigablam.com/wp-content/uploads/2012/06/IMG_3069.jpg"><img class="size-medium wp-image-166" title="IMG_3069" src="http://gigablam.com/wp-content/uploads/2012/06/IMG_3069-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">Looking for hidden gem Famicom Games.</p></div>
<p>Networking opportunities, suggestions, contacts, creative ideas, tips, stories of how you got started, and of course job opportunities are welcome.</p>
<p>So as Mario often says, “Here We Go”&#8230;</p>
<p>Back to Dev,</p>
<p>- Justin</p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Happened?!? Somebody Set Up Me The Bomb!</title>
		<link>http://gigablam.com/?p=156</link>
		<comments>http://gigablam.com/?p=156#comments</comments>
		<pubDate>Mon, 26 Mar 2012 01:33:48 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Game Dev]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[Unity3d]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=156</guid>
		<description><![CDATA[So that was a pretty long posting drought! I had a lot of college projects that had been taking up most of my time. But I am back because I [...]]]></description>
				<content:encoded><![CDATA[<p>So that was a pretty long posting drought! I had a lot of college projects that had been taking up most of my time. But I am back because I have only have one quarter left until I graduate and it is time to kick into high gear.</p>
<p>What I am working on now:</p>
<p>Unnamed RPG</p>
<p>Why: To highlight my 3D modeling talents.</p>
<p>Tech: I am using a Unity engine and 3D Studio Max for my modeling.</p>
<p>My Inspiration:</p>
<ul>
<li> The game <em>Wizardy</em> (one of the first successful role-playing games coded for the Apple 2 (but was later ported to all kinds of machines)</li>
<li> A MUD I have coded on for about five years called Leviathan.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=156</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Death Take a Holiday v.1</title>
		<link>http://gigablam.com/?p=147</link>
		<comments>http://gigablam.com/?p=147#comments</comments>
		<pubDate>Thu, 01 Sep 2011 07:16:50 +0000</pubDate>
		<dc:creator>lordkuragari</dc:creator>
				<category><![CDATA[Death]]></category>
		<category><![CDATA[flixel]]></category>
		<category><![CDATA[Game Dev]]></category>

		<guid isPermaLink="false">http://gigablam.com/?p=147</guid>
		<description><![CDATA[This is going to be a short post (as I am in the zone). I did some work on Death Takes a Holiday today: - Rewrote the enemy code - [...]]]></description>
				<content:encoded><![CDATA[<p>This is going to be a short post (as I am in the zone).</p>
<p> I did some work on <em>Death Takes a Holiday</em> today:</p>
<ul>
- Rewrote the enemy code<br />
- Fixed the emitters<br />
- Added more emitters<br />
- Changed the test level<br />
- Figured out the basics on how Monster Debugger works<br />
- Working demo
</ul>
<p>&#8220;Bam said the lady&#8221; and <a href="http://gigablam.com/lilDeath.swf" title="demo">here</a> is my working demo.</p>
<p>Back to the Dev,</p>
<p>-Justin</p>
]]></content:encoded>
			<wfw:commentRss>http://gigablam.com/?feed=rss2&#038;p=147</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
