<?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; SCRUM</title>
	<atom:link href="http://hazelmckendrick.com/journal/tag/scrum/feed" rel="self" type="application/rss+xml" />
	<link>http://hazelmckendrick.com</link>
	<description>Programming and Games Technology Portfolio</description>
	<lastBuildDate>Mon, 20 Jun 2011 17:44:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How We Make Games</title>
		<link>http://hazelmckendrick.com/journal/how-we-make-games</link>
		<comments>http://hazelmckendrick.com/journal/how-we-make-games#comments</comments>
		<pubDate>Mon, 24 Aug 2009 19:06:07 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[dare to be digital]]></category>
		<category><![CDATA[Dare To Be Digital]]></category>
		<category><![CDATA[digital colony]]></category>
		<category><![CDATA[group project]]></category>
		<category><![CDATA[pollen]]></category>
		<category><![CDATA[Screw The Nut]]></category>
		<category><![CDATA[SCRUM]]></category>
		<category><![CDATA[Some Assembly Required]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=1313</guid>
		<description><![CDATA[Unless you&#8217;re new around here, you&#8217;ll have heard that over the summer I was working on Pollen with Digital Colony. The team of five was composed of three programmers (myself, Ian and Kieran) who had worked together before, along with two artists (Jess, and Abi who also took on the role of team leader). Our [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://killercodingninjabunny.com/wp-content/uploads/2009/08/fish.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/08/fish-300x129.jpg" alt="fish" title="fish" width="300" height="129" class="aligncenter size-medium wp-image-1319" /></a> </p>
<p>Unless you&#8217;re new around here, you&#8217;ll have heard that over the summer I was working on Pollen with <a href="http://digitalcolony.co.uk">Digital Colony</a>.  The team of five was composed of three programmers (myself, Ian and Kieran) who had worked together before, along with two artists (Jess, and Abi who also took on the role of team leader).  Our previous project, Some Assembly Required, experienced mentors had introduced us to Scrum and given us advice throughout the development process.  Moving on to work on Pollen we had a fair idea of what had worked for us and areas we could improve. <span id="more-1313"></span></p>
<p>&nbsp;</p>
<h2>It&#8217;s Kinda Like Scrum &#8230;ish</h2>
<p>        Before we began developing Some Assembly Required, our first group project, we all did some reading on agile development and in particular on Scrum.  As I&#8217;m sure most people can guess &#8211; actually following a development methodology in practice is nothing like learning about it in theory.  Although we continuously refined the way we worked and organised the project, having a framework on which to base our development made a huge difference.</p>
<p><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/08/USEspider.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/08/USEspider-300x129.jpg" alt="USEspider" title="USEspider" width="300" height="129" class="aligncenter size-medium wp-image-1322" /></a></p>
<p>&nbsp;        </p>
<h2>Using A Wiki</h2>
<p>        Partway through our first project we started using a wiki to track development, and we haven&#8217;t looked back since.  Of course there are benefits to storing a spreadsheet or text document in source control, using a physical board or using specific management software, but wikis have several important features for us:</p>
<ol>
<li>We can access it from anywhere with an internet connection.</li>
<li>It&#8217;s easy to share with anyone looking over the project, unlike a file stored in source control.</li>
<li>There&#8217;s little overhead in terms of setting it up and creating sortable tables.</li>
<li>Wikis support mixed media and internal links &#8211; you can easily connect pages about the areas you are working on.</li>
<li>Unlike fully fledged project planning software, all formatting is self imposed &#8211; you can easily change what information you store and how you use it.</li>
<li>We can keep all the information for bug tracking, priority lists and game design in one location.</li>
</ol>
<p><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/08/target1.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/08/target1-300x129.jpg" alt="target1" title="target1" width="300" height="129" class="aligncenter size-medium wp-image-1320" /></a></p>
<p>&nbsp;    </p>
<h2>Priority Is King</h2>
<p>        Although each programmer on the team had ideas about how they would like to specialise, let&#8217;s face it we&#8217;re all pretty inexperienced.  We all have strengths and weaknesses, but in terms of areas of the codebase, no-one had a huge advantage in terms of experience.  In most respects we were interchangeable.</p>
<p>        Because of this, we were able to assign work based purely on priority.  By that I mean we could split the work we had committed to into tasks, each with an individual time estimate, then sort them by importance.  Each time we completed an objective, we could simply pick up the next most important &#8211; regardless of what area it related to.</p>
<p>        This helped ensure no-ones work was blocked &#8211; for example we wouldn&#8217;t be stuck waiting for a piece of physics code in order to continue.  It also meant we could all work on the game framework initially, build up gameplay throughout the project and the focus on polish and graphics towards the end.  </p>
<p>        A more mixed blessing was the way that we all had to get experience with every area of the codebase.  As far as I see, this was fantastic in terms of experience.  We all had to get used to writing code that we knew other programmers would read and alter, and with modifying and expanding the work of others.  It ensured no-one &#8220;owned&#8221; an area of the codebase or became precious about their work being changed, and made sure we got used to writing maintainable code.</p>
<p>        At the same time though, specialising would have allowed each of us to focus on one area and possibly get a fuller understanding of it.  Also, as students, it would have given us separate pieces of code to declare as our own and a simpler answer to the question &#8220;So, what part did you work on?&#8221; than &#8220;All of it!&#8221;.</p>
<p><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/08/USEhonets.png"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/08/USEhonets-300x129.png" alt="USEhonets" title="USEhonets" width="300" height="129" class="aligncenter size-medium wp-image-1321" /></a></p>
<p>&nbsp;  </p>
<h2>Keep Aligned With The Entire Team</h2>
<p>        Working on Some Assembly Required, one of the biggest problems on the project was the extent to which various team members were separate.  Before work began on Pollen, we talked about using Scrum for the entire team.  As soon as work began though, it became apparent that it wasn&#8217;t going to work out.</p>
<p>        Having two artists, one 2D and one 3D, made it difficult to simply sort work by priority.  Each task had to be carried out by one particular person, often in a particular order or going back and forward between artists (such as when texturing).  Instead, we simply agreed which stories were going to be a priority in a given week, and decided which art assets and programming tasks would come of this.  </p>
<p>        At the beginning of the project, our 3D artists Jess made some placeholder assets: a sphere, a box and a billboard, as well as assets to test animation and texturing approaches.  This made it easy to simply apply textures stating what an object was until it could be replaced with a final asset &#8211; we were never waiting on an object being produced or exported.  </p>
<p>        Part of the way through the project, we started assigning time each week towards ensuring any new assets produced were working in the game correctly.</p>
<p><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/08/bees3.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/08/bees3-300x129.jpg" alt="bees3" title="bees3" width="300" height="129" class="aligncenter size-medium wp-image-1317" /></a></p>
<p>&nbsp;    </p>
<h2>Stay Flexible</h2>
<p>        One of the best aspects of working on a small team with complete control, and also of short iterations, is the extent to which you can adapt the development process.  We tried things that didn&#8217;t work, for example for a while we tried to keep graphs of our progress.  At the end of the day we just didn&#8217;t find them useful &#8230;so we just stopped. Nothing lost.  At the same time though we also tried, for example, creating tasks that averaged at most 3 hours rather than 5 or 6, and that made development easier for everyone.  There was plenty of room to experiment.</p>
<p>        The same goes for design.  No member of the team, on either project I&#8217;ve been part of, was an experienced game designer so needless to say we learned a whole lot as time went on.  Although both projects were only ten weeks long, we still had time to make large changes to our original designs &#8211; for example trying and scrapping touch screen support, or adding puzzles based on throwing rocks once we had a feel for the mechanic.</p>
<p><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/08/boss.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/08/boss-300x129.jpg" alt="boss" title="boss" width="300" height="129" class="aligncenter size-medium wp-image-1318" /></a></p>
<p>&nbsp;      </p>
<h2>Nothing Is Perfect</h2>
<p>        Of course, even though the last project went fairly smoothly from a development perspective, there is still a lot about our methods we could improve and a number of things we&#8217;d do differently if we were to begin another game.  I hope to cover more about what didn&#8217;t work for us, and what we intend to rethink in a specific Pollen postmortem, but until then I&#8217;d love to hear from you.  What problems or benefits can you see about the way we work?  How does it compare to yourself or your team?</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/how-we-make-games/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Assembly Required So Close To Completion Update</title>
		<link>http://hazelmckendrick.com/journal/some-assembly-required-so-close-to-completion-update</link>
		<comments>http://hazelmckendrick.com/journal/some-assembly-required-so-close-to-completion-update#comments</comments>
		<pubDate>Tue, 31 Mar 2009 00:50:05 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Other Abertay Students]]></category>
		<category><![CDATA[platformer]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[Screw The Nut]]></category>
		<category><![CDATA[SCRUM]]></category>
		<category><![CDATA[Some Assembly Required]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=877</guid>
		<description><![CDATA[As you may previously have read, this year my team &#8220;Screw The Nut&#8221; has been working on a 3D platform game through the BBC&#8217;s prototype project and the University of Abertay Dundee, &#8220;Some Assembly Required&#8221;. Our final hand-in to the BBC is tomorrow so I thought I&#8217;d take this time to build a little suspense [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_879" class="wp-caption alignleft" style="width: 310px"><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/03/ourgamelooksweeeeeeeeet.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/03/ourgamelooksweeeeeeeeet-300x225.jpg" alt="So many particles." title="ourgamelooksweeeeeeeeet" width="300" height="225" class="size-medium wp-image-879" /></a><p class="wp-caption-text">So many particles.</p></div><br />
As you may previously have read, this year my team &#8220;Screw The Nut&#8221; has been working on a 3D platform game through the <a href="http://whitespaceabertay.blogspot.com/2009/01/bbc-prototype-finds-success-in-white.html">BBC&#8217;s prototype project</a> and the <a href="http://www.abertay.ac.uk/">University of Abertay Dundee</a>, &#8220;Some Assembly Required&#8221;.  Our final hand-in to the BBC is tomorrow so I thought I&#8217;d take this time to build a little suspense before I share the final game-play videos and let you see a few screenshots.</p>
<p>The game itself sees Warran T. Void, a lost and damaged little robot, wake up alone in a factory.  By collecting new parts from vending machines he can rebuild himself with new abilities, allowing him to overcome obstacles and progress through the game.  Our prototype level introduces you to a pair of suspicious character who instruct you to climb a giant construction robot and collect pickups for them, and playing as the naive Warran you enthusiastically oblige. </p>
<p><div id="attachment_878" class="wp-caption alignright" style="width: 310px"><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/03/buddies.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/03/buddies-300x240.jpg" alt="Would you trust these gentlemen? - experimenting with full screen effects." title="buddies" width="300" height="240" class="size-medium wp-image-878" /></a><p class="wp-caption-text">Would you trust these gentlemen?</p></div>
<p>These are all taken within the last week as we built our level and did some final testing.  It&#8217;s been really awesome to see our game go from a series of platforms on a plane into a full, playable prototype level as it was only recently that we were able to bring all our art assets and platforming sections together into one application.  As you can see, we went a little overboard with bloom, particle effects and shiny things however our actual focus throughout development has been on gameplay mechanics and the physics behind this.</p>
<p>The game was implemented over a period of two and a half months, that&#8217;s ten week-long development iterations, following on from general story and game-play designs we worked on late last year.  A lot has changed from our original ideas &#8211; in particular splitting the BBC&#8217;s &#8220;interactive narrative&#8221; brief into two parts consisting of this game and a separate research project &#8211; but we&#8217;ve kept the core mechanics and level in tact.</p>
<div id="attachment_880" class="wp-caption alignleft" style="width: 310px"><a href="http://killercodingninjabunny.com/wp-content/uploads/2009/03/test.jpg"><img src="http://killercodingninjabunny.com/wp-content/uploads/2009/03/test-300x225.jpg" alt="Did we mention our level is also a robot?" title="test" width="300" height="225" class="size-medium wp-image-880" /></a><p class="wp-caption-text">Did we mention our level is also a robot?</p></div>
<p>The team itself consists of ten third-year students: five programmers including myself, two artists, two producers and a sound engineer.  We also had the assistance of programmers from the BBC, and a mentor from <a href="http://www.realtimeworlds.com/">Real Time Worlds</a>.  This made a huge difference to the project in terms of organisation and development and keeping on track, as well as handling technical problems with our codebase, and (at least as far as I&#8217;m concerned) has given us far more experience to carry over to our future projects than we would have gained on our own.</p>
<p>So, fingers crossed for our demo tomorrow and our showcase later in the term (which I believe is open to the public, more details will follow if that&#8217;s the case) and hopefully we&#8217;ll have a final video prepared for you soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/some-assembly-required-so-close-to-completion-update/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Making Progress (And Not Just Talking About It)</title>
		<link>http://hazelmckendrick.com/journal/making-progress-and-not-just-talking-about-it</link>
		<comments>http://hazelmckendrick.com/journal/making-progress-and-not-just-talking-about-it#comments</comments>
		<pubDate>Fri, 06 Mar 2009 14:47:21 +0000</pubDate>
		<dc:creator>Hazel</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[group project]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[meetings]]></category>
		<category><![CDATA[SCRUM]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://killercodingninjabunny.com/?p=763</guid>
		<description><![CDATA[At the beginning of this year, we finally started implementing our design for a group project game. Considering that we were meant to be working around 40 hours per week and have 4 seperate modules for this term, it seemed fair to allocate 10 hours per programmer of development work per week (considerably more than [...]]]></description>
			<content:encoded><![CDATA[<p>At the beginning of this year, we finally started implementing our design for a group project game. Considering that we were meant to be working around 40 hours per week and have 4 seperate modules for this term, it seemed fair to allocate 10 hours per programmer of development work per week (considerably more than the 20 hour total development time our producer originally planned in order to &#8220;make his charts look pretty&#8221;, but that&#8217;s neither here nor there). </p>
<p>Looking at our burndowns, table and charts, we really are doing 10 hours of development. At least. Plus research. Plus fitting in time between classes or over lunch. Plus helping other people over their shoulder or on MSN.</p>
<p>&#8230;Plus meetings.</p>
<p>We normally have two meetings per week &#8211; a whole group meeting, which normally take around an hour although it can easily last longer, and a sprint retrospective followed almost immediately after by a sprint planning meeting, which often lasts three hours and sometimes as long as four.</p>
<p>That&#8217;s right,<br />
<h3>1/3rd of our weekly project time is spent purely sitting in meetings.</h3>
<p>Does that sound as horrific to you as it does to me?</p>
<p>My first thought was &#8220;What can we cut out to shorten this time?&#8221; and after some consideration, there are a few ways we might be able to limit our time to some extent, but there&#8217;s nothing that would really make a significant impact.  We meet with the whole group once a week to discuss progress with the artists, and to give feedback to each other about the direction of the game. It might be possible that only one programmer could attend this but there are decisions they couldn&#8217;t make without deferring to the other developers &#8211; going back and forth would probably take just as much time. Compared to the length of our SCRUM related meetings, this is also a fairly small consideration anyway.</p>
<p>As inexperienced developers working on our first group project, we&#8217;re learning a lot from each sprint, and are constantly making changes (hopefully improvements!) to the way we work. Whilst developing a finished game is important to us, this is above all a learning process and cutting down on our sprint retrospectives would be cutting down on the time we have to reflect as a group &#8211; clearly not something we&#8217;d be willing to sacrifice lightly.  Similarly, planning our next sprint take a fairly fixed amount of time. We need to select the stories we&#8217;re working on, split them into tasks and get estimates.  We also take time at this meeting to discuss roadblocks we&#8217;re facing, technical changes and get help with solutions since we have far more exerperienced developers around to help us.  This would take up time no matter when we did it &#8211; over MSN, over lunch, when we&#8217;re meant to be programming&#8230; it&#8217;s not something we could easily eliminate.</p>
<p>So maybe all the time we&#8217;re spending reflecting on our progress *is* necessary.  Maybe the real issue is that <b>formal group development just doesn&#8217;t scale down all that well</b>. I mean, the amount of time we&#8217;re spending on this project seems a lot when we&#8217;re also working on other coursework and modules, but what&#8217;s 10-15 hours in the real world? Compared to working full time on a project, that&#8217;s next to nothing. Even dedicating 40 hours a week to a project though, it would be hard to imagine our meetings lasting a whole lot longer &#8211; <b>the overhead appears to be almost constant</b>.</p>
<p>So maybe the problem is with our implementation of SCRUM, maybe it&#8217;s a problem with SCRUM in general and maybe it applies to almost any development methodology &#8211; either way, for a small project the amount of time we spend in meetings per week is unnacceptable.</p>
<p>So for the sake of future students embarking on these projects, can anyone offer some suggestions? Recommend an alternative development method perhaps? Help programmers to spend as much of their time as possible on making progress, and not just talking about it?</p>
]]></content:encoded>
			<wfw:commentRss>http://hazelmckendrick.com/journal/making-progress-and-not-just-talking-about-it/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

