-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantithesis.html
117 lines (107 loc) · 8.95 KB
/
antithesis.html
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
112
113
114
115
116
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>Cameron Russo's Portfolio!</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portfolio for Game Designer and Developer Cameron Russo">
<meta name="author" content="Cameron Russo">
<link rel="shortcut icon" href="assets/images/blueflameguyScaledUp.png">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- github acitivity css -->
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="http://caseyscarborough.github.io/github-activity/github-activity-0.1.0.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container">
<img class="profile-image img-responsive pull-left" src="assets/images/blueflameguyScaledUp.png"
width="180"
height="180" alt="Cameron Russo" />
<div class="profile-content pull-left">
<h1 class="name">Cameron Russo</h1>
<h2 class="desc">Game Designer/Developer</h2>
<ul class="social list-inline">
<li><a href="https://www.linkedin.com/in/cfrusso18"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.github.com/cfrusso18"><i class="fa fa-github-alt"></i></a></li>
</ul>
<span class="label label-theme"><a href=index.html style="color: white;">Return Home</a></span></h3>
</div><!--//profile-->
</div><!--//container-->
</header><!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-md-8 col-sm-12 col-xs-12">
<section class="about section">
<div class="section-inner">
<h2 class="heading">Antithesis</h2>
<div class="content">
<h4 class="title">Game Summary</h4>
<p><i>Antithesis</i> is an asynchronus 1v1 competitive game, where one player is in VR, attempting to gather components for a ritual to destroy a witch that's tormenting a destroyed village.
Said witch is being controlled by the other player, who has an overhead view of the map on the computer's main display, and can summon minions to try and defeat the VR player before
they can complete the ritual. This game was completed by a team of 20 students for Game Studio, a course offered by Northeastern that gives students an opportunity to create a game with the
supervision of a professor.</p>
</div><!--//content-->
<div class="content"></div>
<h4 class="title">My Roles and Contributions</h4>
<p>Given that the production of this game was overseen by a professor, everyone on the team was assigned roles based on preference. I was assigned the role of lead designer for the project,
meaning I was responsible for quite a few things. On top of your typical responsibilities like game concepts, prototyping, playtesting, balancing, etc. I was also responsible for the upkeep
of the design log and various deliverables lists for the other teams. Being the leader, I also delegated tasks to the rest of my team, and was the go-to person for any communications between
design and any other team. <br>
I was also assigned to the sound team as a secondary role. For this role, I created a few of the sound effects that can be heard in game, in particular the creature sounds.
</p>
<h4 class="title">Production and Challenges</h4>
<p>This game was created over the course of a ~3 month semester. Many challenges came up with this game over the course of its development cycle. The concept of an asynchronus VR game
was agreed upon by the whole class, so when my team and I got to work we set out to create two very different playing experiences for both parties: the VR player should feel nervous
and the PC player should feel powerful. Throughout our 3 prototypes, and all of our playtests, this was our primary objective, and we figured we could worry about balance later. After a pretty
bad initial prototype, where the VR player had access to weapons and things like that, we landed on a balance we were proud of with the second one. This lead into the creation of the third and final
prototype, which I know both myself and my team were the most proud of. We created it in Minecraft! Using command blocks, custom potions, and custom mob spawn eggs, we were able to accurately reflect
the gameplay of the digital version of the game <i>far</i> better than either of the paper prototypes. We built the whole map by hand, and it was actually an extemely fun team bonding experience, on
top of it being productive. Near the end of the semester, everything started to come together on the final version, and I spent a lot of time in the Northeastern VR Lab with the programming team, testing
and tweaking values on the monsters, potions, traps, and everything to make sure the game felt as balanced as possible. Overall, I'm very satisfied with how it came out, considering it was made by some
students who had never worked in VR before.
</p>
<h4 class="title">Links</h4>
<p><a href=https://drive.google.com/file/d/1NSE_AMWeBbfFcW-BmmYfYFzfArIaIpNS/view> Download (Google Drive) </a><br>
<a href=https://www.gamedeveloper.com/disciplines/post-mortem-antithesis> Postmortem </a></p>
</div><!--//content-->
</div><!--//primary-->
<div class="secondary col-md-4 col-sm-12 col-xs-12">
<img src=assets/images/antithesis/1.PNG width="161" height="300"> <br><br>
<iframe width="590" height="327" src="https://www.youtube.com/embed/9vBaXVxM_s4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <br><br>
<iframe width="590" height="325" src="https://www.youtube.com/embed/IrpHv2PjwZw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <br><br>
</div><!--//secondary-->
</div><!--//row-->
</div><!--//masonry-->
<!-- ******FOOTER****** -->
<footer class="footer">
<div class="container text-center">
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="http://themes.3rdwavemedia.com">3rd Wave Media</a> for developers</small>
</div><!--//container-->
</footer><!--//footer-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>