-
Notifications
You must be signed in to change notification settings - Fork 0
/
perpetual-nomads.html
82 lines (82 loc) · 5.11 KB
/
perpetual-nomads.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width initial-scale=1, maximum-scale=1">
<title>Perpetual Nomads Virtual Reality Narrative Game | Benjamin Woodruff | Web Designer</title>
<link rel="icon" href="img/profile-icon.png" />
<link type="text/css" rel="stylesheet" href="styles.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<script src="script.js"></script><!-- for the menu functionality -->
</head>
<body>
<header>
<div id="title-row">
<h1>
<a href="index.html">Benjamin Woodruff</a>
</h1>
<button id="menu">
☰<!-- hamburger icon -->
<span class="visually-hidden">Navigation Menu</span>
</button>
</div>
<nav id="nav" class="visually-hidden">
<div id="skills-nav-row">
<a id="ux" href="index.html">User Experience</a>
<a id="web" href="web-design.html">Web Design</a>
<a id="con" href="digital-content.html">Digital Content</a>
</div>
<div id="pages-nav-row">
<a id="contact" href="mailto:[email protected]">Contact</a>
<a id="about" href="https://dtc-wsuv.org/bwoodruff16/resume/">About</a>
</div>
</nav>
<p>
A passionate Web Designer skilled in User Experience tasks like researching, planning, and testing for Websites, Apps, and VR, AR, and 3D Games.
</p>
</header><!-- end header -->
<section id="content">
<article id="intro" class="project">
<h2>
<a href="unfolding.html">Game User Experience (GUX)</a>
</h2>
<div class="featured-image">
<a href="img/perpetual-nomads.jpg" target="_blank">
<img src="img/perpetual-nomads.jpg" alt="an image depicting the starting scene of the perpetual nomads game, which is a scene in the dessert with a broken down car">
</a>
</div>
<p class="readable">
An innovative Virtual Reality Experience, coproduced by Mez Breeze Design and BradField Narrative Designs, is the latest installment of the award-winning interactive story Inanimate Alice.
</p>
<p class="readable">
In the Creative Media and Digital Culture program's Senior Seminar class, a team of Social Media Marketers and myself as a UX Researcher collaborated by attending demo sessions for the Early Access Release to help support <a href="https://perpetual-nomads.com/" target="_blank">the Perpetual Nomads VR Narrative Game's 🗗</a> mission to educate local younger generations about the pre-release development. We gathered feedback from High School and Middle School age students who both came to visit the WSUV campus and at their school, having set up the HTC Vive VR headset system and run it with a projector sharing the experience with the whole group.
</p>
<h2 class="project-sub-h2">
<a href="https://dtc-wsuv.org/projects/unfold/">Using Surveys to Derive UX Insights During Live Previews</a>
</h2>
<div class="featured-image">
<a href="img/perpetual-nomads-ui.jpg" target="_blank">
<img src="img/perpetual-nomads-ui.jpg" alt="an image depicting one scene in the perpetual nomads game which shows the UI element that indicates an opportunity to move to that location">
</a>
</div>
<p class="readable">
I designed a survey to gather demographic information, initial impressions, as well as specific feedback regarding the playability and Usability of the system and the game. We especially wanted to find out from real users if the plot of the story was believable and engaging, if there were any issues visually that may have caused breaks in presence, and what kinds of changes could be made to the UI and gameplay system to make it more enjoyable.
</p>
<p class="readable">
While games are supposed to be challenging and stories take time to build up suspense at times, it is a fine line between a good Narrative Game experience and one that is boring or frustrating. Perpetual Nomads received good feedback during a couple of demo events at local schools from users regarding how interesting and suspenseful the story was, but there were also some challenges for Middle and High School-aged students who mostly had no experience with VR. While it didn't usually take too long for them to learn the interface, there were some challenges to overcome that delayed user satisfaction. All in all, it was great working with Ian Harper and Mez Breeze on this project and they got some useful feedback.
</p>
</article><!-- end project -->
</section><!-- end content -->
<footer>
<h2>Thanks for Stopping by!</h2>
<div id="footer-row">
<a id="copyright" href="https://dtc-wsuv.org/bwoodruff16/resume/">
© <script type="text/javascript">document.write(new Date().getFullYear());</script> by Benjamin Woodruff
</a>
<a id="return-to-top" href="#">Return to Top</a>
<a id="resume" href="https://drive.google.com/file/d/13LzKTYmMtf4GRQLwIFynXDWhD2UOBmQQ/view?usp=sharing">PDF Resumé</a>
</div>
</footer><!-- end footer -->
</body><!-- end body -->
</html><!-- end html -->