-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmagicHat.html
More file actions
111 lines (99 loc) · 4.83 KB
/
Copy pathmagicHat.html
File metadata and controls
111 lines (99 loc) · 4.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Nigel's Game Development Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/game-development.svg" alt="" /></span><span class="title">Nigel's Game Development Portfolio</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Projects</a></li>
<li><a href="aboutMe.html">About Me</a></li>
<li><a href="files/Nigel_Charleston_Resume_New.pdf">Resume</a></li>
<li><a href="desolationPlace.html">Desolation Place</a></li>
<li><a href="io.html">IO</a></li>
<li><a href="magicHat.html">The Magic Hat</a></li>
<li><a href="automationGenerationBlog.html">Research Project On Procedural Generation</a></li>
<!-- <li><a href="zelda.html">Zelda</a></li> -->
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<div class="row">
<div class="col-6 col-12-medium" style="float:left;">
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/IcuKVrImSZU' frameborder='0' allowfullscreen></iframe></div>
<img src="images/MagicHat/finalboss.PNG" alt="Gameplay" style="width:100%;height:auto;">
<img src="images/MagicHat/Dialog.PNG" alt="Gameplay" style="width:100%;height:auto;">
</div>
<div class="col-6 col-12-medium" style="float:right;">
<h1 style="margin-bottom: 0px;">About The Magic Hat</h1>
<p>The Magic Hat is a 2D asymmetric two player game where an unlikely duo, a squirrel and a hedgehog, must return a wizard’s hat.
The players must combine their unique abilities to overcome obstacles and defeat evil bosses in order to return the hat to its rightful owner.
</p>
<h2 style="margin-bottom: 0px;">Development Blog + Download</h2>
<p>
<a href="https://www.indiedb.com/members/nonsense-studios/articles">https://www.indiedb.com/members/nonsense-studios/articles</a><br>
<a href="https://www.indiedb.com/members/nonsense-studios/downloads">Download Game Here (Click on Gold builds)</a> Requires 2 Xbox controllers
</p>
<h2 style="margin-bottom: 0px;">Development Details</h2>
<ul>
<li>Final Team Project for Game Development Course</li>
<li>Development Cycle: 1-2 months (Agile Development)</li>
<li>Team: Nigel Charleston, Natasha Badami, David Hu, Keaton Bonds, Paul Green</li>
<li>Engine: Unity</li>
<li>Programming Language: C#</li>
</ul>
<h2 style="margin-bottom: 0px;">Role: Gameplay Programmer + Blog Writer</h2>
<ul>
<li>Found and fixed critical bugs impacting gameplay and UI functionailty, improving the players' experience with the game.</li>
<li>Implemented a game controller object which manages player progression, as well as a respawning mechanic for reviving dead players.</li>
<li>Wrote weekly blog posts on the game's development via Indie DB, documenting the team's progress and struggles.</li>
<li>Helped organize and run play sessions, which were used to solicit feedback on the game from the general public. </li>
</ul>
<h2 style="margin-bottom: 0px;">Post-mortem</h2>
<p>
<a href="magicHatPostMortem.html">Reflection on Project Experience Avaliable Here</a><br>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>