<?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>The Lone Stranger Network &#187; basecode</title>
	<atom:link href="http://blog.lonestranger.net/tag/basecode/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lonestranger.net</link>
	<description>things that are only connected in my brain</description>
	<lastBuildDate>Sun, 18 Apr 2010 04:45:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LD48 #16 Will Include a Lone Stranger</title>
		<link>http://blog.lonestranger.net/2009/12/04/ld48-16-will-include-a-lone-stranger/</link>
		<comments>http://blog.lonestranger.net/2009/12/04/ld48-16-will-include-a-lone-stranger/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 00:00:05 +0000</pubDate>
		<dc:creator>LoneStranger</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[basecode]]></category>
		<category><![CDATA[ld48_16]]></category>
		<category><![CDATA[ludum dare]]></category>

		<guid isPermaLink="false">http://blog.lonestranger.net/?p=158</guid>
		<description><![CDATA[Like a broken record, my Java basecode for the Ludum Dare 48 Hour Game Programming Competition #16 is largely the same as the past two three four five competitions. I haven&#8217;t made any changes to it since the last compo, despite saying that I wanted to. Recently I have been dabbling with C++ again, though [...]]]></description>
			<content:encoded><![CDATA[<p>Like a broken record, my Java basecode for the Ludum Dare 48 Hour Game Programming Competition #16 is largely the same as the past <span style="text-decoration: line-through;">two</span> <span style="text-decoration: line-through;">three</span> <span style="text-decoration: line-through;">four</span> five competitions. I haven&#8217;t made any changes to it since the last compo, despite saying that I wanted to. Recently I have been dabbling with C++ again, though I don&#8217;t feel that I&#8217;d manage very well using it in a compo at this time.</p>
<p><a title="Basecode" href="http://www.lonestranger.net/ld48/LD48_15_LoneStranger_Basecode.rar" target="_blank">Download it here.</a></p>
<p>Goals are pretty much repeating what I said last time:</p>
<ul>
<li>
<div style="text-align: left;">Keep the same art style as last time.  I sketched things out on paper and scanned them in so I could colorize.  Keeping with bold colors and gradients is probably what I&#8217;ll do.</div>
</li>
<li>
<div style="text-align: left;">KISS &#8211; Keep It Simple, Stupid!  Making something too complex is just a recipe for a headache at 1pm on Sunday afternoon.</div>
</li>
<li>
<div style="text-align: left;">Make useful additions to the basecode that can be used in later competitions.  The screenshot stuff is an example of something I did previously that helps out a lot.</div>
</li>
<li>
<div style="text-align: left;">Finish most of the work by Saturday night so I can spend Sunday polishing.</div>
</li>
<li>Don&#8217;t run into dumb problems that eat up eight hours.</li>
</ul>
<p>Tools in use:</p>
<ul>
<li><a href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jre-6u16-oth-JPR@CDS-CDS_Developer" target="_blank">Java 6 SDK</a> (though last time I included a version for JDK 5)</li>
<li><a href="http://www.eclipse.org/" target="_blank">Eclipse IDE</a></li>
<li>Photoshop, maybe some Illustrator</li>
<li>DrPetter&#8217;s <a href="http://www.ludumdare.com/compo/2007/12/13/sfxr-sound-effects-for-all/" target="_blank">sfxr</a> for sound effects</li>
<li>Audition, if I can get it to play well with my sound card</li>
<li>HP OfficeJet 6450 All-In-One for scanning doodles</li>
<li>No Fear Energy Drink Sugar Free (Hopefully Boris Said and Carter Racing will run some Sprint Cup this year)</li>
<li>Everlasting Gobstoppers</li>
<li>mIRC for chattery</li>
<li>Killer Game Programming in Java and the base code I mentioned above.</li>
</ul>
<p>Can&#8217;t wait to see what the theme is.  Hope it&#8217;s a fun one!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lonestranger.net/2009/12/04/ld48-16-will-include-a-lone-stranger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LD48_13 basecode &amp; goals</title>
		<link>http://blog.lonestranger.net/2008/12/05/ld48_13-basecode-goals/</link>
		<comments>http://blog.lonestranger.net/2008/12/05/ld48_13-basecode-goals/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 23:16:24 +0000</pubDate>
		<dc:creator>LoneStranger</dc:creator>
				<category><![CDATA[dev]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[basecode]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[ld48_13]]></category>
		<category><![CDATA[ludum dare]]></category>

		<guid isPermaLink="false">http://blog.lonestranger.net/?p=56</guid>
		<description><![CDATA[My basecode For LD48_13 is largely the same as the past two competitions.  I have updated it a little:

Classes are now organized into the package net.lonestranger.common, game and network.
Network isn&#8217;t really too useful yet.  The only class that exists in it is called Report.  It&#8217;s job is to take a string of data and send it [...]]]></description>
			<content:encoded><![CDATA[<p>My basecode For LD48_13 is largely the same as the past two competitions.  I have updated it a little:</p>
<ul>
<li>Classes are now organized into the package net.lonestranger.common, game and network.</li>
<li>Network isn&#8217;t really too useful yet.  The only class that exists in it is called Report.  It&#8217;s job is to take a string of data and send it via POST to a website, where it can be digested as fit.  For example, sending scores back to a central repository.</li>
<li>You can take jpg screenshots by hitting F10.  They are named based on the current date/time and dumped into the working directory. </li>
</ul>
<p>Here is the link to <a title="LD48_13 Base Code" href="http://www.lonestranger.net/ld48/LD48_13_LoneStranger_Basecode.zip">download</a> it.</p>
<p>I didn&#8217;t really list my goals in my declararion post a few days ago, so I&#8217;ll do it now.</p>
<ul>
<li>
<div style="text-align: left;">Keep the same art style as last time.  I sketched things out on paper and scanned them in so I could colorize.  Keeping with bold colors and gradients is probably what I&#8217;ll do.</div>
</li>
<li>
<div style="text-align: left;">KISS &#8211; Keep It Simple, Stupid!  Making something too complex is just a recipe for a headache at 1pm on Sunday afternoon.</div>
</li>
<li>
<div style="text-align: left;">Make useful additions to the basecode that can be used in later competitions.  The screenshot stuff is an example of something I did previously that helps out a lot.</div>
</li>
<li>
<div style="text-align: left;">Finish most of the work by Saturday night so I can spend Sunday polishing.</div>
</li>
</ul>
<p>Ok, time to finish work and then I&#8217;m off to Thanksgiving, The Sequel, but I&#8217;ll check in after 8pm Pacific tonight to see the theme I need to start thinking about.  I expect everyone to be in FULL CODE MODE when I get back.  <img src='http://blog.lonestranger.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lonestranger.net/2008/12/05/ld48_13-basecode-goals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
