Skip to content
Snippets Groups Projects
Commit ac3d4916 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
site/
{
"feedback": [
{
"criteria": "thing",
"mark": "?",
"maxMark": 25,
"feedback": ""
}
]
}
<!doctype html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body>
<div class="container">
{% block menu %}
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="navbar-brand">CE810</div>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="/index.html">Structure</a></li>
<li class="nav-item"><a class="nav-link" href="/assignment.html">Assignments</a></li>
</ul>
</nav>
{% endblock %}
{% block content %}
<h1>CE810 - Part 2</h1>
<p>Piers Williams and Joseph Walton-Rivers</p>
<h2>Week 1</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Session</th>
<th>Topic</th>
<th>Downloads</th>
</tr>
</thead>
<tbody>
<tr>
<th>1</td>
<td>Recap</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>2 AM</td>
<td>Prodedural Generation</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>2 PM</td>
<td>Flappy Bird &amp; Pratical</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>3</td>
<td>Game Design Hack</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>4 AM</td>
<td>Game Design Hack</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>4 PM</td>
<td>Play Testing</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>5</td>
<td>Game Balance and Assignment</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
</tbody>
</table>
<h2>Week 2</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Session</th>
<th>Topic</th>
<th>Downloads</th>
</tr>
</thead>
<tbody>
<tr>
<th>1</td>
<td></td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>2</td>
<td>AI Experiments &amp; candidate games</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>3</td>
<td>User Testing</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>4</td>
<td>Report &amp; presnetation</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>5 AM</td>
<td>Report &amp; presnetation</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>5 PM</td>
<td>Group Presentations</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
</tbody>
</table>
{% endblock content %}
<hr />
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>
{% 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 %}
File added
{% extends "_base.html" %}
{% block menu %}{% endblock %}
{% block content %}
<h2>Game Design 2</h2>
{% for assignment in assignments %}
<h2>{{assignment.name}}</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Criteria</th>
<th>Mark</th>
<th>Feedback</th>
</tr>
</thead>
<tbody>
{% for item in assignment.feedback %}
<tr>
<th>{{item.criteria}}</td>
<td><sup>{{item.mark}}</sup> / <sub>{{item.maxMark}}</sub></td>
<td>{{item.feedback}}</td>
</tr>
{% endfor %}
</tbody>
<tfoot>
<tr>
<th>Total</th>
<td>{{assignment}}</td>
<td></td>
</tfoot>
</table>
{% endfor %}
Module Total: {{assignment}}
{% endblock %}
{% extends "_base.html" %}
{% block content %}
<h2>Week 1</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Session</th>
<th>Topic</th>
<th>Downloads</th>
</tr>
</thead>
<tbody>
<tr>
<th>1</td>
<td>Recap</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>2 AM</td>
<td>Prodedural Generation</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>2 PM</td>
<td>Flappy Bird &amp; Pratical</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>3</td>
<td>Game Design Hack</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
<a href="#">Starter</a>
</ul>
</td>
</tr>
<tr>
<th>4 AM</td>
<td>Game Design Hack</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>4 PM</td>
<td>Play Testing</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
<!-- <a href="#">Games</a> -->
</ul>
</td>
</tr>
<tr>
<th>5</td>
<td>Game Balance and Assignment</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
</tbody>
</table>
<h2>Week 2</h2>
<table class="table table-striped">
<thead>
<tr>
<th>Session</th>
<th>Topic</th>
<th>Downloads</th>
</tr>
</thead>
<tbody>
<tr>
<th>1</td>
<td></td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>2</td>
<td>AI Experiments &amp; candidate games</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>3</td>
<td>User Testing</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>4</td>
<td>Report &amp; presnetation</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>5 AM</td>
<td>Report &amp; presnetation</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
<tr>
<th>5 PM</td>
<td>Group Presentations</td>
<td>
<ul class="list-inline">
<a href="#">PDF</a>
</ul>
</td>
</tr>
</tbody>
</table>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment