<?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>Steve's Junk &#187; Programming</title>
	<atom:link href="http://smackaay.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://smackaay.com</link>
	<description>A showcase of Steven Mackaay's stuff</description>
	<lastBuildDate>Sun, 11 Mar 2012 20:11:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Wrote a little game&#8230; Astrosmasher</title>
		<link>http://smackaay.com/2009/01/30/wrote-a-little-game-astrosmasher/</link>
		<comments>http://smackaay.com/2009/01/30/wrote-a-little-game-astrosmasher/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 02:47:36 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[astrosmash]]></category>
		<category><![CDATA[atari]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[gml]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=441</guid>
		<description><![CDATA[Well, out of boredom I&#8217;ve created a little game called Astrosmasher. Nothing special really, I just wanted to see if I could make a game look like an old Atari game. I think I succeeded in some ways Astrosmasher is a partial clone of an older colecovision game bit I got bored with it pretty [...]]]></description>
			<content:encoded><![CDATA[<p>Well, out of boredom I&#8217;ve created a little game called Astrosmasher. Nothing special really, I just wanted to see if I could make a game look like an old Atari game. I think I succeeded in some ways</p>
<p>Astrosmasher is a partial clone of an older colecovision game bit I got bored with it pretty quickly, I think I&#8217;d like to write games that are a little more fun despite the fact that I have no artistic ability. <img src='http://smackaay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyways, here are some screen shots and a like to the game. The game requires windows 2000+.<br />
<center><br />
<a href='http://smackaay.com/wp-content/uploads/2009/01/astrosmasher1.zip'>*****DOWNLOAD ASTROSMASHER*****</a><br />
<br />
.</p>
<p><a href="http://smackaay.com/2009/01/30/wrote-a-little-game-astrosmasher/asmash3/" rel="attachment wp-att-445"><img src="http://smackaay.com/wp-content/uploads/2009/01/asmash3-345x300.png" alt="asmash3" title="asmash3" width="345" height="300" class="aligncenter size-medium wp-image-445" /></a><br />
<a href="http://smackaay.com/2009/01/30/wrote-a-little-game-astrosmasher/asmash2/" rel="attachment wp-att-444"><img src="http://smackaay.com/wp-content/uploads/2009/01/asmash2-345x300.png" alt="asmash2" title="asmash2" width="345" height="300" class="aligncenter size-medium wp-image-444" /></a><br />
<a href="http://smackaay.com/2009/01/30/wrote-a-little-game-astrosmasher/asmash1/" rel="attachment wp-att-443"><img src="http://smackaay.com/wp-content/uploads/2009/01/asmash1-345x300.png" alt="asmash1" title="asmash1" width="345" height="300" class="aligncenter size-medium wp-image-443" /></a></center></p>
<p>Consider this game, for the most part, incomplete. I got bored with the idea and made it workable. It is a hard game though. My high score thus far is 35100. Give &#8216;er a shot. <img src='http://smackaay.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2009/01/30/wrote-a-little-game-astrosmasher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing a new graphing program</title>
		<link>http://smackaay.com/2008/11/12/writing-a-new-graphing-program/</link>
		<comments>http://smackaay.com/2008/11/12/writing-a-new-graphing-program/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 17:06:45 +0000</pubDate>
		<dc:creator>smackaay</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[fbedit]]></category>
		<category><![CDATA[fbide]]></category>
		<category><![CDATA[freebasic]]></category>
		<category><![CDATA[graphing]]></category>

		<guid isPermaLink="false">http://smackaay.com/?p=240</guid>
		<description><![CDATA[Since I&#8217;m starting to take measurements based on time and value along with multiple data sets, I&#8217;ve decided that I need a new graphing program. This one will allow the use of multiple data sets and it will have save files to allow for easy recall of color settings and data parameters. Here are some [...]]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m starting to take measurements based on time and value along with multiple data sets, I&#8217;ve decided that I need a new graphing program. This one will allow the use of multiple data sets and it will have save files to allow for easy recall of color settings and data parameters. Here are some of the features:</p>
<ul>
<li>Multiple data sets</li>
<li>Data sets will have options for coloring and graphing choices</li>
<li>New data sets can be derived from existing data sets</li>
<li>Data sets can be compared</li>
<li>More extensive stats will be used</li>
</ul>
<p>.</p>
<p>This will all be written in FreeBASIC. Why? Because I like it. Also because FBEdit kicks ass in relation to FBIDE.</p>
<p>Anyways, I&#8217;ll post incremental versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://smackaay.com/2008/11/12/writing-a-new-graphing-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

