<?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"
	>

<channel>
	<title>StarSmasher</title>
	<atom:link href="http://www.espressosoft.com/starsmasher/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.espressosoft.com/starsmasher</link>
	<description>Do you have what it takes?</description>
	<pubDate>Thu, 21 May 2009 19:56:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>StarSmasher 1.1.0 Out for Review</title>
		<link>http://www.espressosoft.com/starsmasher/?p=65</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=65#comments</comments>
		<pubDate>Sat, 30 Aug 2008 15:29:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[announcment]]></category>

		<category><![CDATA[outforreview]]></category>

		<category><![CDATA[starsmasher]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=65</guid>
		<description><![CDATA[Okay! I&#8217;ve been kind of quiet lately on both this site and the TouchArcade forums because I&#8217;ve had my head down low working on the 1.1.0 update (previously called 1.0.4 but I decided it was a big enough change to update that 0 to a 1). The 1.1.0 update was released to Apple last night [...]]]></description>
			<content:encoded><![CDATA[<p>Okay! I&#8217;ve been kind of quiet lately on both this site and the TouchArcade forums because I&#8217;ve had my head down low working on the 1.1.0 update (previously called 1.0.4 but I decided it was a big enough change to update that 0 to a 1). The 1.1.0 update was released to Apple last night at about 1:45 a.m. (after having to completely rebuild the project in XCode due to some weird XCode bug&#8211;but that is another story). </p>
<p>What I&#8217;ve got coming down the pike for you (hopefully mid-week next week) is this:</p>
<p>As promised, a new gameplay mode called &#8220;Energy Monger&#8221; that has 30 levels and 2 bonus levels. The goal of the normal levels is to collect blue energy units littered throughout the course. If you miss four in a level you will have to replay that level and it will take one life. There are also gold energy units in each stage. If you collect 8 in a stage you will be given access to a bonus level at the end of the stage (its randomly chosen which one you get). Both of the bonus stages are extremely hard (I&#8217;ve only beaten them a few times, partly because you don&#8217;t get to practice with them) but if you manage to beat one you will receive updwards of 2500 points. </p>
<p>The Energy Monger mode also uses a complete rewrite of the game engine which has a faster framerate and cleaner code. I have also found that some instability issues in the iPhone are caused by applications using too much memory. Unfortunately StarSmasher needs a lot of memory to run, but I&#8217;ve reduced its memory footprint drastically and implemented better texture management to get things out of memory that aren&#8217;t currently needed. This won&#8217;t clear up the dreaded App installer issue that people are having (there is nothing I can do about this, Apple has promised a fix in the 2.3 firmware update in September) but it should improve the overall stability of a clean install of StarSmasher.</p>
<p>Also, I have added more sound effects to Energy Monger as well as some background music. I made the background music myself, but if people have suggestions for Creative Commons background music to be included in future releases I would love to entertain them.</p>
<p>I hope you like this latest update. Let me know what you think so I can continue to improve.</p>
<p>Oh, and a few things I&#8217;m going to work on (but since I&#8217;m moving to Uganda for 6 months in 3 weeks they might take me a little more time than the last releases):</p>
<ul>
<li>Online score boards.</li>
<li>Jump to level. (If you have already beaten stage 5 go ahead and jump there)</li>
<li>Pause button.</li>
<li>New bonus levels (maybe a mini-boss level, for example)</li>
<li>MAYBE: mutli-player face-off mode, but that is going to take a significant amount of work (a.k.a. time)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=65</wfw:commentRss>
		</item>
		<item>
		<title>StarSmasher 1.0.4 still in progress&#8230;</title>
		<link>http://www.espressosoft.com/starsmasher/?p=60</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=60#comments</comments>
		<pubDate>Thu, 21 Aug 2008 20:26:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dev Blog]]></category>

		<category><![CDATA[1.0.4]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[progress]]></category>

		<category><![CDATA[starsmasher]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=60</guid>
		<description><![CDATA[I&#8217;ve been working hard on the 1.0.4 update but it has required a lot of new coding. I&#8217;m also finally starting to experience some of the iPod Touch problems that have been reported elsewhere. StarSmasher crashed for me on the device at a random location. What was interesting about the crash is that GDB didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working hard on the 1.0.4 update but it has required a lot of new coding. I&#8217;m also finally starting to experience some of the iPod Touch problems that have been reported elsewhere. StarSmasher crashed for me on the device at a random location. What was interesting about the crash is that GDB didn&#8217;t catch it and it wasn&#8217;t a result of a malloc or free. Also, I have a breakpoint set to warn me when the device memory is low and that wasn&#8217;t caught. All this means, as far as I can tell right now, that the iPod Touch just stopped liking StarSmasher. I had read reports that some apps just plain stop working requiring a complete restore of the iPod Touch or iPhone to get them working again and the problem seems to be an Apple problem not an App problem. It appears that this might be the case here. This is especially evident to me because the same exact code worked fine yesterday without problems.</p>
<p>So, that being said, there are problems with Apps and there may be problems with StarSmasher, but random crashing issues seem to be the fault of Apple at the moment. I&#8217;m updating my development device to 2.0.2 and might do a restore, which hopefully will clean up the problem. I&#8217;ll post updates as I have them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=60</wfw:commentRss>
		</item>
		<item>
		<title>StarSmasher Crashes</title>
		<link>http://www.espressosoft.com/starsmasher/?p=58</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=58#comments</comments>
		<pubDate>Fri, 15 Aug 2008 03:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Dev Blog]]></category>

		<category><![CDATA[appstore]]></category>

		<category><![CDATA[crashes]]></category>

		<category><![CDATA[problems]]></category>

		<category><![CDATA[starsmasher]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=58</guid>
		<description><![CDATA[I&#8217;ve had a very small number of reports of StarSmasher behaving erratically/crashing at random times. I had a hunch that this was related to an issue with the way the App store app on the iPhone sets up the DRM for the app. There have been several reports of widespread issues with the App store [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a very small number of reports of StarSmasher behaving erratically/crashing at random times. I had a hunch that this was related to an issue with the way the App store app on the iPhone sets up the DRM for the app. There have been several reports of widespread issues with the App store app installer (for instance, <a title="http://discussions.apple.com/thread.jspa?messageID=7863070" href="http://">here</a>). The current workaround for any app experiencing this, including StarSmasher is to uninstall the app on your device and reinstall it using iTunes on your computer. I&#8217;ve already had some users who were experiencing problems do this and it has fixed their issues. Hopefully Apple will address this soon. Until that time, I&#8217;m sorry for the inconvenience but it seems that for StarSmasher and any other app to avoid the potential problem the best course of action is to install via the USB cable on your computer and not over wi-fi.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=58</wfw:commentRss>
		</item>
		<item>
		<title>1.0.2 Update Coming Soon</title>
		<link>http://www.espressosoft.com/starsmasher/?p=48</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=48#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:06:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[1.0.3]]></category>

		<category><![CDATA[starsmasher]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=48</guid>
		<description><![CDATA[The 1.0.3 update is already out to Apple for review. It contains the following improvements:

Invertible controls
Gradation of game difficulty
A basic calibration routine
50% faster acceleration for the controls.

I&#8217;ve been playing with the 1.0.3 update since I sent it to Apple and I&#8217;ve decided that I like the less sensitive controls so I&#8217;m going to ship a [...]]]></description>
			<content:encoded><![CDATA[<p>The 1.0.3 update is already out to Apple for review. It contains the following improvements:</p>
<ul>
<li>Invertible controls</li>
<li>Gradation of game difficulty</li>
<li>A basic calibration routine</li>
<li>50% faster acceleration for the controls.</li>
</ul>
<p>I&#8217;ve been playing with the 1.0.3 update since I sent it to Apple and I&#8217;ve decided that I like the less sensitive controls so I&#8217;m going to ship a 1.0.4 update as soon as possible that adds a setting to switch between more or less sensitive controls.</p>
<p>I&#8217;m also going to post a road map page to outline my ideas for upcoming releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=48</wfw:commentRss>
		</item>
		<item>
		<title>StarSmasher from espressoSoft Available in the App Store</title>
		<link>http://www.espressosoft.com/starsmasher/?p=36</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=36#comments</comments>
		<pubDate>Thu, 31 Jul 2008 18:27:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Press Releases]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[espressosoft]]></category>

		<category><![CDATA[john bowers]]></category>

		<category><![CDATA[press release]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[starsmasher]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=36</guid>
		<description><![CDATA[TALLAHASSEE, Florida&#8211;July 31, 2008&#8211;espressosoft.com announced today that their iPhone game StarSmasher is now available for download. The 3D space shooter, available today, can be found on the iTunes App Store. The release brings asteroid blasting, space fighting action that makes use of the iPhone&#8217;s revolutionary accelerometer to the iPhone or iPod Touch.
&#8220;We are excited about [...]]]></description>
			<content:encoded><![CDATA[<p>TALLAHASSEE, Florida&#8211;July 31, 2008&#8211;espressosoft.com announced today that their iPhone game StarSmasher is now available for download. The 3D space shooter, available today, can be found on the iTunes App Store. The release brings asteroid blasting, space fighting action that makes use of the iPhone&#8217;s revolutionary accelerometer to the iPhone or iPod Touch.</p>
<p>&#8220;We are excited about the release,&#8221; said 22 year old developer John Bowers, &#8220;and we hope that people will really enjoy the game.&#8221;</p>
<p>The game is only $2.99 USD and is available for the iPhone and the iPod Touch.</p>
<p><a href="http://www.espressosoft.com">espressoSoft</a><br />
<a href="http://www.espressosoft.com/starsmasher/?page_id=2"> StarSmasher</a></p>
<p>###</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=36</wfw:commentRss>
		</item>
		<item>
		<title>StarSmasher 1.0 Released!</title>
		<link>http://www.espressosoft.com/starsmasher/?p=39</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=39#comments</comments>
		<pubDate>Thu, 31 Jul 2008 18:27:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[ipod touch]]></category>

		<category><![CDATA[john bowers]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[starsmasher]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=39</guid>
		<description><![CDATA[I&#8217;m really pleased to announce that StarSmasher is now available from the iTunes App Store. The asteroid blasting 3D space shooter is available for both the iPhone and the iPod touch for only $2.99 USD. Thanks to everyone who has helped me with the launch and for those of you who have given me great [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really pleased to announce that StarSmasher is now available from the iTunes App Store. The asteroid blasting 3D space shooter is available for both the iPhone and the iPod touch for only $2.99 USD. Thanks to everyone who has helped me with the launch and for those of you who have given me great suggestions here on my site as well as on <a href="http://www.toucharcade.com">TouchArcade</a>. </p>
<p>Based on some of the feedback I received on the gameplay <a href="http://www.espressosoft.com/starsmasher/?p=33">video</a>, I&#8217;ve already crafted a 1.0.1 release (which is the version used in the production of the video) that adds the much suggested (and much needed&#8211;thanks to all who suggested it) auto-fire option and also speeds up the gameplay just a bit (for that high-octane punch). The 1.0.1 release also allows more aiming direction freedom. The 1.0.1 release has already been built and is currently out for review with Apple. I think that Apple&#8217;s team is pretty swamped right now but I have high hopes that the release will be available within the next week.</p>
<p>I love StarSmasher and I hope that you will too, so please feel free to make suggestions and leave questions/comments on the <a href="http://www.espressosoft.com/starsmasher/?p=29">feedback</a> page.</p>
<p>You can find it in the iTunes App store <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=285960014&amp;mt=8">here</a>.</p>
<p>-John Bowers</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=39</wfw:commentRss>
		</item>
		<item>
		<title>Gameplay Video</title>
		<link>http://www.espressosoft.com/starsmasher/?p=33</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=33#comments</comments>
		<pubDate>Sun, 27 Jul 2008 17:39:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Videos &amp; Screenshots]]></category>

		<category><![CDATA[gameplay]]></category>

		<category><![CDATA[starsmasher]]></category>

		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=33</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/UQISQ_crq3Q&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/UQISQ_crq3Q&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>Approval Queue, Waiting, &#038; Updates</title>
		<link>http://www.espressosoft.com/starsmasher/?p=31</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=31#comments</comments>
		<pubDate>Sat, 26 Jul 2008 18:05:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Announcements]]></category>

		<category><![CDATA[Dev Blog]]></category>

		<category><![CDATA[starsmasher]]></category>

		<category><![CDATA[update]]></category>

		<category><![CDATA[version]]></category>

		<category><![CDATA[waiting]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=31</guid>
		<description><![CDATA[The initial release of StarSmasher has already been approved by Apple but is still in the &#8220;Pending Contract&#8221; stage. This means that we have to wait until Apple completes the contract between Apple and myself which, I&#8217;m told, is taking anywhere from days to a few weeks (I really hope it will be a few [...]]]></description>
			<content:encoded><![CDATA[<p>The initial release of StarSmasher has already been approved by Apple but is still in the &#8220;Pending Contract&#8221; stage. This means that we have to wait until Apple completes the contract between Apple and myself which, I&#8217;m told, is taking anywhere from days to a few weeks (I really hope it will be a few days!)</p>
<p>I have been listening to suggestions in the meantime, however, and working on a few improvements of my own. I&#8217;ve completed a new version of the game (which will probably be 1.0.1)  which includes the following:</p>
<ul>
<li>Faster gameplay (The ships speed has been increased to make the game slightly more difficult). </li>
<li>More fluid controls.</li>
<li>Auto-fire mode. This is initiated by holding down a tap instead of tapping repeatedly. It will cause the ship to fire 4 times per second.</li>
</ul>
<div>The new version will not be available initially because the &#8220;Pending Contracts&#8221; hole that StarSmasher is in doesn&#8217;t seem to allow me to go ahead and push the update in the meantime. As soon as StarSmasher goes live I&#8217;ll push the update which will probably take an additional 3-4 days to clear Apple. When it does, anyone who has already purchased the game will see a red button on their app store logo telling them the update is available for download.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>Please add your feedback.</title>
		<link>http://www.espressosoft.com/starsmasher/?p=29</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=29#comments</comments>
		<pubDate>Fri, 25 Jul 2008 18:18:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Feedback]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=29</guid>
		<description><![CDATA[Since the game isn&#8217;t released yet and I am already receiving feature requests and feedback on the screenshots I thought that it would be good to have a place to post feedback, feature requests, and bug reports. Until I get a better system feel free to do this by submitting comments to this page. I [...]]]></description>
			<content:encoded><![CDATA[<p>Since the game isn&#8217;t released yet and I am already receiving feature requests and feedback on the screenshots I thought that it would be good to have a place to post feedback, feature requests, and bug reports. Until I get a better system feel free to do this by submitting comments to this page. I really appreciate any kind of constructive feedback and I will do my best to make the game enjoyable for everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>PlayerShip Wallpaper</title>
		<link>http://www.espressosoft.com/starsmasher/?p=25</link>
		<comments>http://www.espressosoft.com/starsmasher/?p=25#comments</comments>
		<pubDate>Sat, 19 Jul 2008 16:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wallpapers]]></category>

		<category><![CDATA[player ship]]></category>

		<category><![CDATA[starsmasher]]></category>

		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.espressosoft.com/starsmasher/?p=25</guid>
		<description><![CDATA[ 
]]></description>
			<content:encoded><![CDATA[<p> </p>
<div class="wp-caption alignnone" style="width: 394px"><a title="Click to Enlarge" href="http://espressosoft.com/images/wallpapers/desktop1.jpg" target="_blank"><img title="Wallpaper Thumbnail (Click to Enlarge)" src="http://espressosoft.com/images/wallpapers/desktop1_sm.jpg" alt="Wallpaper Thumbnail (Click to Enlarge)" width="384" height="240" /></a><p class="wp-caption-text">Wallpaper Thumbnail (Click to Enlarge)</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.espressosoft.com/starsmasher/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
	</channel>
</rss>
