forked from CSE110-SP21/Lab2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
202 lines (181 loc) · 9.12 KB
/
index.html
File metadata and controls
202 lines (181 loc) · 9.12 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<title>Game Brainstorming Meeting</title>
<meta charset="utf-8">
<link rel="icon" href="assets/favicon.png">
</head>
<body>
<header>
<div class="topinfo">
<h1>Game Development Brainstorming Meeting</h1>
<h2>Meeting section/topic: Brainstorming Game Ideas</h2>
<h3>Date: 4:30PM PST, 10/1/2021</h3>
</div>
<nav class="navigation">
<ol>
<li><a href="#attendants">Attendants</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#unfinished">Unfinished</a></li>
<li><a href="#new-points">New points</a></li>
<li><a href="#misc-comments">Misc. Comments</a></li>
<li><a href="#graphics">Graphics</a></li>
<li><a href="#recordings">Recordings</a></li>
</ol>
</nav>
</header>
<main>
<h2>Summary</h2>
<p>
Roger, Steven, and Parah came together on a remote Zoom call to discuss
new game ideas they could use to debut their new game studio.
<br>
The previous meeting did not clarify <strong>Parah's official role in the team</strong>,
nor <strong>how profits should be distributed among the team,</strong> so those points
were addressed as soon as the meeting started.
<br>
It was agreed that Parah would recieve 45% <em>(after heavy negotiation)</em>, Roger with 30%, and Steven with 25%.
</p>
<hr>
<section id="attendants">
<h2>Attendants</h2>
<details>
<summary>Attendants list</summary>
<ul>
<li>Roger Roberts</li>
<li>Steven Stevenson</li>
<li>Parah Site</li>
</ul>
</details>
</section>
<div id="talking-points">
<section id="agenda">
<h2>Agenda</h2>
<details>
<summary>Agenda for this meeting</summary>
<ul>
<li>Clarify unfinished points from last meeting</li>
<li>Choose a game idea, including ideas from the last meeting</li>
<li>Address new talking points</li>
<li>Team dinner break</li>
<li>Plan next meeting</li>
</ul>
</details>
</section>
<section id="unfinished">
<h2>Unfinished from last meeting</h2>
<details>
<summary>Unfinished talking points from last meeting</summary>
<ul>
<li>Parah's role in the team?</li>
<li>How to distribute profits</li>
</ul>
</details>
</section>
<section id="new-points">
<h2>New points for this meeting</h2>
<details>
<summary>Newer points for this meeting</summary>
<ul>
<li>Game ideas that are marketable and trendy?</li>
<li>Discuss current trends and culture for ideas</li>
<li>Monetization plan</li>
<li>User acquisition plan</li>
</ul>
</details>
</section>
</div>
<section id="misc-comments">
<h2>Misc. Comments/Concerns</h2>
<details>
<summary>Comments or quotes from the meeting</summary>
<ul>
<li>Roger: <span class="quote"><b>"Let's make one of those huge open-world MMO games... That would be so cool!!"</b></span></li>
<li>Steven: <span class="quote"><b>"Let's start small and humble. It doesn't have to be so ambitious."</b></span></li>
<li>Parah: <span class="quote"><b>"I give out, like, really cool ideas. I'm the best ideas guy! I think that justifies *atleast* a 50% cut to me."</b></span></li>
<li><i>(Parah and Roger forgot to make a presentation slide, next meeting they say they'll have them)</i></li>
</ul>
</details>
</section>
<section id="graphics">
<h2>Graphics/Presentations</h2>
<details>
<summary>Images of presentations</summary>
<h3>Steven's presentation</h3> <br>
<img src="assets/stevenslide.png" alt="Steven's presentation where he proposes simple game ideas with GameMaker Studio 2" width="500"> <br>
<h3>Game diagram</h3> <br>
<img src="assets/gameidea.png" alt="Steven's game diagram, exploring what a 2d sidescroller would look like" width="500"> <br>
</details>
</section>
<section id="recordings">
<h2>Recordings</h2>
<details>
<summary>Recording and transcript of meeting</summary>
<h3>Transcript Video</h3>
<video width="320" height="300" controls>
<source src="assets/recording.mp4" type="video/mp4">
Your browser cannot display video tags.
</video>
<h3>Audio</h3>
<audio controls>
<source src="assets/recordingaudio.wav" type="audio/wav">
Your browser cannot display audio tags.
</audio>
<p><i>A.I. voices provided by <a href="https://www.uberduck.ai">uberduck.ai</a></i></p>
</details>
</section>
<hr>
<h2>Feedback Submission Form</h2>
<form method="GET" class="form-feedback">
<fieldset>
Name:
<input type="text" name="name" id="name-input" required>
<br>
Email:
<input type="text" name="email" id="email-input" required>
<br>
<textarea id="long-feedback" name="feedback" rows="4" cols="30" placeholder="Enter your feedback here!"></textarea>
<br>
Sign up for our newsletter:
<input type="checkbox" name="news-check" id="news-check">
<br>
Send to specific teammate:
<input type="radio" name="teammate-select" id="robert-select" value="Robert" checked>
<label for="robert-select">Robert</label>
<input type="radio" name="teammate-select" id="steven-select" value="Steven">
<label for="steven-select">Steven</label>
<input type="radio" name="teammate-select" id="parah-select" value="Parah">
<label for="parah-select">Parah</label>
<br>
Your birthdate:
<input type="date" id="birthday-date" name="birthday-date" value="2000-07-16">
<br>
Feedback type/topic:
<input list="feedback-type" name="feedback-type-list" id="feedback-type-list">
<datalist id="feedback-type">
<option value="Compliment">
<option value="Complaint">
<option value="Other">
</datalist>
<br>
Urgency level:
<select name="feedback-urgency" id="urgency-select">
<option value="">Choose an urgency level</option>
<option value="urgent">URGENT</option>
<option value="serious">Serious</option>
<option value="issue">Issue</option>
<option value="info">Info</option>
</select>
<br>
<button class="form-button" type="submit">Submit feedback</button>
</fieldset>
</form>
<hr>
</main>
<footer>
© 2021 Robertson Game Studios <br>
A.I. voices provided by <a href="https://www.uberduck.ai">uberduck.ai</a> <br>
Favicon and images made by Euvin Keel <br>
</footer>
</body>
</html>