<?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>Hazel McKendrick &#187; game design</title>
	<atom:link href="http://hazelmckendrick.com/journal/tag/game-design/feed" rel="self" type="application/rss+xml" />
	<link>http://hazelmckendrick.com</link>
	<description>Programming and Games Technology Portfolio</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pollen Tutorial</title>
		<link>http://hazelmckendrick.com/journal/pollen-tutorial</link>
		<comments>http://hazelmckendrick.com/journal/pollen-tutorial#comments</comments>
		<pubDate>Sun, 26 Jul 2009 12:41:34 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Dare To Be Digital]]></category>
		<category><![CDATA[digital colony]]></category>
		<category><![CDATA[game design]]></category>
		<category><![CDATA[pollen]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=1239</guid>
		<description><![CDATA[First of all, here&#8217;s our latest video: It&#8217;s a playthrough of the opening and tutorial section of the game, intended to introduce the player to the controls as well as each type of bee and their abilities. Things we&#8217;ve learned from creating a tutorial: There&#8217;s more to having multiple input methods than just implementing support [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, here&#8217;s our latest video:</p>
<p><center><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/r1A2cKHfdh4&#038;hl=en&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/r1A2cKHfdh4&#038;hl=en&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></center></p>
<p>It&#8217;s a playthrough of the opening and tutorial section of the game, intended to introduce the player to the controls as well as each type of bee and their abilities.</p>
<p>Things we&#8217;ve learned from creating a tutorial: <span id="more-1239"></span></p>
<ul>
<li>There&#8217;s more to having multiple input methods than just implementing support for different hardware.</li>
<li>If you give players big arrows as hints, you need to remove them gradually or people panic.</li>
<li>It&#8217;s good to give people an area to practice (lots of rocks, a few mushrooms) but unless there&#8217;s an incentive (like pollen) they probably won&#8217;t bother.</li>
<li>Nobody reads text.</li>
<li>Audio cues make a huge difference, even if they are subtle.</li>
<li>Experienced players need to be able to skip or get through the tutorial quickly, or it&#8217;s frustrating.</li>
<li>There&#8217;s always a way to break the tutorial you haven&#8217;t thought of yet.</li>
</ul>
<p>If you have any advice on how we can tighten this area up, make it less confusing, or on creating great tutorials in general we&#8217;d love to hear from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/pollen-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dare Week 2</title>
		<link>http://hazelmckendrick.com/journal/dare-week-2</link>
		<comments>http://hazelmckendrick.com/journal/dare-week-2#comments</comments>
		<pubDate>Sat, 20 Jun 2009 17:02:14 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[dare to be digital]]></category>
		<category><![CDATA[Dare To Be Digital]]></category>
		<category><![CDATA[digital colony]]></category>
		<category><![CDATA[game design]]></category>
		<category><![CDATA[pollen]]></category>
		<category><![CDATA[XNA]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=1052</guid>
		<description><![CDATA[So, it&#8217;s been 2 weeks since Dare to be Digital started and I&#8217;ve failed to write anything about it so far, so here&#8217;s an update. Progress The first two weeks of the competition have gone fairly smoothly. We&#8217;ve had problems with exporting models and animations and with collision responses, but no major issues that we [...]]]></description>
			<content:encoded><![CDATA[<p>So, it&#8217;s been 2 weeks since Dare to be Digital started and I&#8217;ve failed to write anything about it so far, so here&#8217;s an update.</p>
<p><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/06/beelogoanim.gif"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/06/beelogoanim.gif" alt="beelogoanim" title="beelogoanim" width="175" height="175" class="alignright size-full wp-image-1053" /></a></p>
<h2>Progress</h2>
<p>The first two weeks of the competition have gone fairly smoothly.  We&#8217;ve had problems with exporting models and animations and with collision responses, but no major issues that we haven&#8217;t worked past.  So far we have the abilities for each of our bee types in place and working in our blocked out level.  We&#8217;ve designed and redesigned the obstacles involved in the game and we&#8217;re happy with the basic progression of these so far, but obviously we&#8217;ll continue to change and refine them until we have a complete demo.</p>
<h2>XNA, C# and Visual Studio</h2>
<p>XNA is working very well for us, and we&#8217;re making far more progress than we expected.  Compared to the OGRE engine which we worked with on our last project XNA has a lot of similarities &#8211; it&#8217;s very flexible and allows the developer to decide the extent to which they rely on built in functionality.  However, XNA does have an advantage in terms of the amount of features available without relying on third party libraries and although content loading hasn&#8217;t been entirely painless, the design of XNA&#8217;s content pipeline is really nice.</p>
<p><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/06/cat-face.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/06/cat-face-300x273.jpg" alt="cat face" title="cat face" width="300" height="273" class="alignleft size-medium wp-image-1057" /></a> We&#8217;re using our own systems for basic physics and collision detection, so the only external functionality we&#8217;re making use of is XNAnimation for skeletal animation and EasyConfig for config file loading.   Both of these integrated incredibly easily with XNA and are working very well for us.  While early on we did consider using IronPython for scripting support, simply loading values from config files is providing more than enough flexibility for us so far, and the format we&#8217;re working with has far less overhead than creating XML files.</p>
<p>Although none of the team had much C# experience before the start of Dare, it didn&#8217;t take long to get used to it.  Obviously we don&#8217;t yet have the same level of understanding of the language as we did with C++, but for most functionality the two are similar enough that it isn&#8217;t an issue.  The fact that Visual Studio 2008 practically writes the code for us is also helpful here&#8230;</p>
<h2>Websites and all that</h2>
<p>We&#8217;ve got some concept art and renders up <a href="http://daretobedigital.com/team-information/team.php?year=2009&#038;idTeam=512">on our page on the Dare website</a>, where you can also check out the games other teams are working on.  We also have <a href="http://twitter.com/Digital_Colony">a twitter feed</a>, though mostly we just share pictures of bees.</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/dare-week-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Prototyping</title>
		<link>http://hazelmckendrick.com/journal/python-prototyping</link>
		<comments>http://hazelmckendrick.com/journal/python-prototyping#comments</comments>
		<pubDate>Sat, 28 Feb 2009 13:37:11 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[game design]]></category>
		<category><![CDATA[prototyping]]></category>
		<category><![CDATA[pyglet]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=734</guid>
		<description><![CDATA[I&#8217;ve been talking over a game idea with some friends recently. We&#8217;ve had a lot of thoughts on what our game should involve, but naturally before we can proceed much further we need to look at making some prototypes. We need to know what&#8217;s technically possible, what sort of limits we&#8217;re likely face with certain [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been talking over a game idea with some friends recently.  We&#8217;ve had a lot of thoughts on what our game should involve, but naturally before we can proceed much further we need to look at making some prototypes. </p>
<ul>
<li>We need to know what&#8217;s technically possible, what sort of limits we&#8217;re likely face with certain systems and types of gameplay.</li>
<li>It ensures the group is all on the same page in terms of the core mechanics of the game, that it&#8217;s going to work in the way we&#8217;re all imagining.</li>
<li>By fiddling with values and experimenting with different dynamics we might discover gameplay elements we wouldn&#8217;t have thought of otherwise.</li>
<li>Most importantly&#8230; <b>We know whether our idea is fun</b>.</li>
</ul>
<blockquote><p>
&#8220;You can&#8217;t argue with a prototype&#8230; If it&#8217;s cool, people shut up.&#8221; &#8212; <a href="http://uk.pc.gamespy.com/pc/spore/698263p1.html">Chris Hecker</a></p></blockquote>
<p>If something we want to build is going to be fun to play, it has to be enjoyable right from the most basic gameplay elements.  Even with all the awesome artwork in the world, <a href="http://www.gamasutra.com/features/20051026/gabler_02.shtml">heavy theming will not salvage bad design</a>.  So no matter how great our idea seemed to be, if we had tried to prototype it and came up with demos that just weren&#8217;t fun to play around with, we would have been back at the drawing board all over again.</p>
<p>So, lets looks at the prototyping work from a more technical point of view. I&#8217;ve been using <a href="http://www.python.org/">Python 2.6</a> along with <a href="http://www.pyglet.org/">Pyglet</a>, and despite never having so much as looked at either of those before I&#8217;ve been able to get things working incredibly quickly.  Compared to working in C++ and setting up devices and frameworks, this has been a very refreshing way to develop.</p>
<p>In the past I&#8217;ve used Actionscript to get together very rough prototypes, but given the (previous) lack of object orientation, the difficulty it takes to set up a new project and the fact that Adobe Flash isn&#8217;t free, I&#8217;d definitely now say I prefer Python. Although there are obviously still many features of the language I have yet to get experienced with, the syntax was easy to pick up and come to terms with.  Pyglet made it very simple to create a window and display graphics within it, and the commands for OpenGL remains the same as in C++.</p>
<p>Hopefully I&#8217;ll be able to get some other Python demos up on the site at some point, and eventually the prototypes I&#8217;ve been working on now. </p>
<p>So, what do you do about prototyping?  Do you have any Python experience and if so how have you found it? Any tips or advice?</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/python-prototyping/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
