<?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>Ludum Dare &#187; box2d</title>
	<atom:link href="http://www.ludumdare.com/compo/tag/box2d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ludumdare.com/compo</link>
	<description>A tri-annual 48 hour solo game development competition.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:14:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Game engine is working&#8230;</title>
		<link>http://www.ludumdare.com/compo/2011/08/19/game-engine-is-working/</link>
		<comments>http://www.ludumdare.com/compo/2011/08/19/game-engine-is-working/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 06:33:15 +0000</pubDate>
		<dc:creator>Breakdance McFunkypants</dc:creator>
				<category><![CDATA[LD #21]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[box2d]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[PhoneGap]]></category>
		<category><![CDATA[progress]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=63345</guid>
		<description><![CDATA[It took me an hour and a half to come up with anything to fit the theme of  &#8221;ESCAPE&#8221; but once I forced myself to sit down with a marker and a piece of paper, I soon had a simple little thumbnail sketch of what I wanted to make.  I&#8217;m using an ultra-simplistic concept that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ludumdare.com/compo/2011/08/19/game-engine-is-working/ld21_screenshot_01/" rel="attachment wp-att-63385"><img class="alignleft size-medium wp-image-63385" title="ld21_screenshot_01" src="http://www.ludumdare.com/compo/wp-content/uploads/2011/08/ld21_screenshot_01-180x300.gif" alt="" width="180" height="300" /></a>It took me an hour and a half to come up with anything to fit the theme of  &#8221;ESCAPE&#8221; but once I forced myself to sit down with a marker and a piece of paper, I soon had a simple little thumbnail sketch of what I wanted to make.  I&#8217;m using an ultra-simplistic concept that fits the theme and I&#8217;m quite happy with it. As my first progress report, I&#8217;m happy to say that I&#8217;ve finished implementing the basic gameplay mechanic. I&#8217;m using HTML5 and box2dweb and am creating a physics puzzler for web, windows exe and android (compiled to .apk using PhoneGap). It took me about two hours to code the entire thing from scratch.  I&#8217;d never tried any work with box2d before, and I stumbled with bodies and fixtures and sensors but I&#8217;m really happy to say that my basic gameplay testbed and proof-of-concept is complete: we have a &#8220;main character&#8221; that can bounce around and the engine detects when you touch a &#8220;key&#8221; which unlocks a &#8220;door&#8221;.</p>
<p><strong>This means that I am &#8220;done&#8221; the low level engine and have the rest of the weekend to make it look pretty!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2011/08/19/game-engine-is-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning experience</title>
		<link>http://www.ludumdare.com/compo/2010/12/19/learning-experience/</link>
		<comments>http://www.ludumdare.com/compo/2010/12/19/learning-experience/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 16:26:58 +0000</pubDate>
		<dc:creator>pekuja</dc:creator>
				<category><![CDATA[LD #19 - Discovery - 2010]]></category>
		<category><![CDATA[box2d]]></category>
		<category><![CDATA[pushbutton]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=35746</guid>
		<description><![CDATA[So, Ludum Dare 19 is ending in less than ten hours. My game isn&#8217;t even close to being finished. I attempted to use this LD as a way to learn PushButton Engine. I feel like what I&#8217;ve learned is that PBE is documented poorly and is hard to learn. The current version has no tilemap [...]]]></description>
			<content:encoded><![CDATA[<p>So, Ludum Dare 19 is ending in less than ten hours. My game isn&#8217;t even close to being finished. I attempted to use this LD as a way to learn PushButton Engine. I feel like what I&#8217;ve learned is that PBE is documented poorly and is hard to learn. The current version has no tilemap support, which is quite disappointing as I was trying to make a platformer. I was able to grab code from a development version of PBE though for displaying tilemaps though, but I had a lot of trouble trying to make the tilemap work with the collision detection. The way I was able to make it work was to generate Box2D collision polygons for each tile, but using Box2D physics for a platformer like mine proved to be awkward as my character would get stuck on tile corners and bump off walls, which made wall jumping difficult. PBE does also have its own collision system that does not use Box2D, but I was not able to figure out how to make it work with the tilemap due to lack of documentation.</p>
<p>The one final approach for physics and collision detection I&#8217;m yet to try is to ditch Box2D physics, but just utilize its collision detection system, and write my own physics. It&#8217;s the final glimmer of hope for PBE, but it&#8217;s an uphill battle at this point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2010/12/19/learning-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LD18, I am in</title>
		<link>http://www.ludumdare.com/compo/2010/08/16/ld18-i-am-in/</link>
		<comments>http://www.ludumdare.com/compo/2010/08/16/ld18-i-am-in/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 22:50:38 +0000</pubDate>
		<dc:creator>wonderwhy-er</dc:creator>
				<category><![CDATA[LD  #18 - Enemies as Weapons - 2010]]></category>
		<category><![CDATA[box2d]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flash Punk]]></category>
		<category><![CDATA[Flixel]]></category>
		<category><![CDATA[unity]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=21836</guid>
		<description><![CDATA[August LD is LD I never miss. Was waiting for it since beginning of summer This year I managed to take a 2 week vacation around it meaning today is first day of it. Starcraft2 kind of eat big chunk of it though I participated in 6 LDs so far producing something playable only 2 [...]]]></description>
			<content:encoded><![CDATA[<p>August LD is LD I never miss. Was waiting for it since beginning of summer <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This year I managed to take a 2 week vacation around it meaning today is first day of it. Starcraft2 kind of eat big chunk of it though <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I participated in 6 LDs so far producing something playable only 2 times. Have bad habit of trying something technically complex and new for me which ends up eating too much of my time&#8230; Kind of doubt that this time will be different but hope it will <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Tools? That depends on the theme and my idea for it. Probably Flash for assets and interface, Flash develop for coding + my own code  snippets but majority being coded a new considering my programming knowledge/style. There is chance that I will decide to use some engine/library depending on the idea. They include Box2d/Flixel/Flash Punk. But I kind of doubt that as I do not have good enough knowledge of them to feel comfortable with them. Same goes for Unity 3D, started checking it out few weeks ago but since then interest faded a bit + did not had much time for it. Still chances are pretty slim as I find 3D games to be a hard thing to fill with content in short amount of time.</p>
<p>Checked today an Alchemy port of Box2D from <a href="http://www.sideroller.com/wck/">here</a>, from looks of it it seems easy and fun thing, a WYSIWYG physics tuning that allows seamless Flash animation and Box2D physics combination. But only from the looks of it. Still things to learn and code to write for each separate case of such Flash/Box2D binding.</p>
<p>P.S I sure hope <a href="http://www.google.com/search?q=Swords+or+Swordfights" target="_blank">Swords or Swordfights</a> wins <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2010/08/16/ld18-i-am-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crystal Towers Beta -Final-</title>
		<link>http://www.ludumdare.com/compo/2008/08/10/crystal-towers-beta-final/</link>
		<comments>http://www.ludumdare.com/compo/2008/08/10/crystal-towers-beta-final/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 23:12:11 +0000</pubDate>
		<dc:creator>wonderwhy-er</dc:creator>
				<category><![CDATA[LD #12 - The Tower - 2008]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[box2d]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[final]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[physics]]></category>
		<category><![CDATA[tetris]]></category>

		<guid isPermaLink="false">http://www.ludumdare.com/compo/?p=3273</guid>
		<description><![CDATA[Ok here is my final entry. It is far from being polished but I am up for 17 hours 12 of which were programming… My brains are messy now So no sounds, no bunch of planed effects and sleek interface… And output codes may not be forum friendly… Not time to test and debug but [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span>Ok here is my final entry. It is far from being polished but I am up for 17 hours 12 of which were programming… My brains are messy now <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </span></p>
<p class="MsoNormal"><span>So no sounds, no bunch of planed effects and sleek interface… And output codes may not be forum friendly… Not time to test and debug but mostly game works.</span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>Also sorry for English don’t have willpower to go and check if I did some mistakes and ofcourse there are bugs and glitches <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>But at least I did everything I wanted from mechanics point of view. Enjoy this game and share bugs and replays here plz.</span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>Image</span></p>
<p class="MsoNormal"><a href="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/crystal_towers_beta_by_wonderwhy_er.jpg"><img class="alignnone size-medium wp-image-3398" title="crystal_towers_beta_by_wonderwhy_er" src="http://www.ludumdare.com/compo/wp-content/uploads/2008/08/crystal_towers_beta_by_wonderwhy_er.jpg" alt="" width="150" height="150" /></a></p>
<p class="MsoNormal"><span>Links:</span></p>
<p class="MsoNormal"><span><a href="http://www.deviantart.com/download/94447329/Crystal_Towers_EXE_by_wonderwhy_ER.zip">EXE file</a></span></p>
<p class="MsoNormal"><span><a href="http://wonderwhy-er.deviantart.com/art/Crystal-Towers-Beta-94446779">Browser version</a></span></p>
<p class="MsoNormal"><a href="http://www.deviantart.com/download/94447557/Crystal_Towers_Source_by_wonderwhy_ER.zip"><span>Source</span><span> </span><span>FLA</span></a><span><a href="http://www.deviantart.com/download/94447557/Crystal_Towers_Source_by_wonderwhy_ER.zip"> and AS files</a></span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>Well <span> </span>source codes. Half of the time I was waging war with interface which resulted in really messy structure and some bad dependencies. Also I go tired of commenting so I am not shore if it will be of any use to anyone <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>Used <a href="http://box2dflash.sourceforge.net/">Box2DFlashAS3_2.0.1</a> and some my utilities of my own <img src='http://www.ludumdare.com/compo/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ludumdare.com/compo/2008/08/10/crystal-towers-beta-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

