<?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>Indie Game &#8211; INCD021</title>
	<atom:link href="https://incd021.com/tag/indie-game/feed/" rel="self" type="application/rss+xml" />
	<link>https://incd021.com</link>
	<description>Programming, thoughts, life  and art.</description>
	<lastBuildDate>Sun, 27 Oct 2024 18:03:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Beach Fun Seagull Hunt, feedback.</title>
		<link>https://incd021.com/2014/04/12/beach-fun-seagull-hunt-feedback/</link>
					<comments>https://incd021.com/2014/04/12/beach-fun-seagull-hunt-feedback/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Sat, 12 Apr 2014 08:11:12 +0000</pubDate>
				<category><![CDATA[Beach Fun Seagull Hunt]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[DevLog]]></category>
		<category><![CDATA[free game]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Game development]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[Test]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=550</guid>

					<description><![CDATA[First thanks to the few who has taken the time to test my game, and for the feedback 🙂 THANKS. I&#8217;ve changed a few things, and some things I really....]]></description>
										<content:encoded><![CDATA[<p>First thanks to the few who has taken the time to test my game, and for the feedback <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> THANKS.</p>
<p>I&#8217;ve changed a few things, and some things I really don&#8217;t get why is happening.</p>
<ol>
<li><strong>First thing that was noticed was that the game doesn&#8217;t fill the entire screen.</strong><br />
This is as designed <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> All players are to have the same playing area, same height and same width. If this wasn&#8217;t the case, some resolutions could have an advantage, for instance; a high narrow screen would be a lot better than a wide screen, as the ball has a lot less chance of hitting a seagull. There are probably a lot more scenarios where aspect ratio matters, but to make sure every player sees the same, the aspect ration is fixed. I did add a frame to the game area, to make it visible that the size is as intended. So no big change here.</li>
<li><strong>The game runs very fast on low-end devices.</strong><br />
Ok, this one I don&#8217;t get? Everything that moves in the game is either controlled by the physics engine or is moved by scripts, and yes I have checked, every movement is done using Time.deltaTime. So?<br />
I did some digging, and found a possible solution, not that I can see why it should work? Time.deltaTime should still make everything move with the correct speed? But it&#8217;s worth a try.<br />
Under quality setting I found that the setting for VSync Count was set to &#8220;Don&#8217;t Sync&#8221; for the Fastest and Fast levels. So I have changed them to do VSync, to see if this solves the problem on the low-end devices.<br />
<a href="https://incd021.com/wp-content/uploads/2014/04/QualitySetting.png"><img fetchpriority="high" decoding="async" class="aligncenter size-medium wp-image-551" alt="Navigation to QualitySetting" src="https://incd021.com/wp-content/uploads/2014/04/QualitySetting-300x240.png" width="300" height="240" /></a></li>
</ol>
<p>Well that&#8217;s about it for a couple of days testing <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Thanks again to all the testers and the people helping to spread the game.</p>
<p>The newest version of the game can always be found in the bottom of the post <a title="Seagull Hunt" href="https://incd021.com/seagull-hunt/">Seagull Hunt</a>.</p>
<p>Now go make games! <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2014/04/12/beach-fun-seagull-hunt-feedback/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Seagull Hunt</title>
		<link>https://incd021.com/2014/04/09/seagull-hunt/</link>
					<comments>https://incd021.com/2014/04/09/seagull-hunt/#comments</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Wed, 09 Apr 2014 18:58:34 +0000</pubDate>
				<category><![CDATA[Game]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2d]]></category>
		<category><![CDATA[DevLog]]></category>
		<category><![CDATA[Game development]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Untiy]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=524</guid>

					<description><![CDATA[A lot is and has happened over the last months, and not much time have been spend on game development. But I have been working on a small android game....]]></description>
										<content:encoded><![CDATA[<p>A lot is and has happened over the last months, and not much time have been spend on game development. But I have been working on a small android game from time to time.<br />
It&#8217;s a small frustrating game, where you are to keep the beach ball in the air and make it hit the seagulls by hitting the beach ball with wather from a super soaker.</p>
<p>Here is what I started out with, and what I ended up with so far.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00001-20140212191923.png"><img decoding="async" class="size-medium wp-image-525 aligncenter" alt="BFSH - 00001" src="https://incd021.com/wp-content/uploads/2014/04/00001-20140212191923-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;"><span style="line-height: 1.5;">Started out with a ball on a screen. Had no idea what the game should be about.. Didn&#8217;t even know it would become a game.</span></p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00032-20140212201231.png"><img decoding="async" class="alignnone size-medium wp-image-526" alt="BFSH - 00032" src="https://incd021.com/wp-content/uploads/2014/04/00032-20140212201231-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">Then made the ball fall under the influence of gravity, and added a small static cannon capable of shooting small red balls.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00040-20140212203434.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-527" alt="BFSH - 00040" src="https://incd021.com/wp-content/uploads/2014/04/00040-20140212203434-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">Added colliders to the balls, so the red balls could hit the red ball and then, to make a bit of a game out of it, I added some spikes, that killed the yellow ball on impact.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00082-20140215151140.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-528" alt="BFSH - 00082" src="https://incd021.com/wp-content/uploads/2014/04/00082-20140215151140-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">Added some graphics, and changed the mail ball to a beach ball.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00110-20140220194920.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-529" alt="BFSH - 00110" src="https://incd021.com/wp-content/uploads/2014/04/00110-20140220194920-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">At this time I did my small <a href="https://incd021.com/spriter-by-brashmonkey/">crap animation project</a>, so of cause that was added to the project. I also did the super soaker graphics while trying out different vector based drawing programs and that was added as well.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00119-20140220200848.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-530" alt="BFSH - 00119" src="https://incd021.com/wp-content/uploads/2014/04/00119-20140220200848-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">The red balls was replaced by a water ball/splash texture.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00173-20140221213929.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-531" alt="BFSH - 00173" src="https://incd021.com/wp-content/uploads/2014/04/00173-20140221213929-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">Added a basic score, so each time you hit the beach ball with a ball of water you got a point, and game when the beach ball hit the sand.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00175-20140222102450.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-532" alt="BFSH - 00175" src="https://incd021.com/wp-content/uploads/2014/04/00175-20140222102450-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">I got the idea to add something to hit instead of just having to hit the beach ball, which was to easy.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00204-20140222143702.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-533" alt="BFSH - 00204" src="https://incd021.com/wp-content/uploads/2014/04/00204-20140222143702-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">I wanted to have a really fast game over to new game cycle, so all I wanted was a single start button in the middle of the screen. At first I would have liked to be able to share scores on Facebook, but as I haven&#8217;t gotten it to work 100% I discarded it for now. Maybe in a later version.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00254-20140223085640.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-534" alt="BFSH - 00254" src="https://incd021.com/wp-content/uploads/2014/04/00254-20140223085640-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">Just changed some of the background graphics, and added best score to the score display.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00402-20140301090756.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-535" alt="BFSH - 00402" src="https://incd021.com/wp-content/uploads/2014/04/00402-20140301090756-169x300.png" width="169" height="300" /></a></p>
<p style="text-align: left;">Added sand to the beach.</p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00421-20140309180437.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-536" alt="BFSH - 00421" src="https://incd021.com/wp-content/uploads/2014/04/00421-20140309180437-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">Completely new graphics, made by a nice fellow that I&#8217;m teaching to program, and in exchange his making me some pleasant graphics <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2014/04/00428-20140312164745.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-537" alt="BFSH - 00428" src="https://incd021.com/wp-content/uploads/2014/04/00428-20140312164745-168x300.png" width="168" height="300" /></a></p>
<p style="text-align: left;">New button and font added, that matches the rest of the theme better. The basic font is called Floraless and is made by <a href="http://moorstation.org/typoasis/designers/gaut/">Daniel Gauthier</a>.</p>
<p style="text-align: left;"><a href="https://incd021.com/wp-content/uploads/2014/04/00454-20140316200543.png"><img loading="lazy" decoding="async" class="size-medium wp-image-538 aligncenter" alt="BFSH - 00454" src="https://incd021.com/wp-content/uploads/2014/04/00454-20140316200543-168x300.png" width="168" height="300" /><br />
</a>Small but very visual change, I made the score use the new font, by having a bitmap for each number and one for the slash, and then added code to convert the string into an array of the correct sprites.</p>
<p><a href="https://incd021.com/wp-content/uploads/2014/04/00481-20140409184300.png"><img loading="lazy" decoding="async" class="size-medium wp-image-539 aligncenter" alt="BFSH - 00481" src="https://incd021.com/wp-content/uploads/2014/04/00481-20140409184300-168x300.png" width="168" height="300" /></a></p>
<p>The last change was the graphics for the crab that now looks a lot more organic and less flat. <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The two thing keeping me from uploading it to the android store is the seagull- and the crap-animation. I will work on the crap animation as soon as everything thats happening in my life right now, settles down a bit.</p>
<p>If you want to try the current (Android only) version of &#8220;Beach Fun Seagull Hunt&#8221; just click the link below.<br />
<del>Old version April 9th : md5 : aad8aee9879d29ad0e8bf32cc451b097 *Beach-Fun-Seagull-Hunt.apk<br />
</del>New version April 12th : md5 : 5f145660cae4dab6d5c4fea869403f36 *<a href="https://incd021.com/Games/Beach-Fun-Seagull-Hunt/Beach-Fun-Seagull-Hunt.apk">Beach-Fun-Seagull-Hunt.apk</a></p>
<p><span style="line-height: 1.5;">Now go make games! <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p>&#8211; Henning</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2014/04/09/seagull-hunt/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>3&#215;3 final version</title>
		<link>https://incd021.com/2013/07/01/3x3-final-version/</link>
					<comments>https://incd021.com/2013/07/01/3x3-final-version/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Mon, 01 Jul 2013 18:58:26 +0000</pubDate>
				<category><![CDATA[3x3]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Game development]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[Unity 3d]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=349</guid>

					<description><![CDATA[Ok, I now regard the 3&#215;3 game as finished. I know I could spend more time polishing is, with better graphics, sound and more depth. But, the entire project started....]]></description>
										<content:encoded><![CDATA[<p>Ok, I now regard the 3&#215;3 game as finished. I know I could spend more time polishing is, with better graphics, sound and more depth. But, the entire project started as a POC and was never meant to become a playable game, so now that it&#8217;s playable and people enjoy playing it, I&#8217;ll move on to the next game.</p>
<p>The progress of the development of 3&#215;3.</p>
<div style="text-align: center;"><iframe loading="lazy" width="560" height="315" src="//www.youtube.com/embed/WkVZbN1XKfY" frameborder="0" allowfullscreen></iframe></div>
<p>Hope you&#8217;ll enjoy it too. <a href="https://incd021.com/Games/3x3/3x3.html">3&#215;3 Final version</a>. <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2013/07/01/3x3-final-version/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3&#215;3 version 10</title>
		<link>https://incd021.com/2013/06/26/3x3-version-10/</link>
					<comments>https://incd021.com/2013/06/26/3x3-version-10/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Wed, 26 Jun 2013 16:09:58 +0000</pubDate>
				<category><![CDATA[3x3]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Game development]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[Unity 3d]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=328</guid>

					<description><![CDATA[After feedback from a few testers, thanks to them all, I have made some changes to the game. I have opened the sides of the tunnel and added some stars....]]></description>
										<content:encoded><![CDATA[<p>After feedback from a few testers, thanks to them all, I have made some changes to the game.</p>
<ul>
<li><span style="line-height: 1.5;">I have opened the sides of the tunnel and added some stars to get away from the very claustrophobic feel.</span></li>
<li><span style="line-height: 1.5;">I added a single power up in form of the ability to remove an entire wall. The power ups spawn every 10 to 20 seconds and they stack.</span></li>
<li><span style="line-height: 1.5;">The biggest change is the textures of the boxes. I really spend a lot of time trying different textures, shapes and colors, still I&#8217;m not 100% satisfied, but I think it&#8217;s better than before.</span></li>
</ul>
<p><span style="line-height: 1.5;">If anyone would like to do some textures for the game, feel free to contact me, I&#8217;m sure you could do better than what I ended up with <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p style="text-align: center;"><a href="https://incd021.com/wp-content/uploads/2013/06/3x3v010UnityScreenshot.png"><img loading="lazy" decoding="async" class="aligncenter" alt="3x3 ver. 10 Unity Screenshot" src="https://incd021.com/wp-content/uploads/2013/06/3x3v010UnityScreenshot-300x170.png" width="300" height="170" /></a></p>
<p>One thing suggested that I would have liked to include, was an idea to have the tunnel twist and turn. But as this was never the intention, the code would have to be rewritten from the ground up. So this will, if ever, have to wait to future project.</p>
<p><a href="https://incd021.com/Games_POC/3x3v010.html">Play version 10</a>. Enjoy and please send feedback.</p>
<p>&#8211; Henning<span style="line-height: 1.5;"><br />
</span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2013/06/26/3x3-version-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3×3 Version 8 &#8211; Now in Beta</title>
		<link>https://incd021.com/2013/06/20/3x3-version-8-now-in-beta/</link>
					<comments>https://incd021.com/2013/06/20/3x3-version-8-now-in-beta/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Thu, 20 Jun 2013 14:15:59 +0000</pubDate>
				<category><![CDATA[3x3]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Game development]]></category>
		<category><![CDATA[Indie Game]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=313</guid>

					<description><![CDATA[Version 8 of 3&#215;3 ready, or should I say Beta version! 🙂 I have used the last days to add a lot of small things to the game, tweaking it,....]]></description>
										<content:encoded><![CDATA[<p><a href="https://incd021.com/Games_POC/3x3v008.html">Version 8 of 3&#215;3 ready</a>, or should I say Beta version! <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<figure id="attachment_320" aria-describedby="caption-attachment-320" style="width: 300px" class="wp-caption aligncenter"><a href="https://incd021.com/wp-content/uploads/2013/06/3x3v008-1.png"><img loading="lazy" decoding="async" class="size-medium wp-image-320" alt="3x3 version 8" src="https://incd021.com/wp-content/uploads/2013/06/3x3v008-1-300x225.png" width="300" height="225" /></a><figcaption id="caption-attachment-320" class="wp-caption-text">3&#215;3 version 8</figcaption></figure>
<p>I have used the last days to add a lot of small things to the game, tweaking it, and playing it, again and again. I also had a friend play it, a lot, to see if I missed something obvious.</p>
<p>Here&#8217;s a list of what I have done.</p>
<ul>
<li><span style="line-height: 1.5;">Added particle effect for the box explosions.</span></li>
<li><span style="line-height: 1.5;">Updated sound effects.</span></li>
<li><span style="line-height: 1.5;">Added Gui Skin</span></li>
<li><span style="line-height: 1.5;">Added Font</span></li>
<li><span style="line-height: 1.5;">Changed resolution to 1024&#215;768.</span></li>
<li><span style="line-height: 1.5;">Player control, motion can now be changed in mid move.</span></li>
<li><span style="line-height: 1.5;">Collider made smaller for when player is rotating.</span></li>
<li><span style="line-height: 1.5;">Added Crash SFX</span></li>
<li><span style="line-height: 1.5;">Updated Move class to separate horizontal and vertical movement to allow diagonal movement.</span></li>
<li><span style="line-height: 1.5;">Added 10000/15000/20000 points SFX</span></li>
<li><span style="line-height: 1.5;">Added level 10/15/20 SFX<br />
</span></li>
<li>Added Audiosource mini buffer to hold 4 audio sources.</li>
<li>Adjusted colors of boxes to make them easier to distinguish.</li>
<li>Added plane to slowly revile the boxes, and not just pop into existence in the back of the scene.</li>
<li>Updated all level and point SFX.</li>
<li>Adjusted music slowdown to 0.75 instead of 0.5 when dead.</li>
<li>Changed font to Plasmatica by Apostrophic Labs.</li>
<li>Adjusted GUI boxes to match the new font</li>
</ul>
<p><span style="line-height: 1.5;">The best update, is the ability to move freely, and in all directions. I thought this would be a pain to make work as I wanted, but with a few changes to the already existing moving class, and the separation of horizontal and vertical movement, it was surprisingly easy. <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p>One thing I didn&#8217;t expect to give me any problems was the colors of the boxes, but as I tried to make the colors easier  to distinguish from each other, the bigger problems I got with the lighting settings. First the scene was overlit when the boxes came close to the spot close to the player,  then under lit. Then the ambient light made everything look flat, and so on. So I ended up spending almost 3 hours adjusting colors and light settings. But I&#8217;m finally happy with the result.</p>
<p>After I added more sound effects I found that they would cut off each other, so I added a mini buffer, to hold 4 audio sources and use the first available. This gave a hole new, and more complete feel, to the game.</p>
<figure id="attachment_321" aria-describedby="caption-attachment-321" style="width: 300px" class="wp-caption aligncenter"><a href="https://incd021.com/wp-content/uploads/2013/06/3x3v008-2.png"><img loading="lazy" decoding="async" class="size-medium wp-image-321" alt="3x3 version 8 Menu" src="https://incd021.com/wp-content/uploads/2013/06/3x3v008-2-300x225.png" width="300" height="225" /></a><figcaption id="caption-attachment-321" class="wp-caption-text">3&#215;3 version 8 Menu</figcaption></figure>
<p>Hope you enjoy the game <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> And have time to send me some feedback.</p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2013/06/20/3x3-version-8-now-in-beta/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3&#215;3 POC to production.</title>
		<link>https://incd021.com/2013/06/08/3x3-poc-to-production/</link>
					<comments>https://incd021.com/2013/06/08/3x3-poc-to-production/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Sat, 08 Jun 2013 21:04:32 +0000</pubDate>
				<category><![CDATA[3x3]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Proof of concept]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[POC]]></category>
		<category><![CDATA[Polish]]></category>
		<category><![CDATA[production]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=284</guid>

					<description><![CDATA[I started the 3&#215;3 game as a POC of an old game idea, but I&#8217;m starting to like the game, so I have decided to spend some time adding to....]]></description>
										<content:encoded><![CDATA[<p>I started the 3&#215;3 game as a POC of an old game idea, but I&#8217;m starting to like the game, so I have decided to spend some time adding to it, polishing it, and see if I can make a decent game out of it. <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><span style="line-height: 1.5;">This means that I have to find some music, sound effects, make some better looking graphics, and what I find hardest of all &#8211; make the menu system! I&#8217;ll keep it as simple as possible.</span></p>
<figure id="attachment_291" aria-describedby="caption-attachment-291" style="width: 300px" class="wp-caption aligncenter"><a href="https://incd021.com/wp-content/uploads/2013/06/3x3v006.png"><img loading="lazy" decoding="async" class="size-medium wp-image-291" alt="3x3 POC version 6" src="https://incd021.com/wp-content/uploads/2013/06/3x3v006-300x187.png" width="300" height="187" /></a><figcaption id="caption-attachment-291" class="wp-caption-text">3&#215;3 POC version 6</figcaption></figure>
<p>After I did the <a href="https://incd021.com/full-progress-report-for-the-creation-of-the-game-do-no-harm/">DNH game for the GIG 2013</a>, I will not be making an online highscore list. I might do a cookie based one, so the players best score will remain between sessions, but that&#8217;s it.</p>
<p>One thing I would really like, is a better player controller. As mentioned in &#8220;<a href="https://incd021.com/player-movement-script-for-the-3x3-poc/">Player movement script for the 3&#215;3 POC</a>&#8221; the motion is done in steps and you can&#8217;t move diagonal or change direction while moving. This I need to do better. And I will <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Lets see where the game takes me.</p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2013/06/08/3x3-poc-to-production/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3×3 POC version 4</title>
		<link>https://incd021.com/2013/06/06/3x3-poc-version-4/</link>
					<comments>https://incd021.com/2013/06/06/3x3-poc-version-4/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Thu, 06 Jun 2013 06:01:25 +0000</pubDate>
				<category><![CDATA[3x3]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Proof of concept]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[POC]]></category>
		<category><![CDATA[Unity3D]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=265</guid>

					<description><![CDATA[The POC is really starting to look like a game. 🙂 New things added: New texture. I only use one for all surfaces. Rotation to selected box, to make it....]]></description>
										<content:encoded><![CDATA[<p>The POC is really starting to look like a game. <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>New things added:</p>
<ul>
<li><span style="line-height: 1.5;">New texture. I only use one for all surfaces.</span></li>
<li><span style="line-height: 1.5;">Rotation to selected box, to make it visible to the player what box is selected.</span></li>
<li><span style="line-height: 1.5;">More states to the box objects, to make possible removal animation aso.</span></li>
<li><span style="line-height: 1.5;">Color click logic, basic game mechanics .</span></li>
</ul>
<figure id="attachment_266" aria-describedby="caption-attachment-266" style="width: 300px" class="wp-caption aligncenter"><a href="https://incd021.com/wp-content/uploads/2013/06/3x3v004.png"><img loading="lazy" decoding="async" class="size-medium wp-image-266" alt="3x3 POC version 4" src="https://incd021.com/wp-content/uploads/2013/06/3x3v004-300x187.png" width="300" height="187" /></a><figcaption id="caption-attachment-266" class="wp-caption-text">3&#215;3 POC version 4</figcaption></figure>
<p>The plan is to make the game run on my old HTC Desire, to learn the mobile part of unity. So for now I&#8217;m trying to keep everything to a minimum as not to drive the Desire to it&#8217;s knees.</p>
<p>Next things to add:</p>
<ul>
<li><span style="line-height: 1.5;">Mobile input part, to see if I can&#8217;t get the click and swipe part to work.</span></li>
<li><span style="line-height: 1.5;">Light bound to the box, to illuminate the boxes in the distance, and I might remove the current spotlight..</span></li>
</ul>
<p>&nbsp;</p>
<p><span style="line-height: 1.5;">Future things to add:</span></p>
<ul>
<li><span style="line-height: 1.5;">Sound effects.</span></li>
<li><span style="line-height: 1.5;">Music.</span></li>
<li>Score system. How fast you remove boxes, or something like that, have to think about a good way to differentiate different users abilities.</li>
</ul>
<p>&nbsp;</p>
<p>Here you can play <a href="https://incd021.com/Games_POC/3x3v004.html">version 4</a>, and as before, click to remove blocks and navigate using wasd.</p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2013/06/06/3x3-poc-version-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>3&#215;3 POC version 3</title>
		<link>https://incd021.com/2013/06/04/3x3-poc-version-3/</link>
					<comments>https://incd021.com/2013/06/04/3x3-poc-version-3/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Tue, 04 Jun 2013 16:59:35 +0000</pubDate>
				<category><![CDATA[3x3]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Proof of concept]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[POC]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=254</guid>

					<description><![CDATA[OK, finally had some time to try some more things out with the 3&#215;3 idea. So now the colored boxes are boxes and not just generated quads, they are clickable....]]></description>
										<content:encoded><![CDATA[<p>OK, finally had some time to try some more things out with the 3&#215;3 idea. So now the colored boxes are boxes and not just generated quads, they are clickable and have box colliders and so does the camera/player, so if you hit a box, it&#8217;s game over, and for now you have to restart the game to play again. Also you are now able to hold down a key (wasd) to keep moving in that direction.</p>
<p>I added some game states but only use <em>playing</em> and <em>dead</em> for now.</p>
<figure id="attachment_255" aria-describedby="caption-attachment-255" style="width: 300px" class="wp-caption aligncenter"><a href="https://incd021.com/wp-content/uploads/2013/06/3x3v003ScreenShot.png"><img loading="lazy" decoding="async" class="size-medium wp-image-255" alt="3x3 POC version 4" src="https://incd021.com/wp-content/uploads/2013/06/3x3v003ScreenShot-300x187.png" width="300" height="187" /></a><figcaption id="caption-attachment-255" class="wp-caption-text">3&#215;3 POC version 3</figcaption></figure>
<p><span style="line-height: 1.5;">Next I would like to make the color selection part to only allow you to remove boxes of same color, so if you click a blue box you can only remove another blue box. If you click another colored box the first selected color will change to this color.</span></p>
<p>Here you can play <a href="https://incd021.com/Games_POC/3x3v003.html">version 3</a>, click to remove blocks and navigate with wasd.</p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2013/06/04/3x3-poc-version-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Don’t Fall Asheep Progress 2013-04-22</title>
		<link>https://incd021.com/2013/04/22/dont-fall-asheep-progress-2013-04-22/</link>
					<comments>https://incd021.com/2013/04/22/dont-fall-asheep-progress-2013-04-22/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 17:29:25 +0000</pubDate>
				<category><![CDATA[Don't fall asheep]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Game development]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[Prototype]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=202</guid>

					<description><![CDATA[Worked on getting some action and game feel to the prototype. So made the buttons for weapon selection (not working buttons) and added sound effects for fire, hit and death.....]]></description>
										<content:encoded><![CDATA[<p>Worked on getting some action and game feel to the prototype. So made the buttons for weapon selection (not working buttons) and added sound effects for fire, hit and death. Feels a lot more like a game now.</p>
<p>As the game is going to be have a lot of cartoon violence and blood, I added a blood spray when the projectile (rock) hits the sheep to see if it would work, and I think it does <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Adjusted way to much on the particle systems parameters for a prototype, but it does a lot for the game feel to have some visual feedback on a hit.</p>
<p><a href="https://incd021.com/wp-content/uploads/2013/04/Dont-Fall-Asheep-Progress-ScreenShot-002.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-203" alt="Don't Fall Asheep Progress ScreenShot 002" src="https://incd021.com/wp-content/uploads/2013/04/Dont-Fall-Asheep-Progress-ScreenShot-002-300x225.jpg" width="300" height="225" /></a></p>
<p>Next couple of tasks will be sheep movement and angle calculations to make the projectiles hit where you aim.</p>
<p><span style="line-height: 1.5;">Remember that all the graphics is only placeholders, the final graphics, if the game is fun enough, will be done by someone who knows what they are doing <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2013/04/22/dont-fall-asheep-progress-2013-04-22/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Don’t Fall Asheep Progress 2013-04-21</title>
		<link>https://incd021.com/2013/04/21/dont-fall-asheep-progress-2013-04-21/</link>
					<comments>https://incd021.com/2013/04/21/dont-fall-asheep-progress-2013-04-21/#respond</comments>
		
		<dc:creator><![CDATA[INC $D021]]></dc:creator>
		<pubDate>Sun, 21 Apr 2013 09:50:17 +0000</pubDate>
				<category><![CDATA[Don't fall asheep]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Unity]]></category>
		<category><![CDATA[Game development]]></category>
		<category><![CDATA[Indie Game]]></category>
		<category><![CDATA[Prototype]]></category>
		<guid isPermaLink="false">http://incd021.com/?p=199</guid>

					<description><![CDATA[Have only had a few fragmented hours to work on Don&#8217;t Fall Asheep, and have had a lot of problems with rotations of the build in 2D planes in Unity.....]]></description>
										<content:encoded><![CDATA[<p>Have only had a few fragmented hours to work on Don&#8217;t Fall Asheep, and have had a lot of problems with rotations of the build in 2D planes in Unity. But I fixed it by making an empty game object and then making the plane a child of it, then I have full control over the rotation <img src="https://s.w.org/images/core/emoji/15.1.0/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> But now I find that the collision mesh of the plane is rotated? And I can&#8217;t rotate the collider itself, hmm.</p>
<p>After moving the rigidbody, script and mesh collider to child object the collider is oriented as expected.</p>
<figure id="attachment_200" aria-describedby="caption-attachment-200" style="width: 300px" class="wp-caption aligncenter"><a href="https://incd021.com/wp-content/uploads/2013/04/Dont-Fall-Asheep-Progress-ScreenShot-001.png"><img loading="lazy" decoding="async" class="size-medium wp-image-200 " title="Progress ScreenShot 001" alt="Progress ScreenShot 001" src="https://incd021.com/wp-content/uploads/2013/04/Dont-Fall-Asheep-Progress-ScreenShot-001-300x225.png" width="300" height="225" /></a><figcaption id="caption-attachment-200" class="wp-caption-text">Basic scene setup with 2D objects, to help get an idea of the space and camera angle</figcaption></figure>
<p>The sheepScript removing the sheep now only removed the child object because of the new placement of the script. But that should only be a matter of destroying the parent game object instead of the current game object.</p>
<p>The screenshot is horrible and it&#8217;s suppose to, the focus shouldn&#8217;t be on graphics for now, but only on getting a prototype up and running to see if the gameplay is fun.</p>
<p>&#8211; Henning</p>
]]></content:encoded>
					
					<wfw:commentRss>https://incd021.com/2013/04/21/dont-fall-asheep-progress-2013-04-21/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Page Caching using Disk: Enhanced 

Served from: incd021.com @ 2025-05-17 22:54:55 by W3 Total Cache
-->