Skip to content
Snippets Groups Projects
assignment.html 2.86 KiB
Newer Older
Joseph Walton-Rivers's avatar
Joseph Walton-Rivers committed
{% extends "_base.html" %}

{% block content %}
	<h1>Assignment</h1>
	<p>You will be assessed in the following ways:</p>

	<ul>
		<li><a href="#gd-hack">Game Design Hack (3-4 students per group)</a></li>
		<li><a href="#gd-group">Partipation in group work</a></li>
		<li><a href="#gd-player">Player Experiance Experiments (3-4 students per group)</a></li>
	</ul>

	<h2>Submission Process</h2>
	<p>Where deliverables are required, deliverables should be emailed to: <a href="mailto:jwalto@essex.ac.uk?subject=Game Design 2">jwalto@essex.ac.uk</a> with the subject Game Design 2: (team name)</p>

	<a id="gd-hack">
	<h2>1. Game Design Hack [30%]</h2>
	<p class="lead">A good game that fits together</p>

	<h3>Criteria</h3>
	<ul>
		<li>A working game created using the framework (50%)</li>
		<li>Game has a reasonable spread of paramters (25%)</li>
		<li>Description of paramters and their effects (25%)</li>
	</ul>

	<h3>Deliverables</h3>
	<ul>
		<li>Working game and brief description of how it works</li>
		<li>List paramters that could be used for modification and effects</li>
	</ul>

	<a id="gd-group">
	<h2>2. Particpation [20%]</h2>
	<p class="lead"></p>

	<h3>Advice</h3>
	<ul>
		<li>If working outside Lab 5, tell us where you are working</li>
	</ul>

	<a id="gd-player">
	<h2>3. Player Experiance Experiments [50%]</h2>
	<p class="lead">In groups, take a game developed as part of the game design hack and use AI experiments to determine two experiments for human player testing. Perform play testing on these varierents recording relevent results and give a presentation with these findings.</p>
	<div class="mx-3">

	<h3>3a. Final Presentation [10%]</h3>
	<p class="lead">Create a presentation explaining your game, explain the two varients of your game, the metrics that you used and the results of the games</p>

	<h4>Criteria</h4>
	<ul>
		<li>Presenetation explains game well (15%)</li>
		<li>Varients explained well (15%)</li>
		<li>Metrics explained well (15%)</li>
		<li>Discussion of results (30%)</li>
		<li>Presentation qaulity (15%)</li>
		<li>Balence of contributions to presentation (10%)</li>
	</ul>

	<h4>Deliverables</h4>
	<ul>
		<li>The presentation itself (pptx or pdfs)</li>
		<li>Presnetation given on Week 2, Session 5 PM</li>
	</ul>

	<h3>3b. Final Report [40%]</h3>
	<p class="lead">Providing a written report detailing what your team did in the final experiments.</p>

	<h4>Criteria</h4>
	<ul>
		<li>Report explains game well (15%)</li>
		<li>Varients explained well (15%)</li>
		<li>Metrics explained well (15%)</li>
		<li>Discussion of results (30%)</li>
		<li>Report qaulity (15%)</li>
		<li>Description of contribtions within the team (10%)</li>
	</ul>

	<h4>Deliverables</h4>
	<ul>
		<li>Questionaires, raw data, etc...</li>
		<li>Game varients</li>
		<li><a href="docs/report_template.docx">Report</a> submitted <strong>only</strong> in PDF format. </li>
	</ul>
	</div>

{% endblock %}