File size: 14,096 Bytes
fe5af4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
align:start position:0%
 
uh my name is Miriam prosnit and I was

 align:start position:0%
uh my name is Miriam prosnit and I was
 

 align:start position:0%
uh my name is Miriam prosnit and I was
on team Heatwave you play and there are

 align:start position:0%
on team Heatwave you play and there are
 

 align:start position:0%
on team Heatwave you play and there are
characters moving around and different

 align:start position:0%
characters moving around and different
 

 align:start position:0%
characters moving around and different
uh people who are at risk for being

 align:start position:0%
uh people who are at risk for being
 

 align:start position:0%
uh people who are at risk for being
vulnerable to heat waves move around the

 align:start position:0%
vulnerable to heat waves move around the
 

 align:start position:0%
vulnerable to heat waves move around the
screen so one person was in charge of

 align:start position:0%
screen so one person was in charge of
 

 align:start position:0%
screen so one person was in charge of
researching who are those people and

 align:start position:0%
researching who are those people and
 

 align:start position:0%
researching who are those people and
another person was in charge of okay I'm

 align:start position:0%
another person was in charge of okay I'm
 

 align:start position:0%
another person was in charge of okay I'm
going to make a character object and we

 align:start position:0%
going to make a character object and we
 

 align:start position:0%
going to make a character object and we
split up all of those actually right at

 align:start position:0%
split up all of those actually right at
 

 align:start position:0%
split up all of those actually right at
the beginning so that we knew who to

 align:start position:0%
the beginning so that we knew who to
 

 align:start position:0%
the beginning so that we knew who to
contact about what

 align:start position:0%
contact about what
 

 align:start position:0%
contact about what
and then based off of that we would come

 align:start position:0%
and then based off of that we would come
 

 align:start position:0%
and then based off of that we would come
together and say what needs to be done

 align:start position:0%
together and say what needs to be done
 

 align:start position:0%
together and say what needs to be done
and whose job is it and is that still

 align:start position:0%
and whose job is it and is that still
 

 align:start position:0%
and whose job is it and is that still
balanced in terms of who's working on

 align:start position:0%
balanced in terms of who's working on
 

 align:start position:0%
balanced in terms of who's working on
what and it worked out really well

 align:start position:0%
 
 

 align:start position:0%
 
actually actually funny enough I took

 align:start position:0%
actually actually funny enough I took
 

 align:start position:0%
actually actually funny enough I took
this course solely because I had no

 align:start position:0%
this course solely because I had no
 

 align:start position:0%
this course solely because I had no
course no computer science courses this

 align:start position:0%
course no computer science courses this
 

 align:start position:0%
course no computer science courses this
semester uh because I was abroad last

 align:start position:0%
semester uh because I was abroad last
 

 align:start position:0%
semester uh because I was abroad last
year I did a full year of engineering

 align:start position:0%
year I did a full year of engineering
 

 align:start position:0%
year I did a full year of engineering
coursework and I was like don't need any

 align:start position:0%
coursework and I was like don't need any
 

 align:start position:0%
coursework and I was like don't need any
more requirements might as well just

 align:start position:0%
more requirements might as well just
 

 align:start position:0%
more requirements might as well just
take one for fun so here I am in

 align:start position:0%
take one for fun so here I am in
 

 align:start position:0%
take one for fun so here I am in
creating video games and so my goal was

 align:start position:0%
creating video games and so my goal was
 

 align:start position:0%
creating video games and so my goal was
to write code and the funniest thing I'm

 align:start position:0%
to write code and the funniest thing I'm
 

 align:start position:0%
to write code and the funniest thing I'm
not representative of my team at all I'm

 align:start position:0%
not representative of my team at all I'm
 

 align:start position:0%
not representative of my team at all I'm
like the one person in this class who's

 align:start position:0%
like the one person in this class who's
 

 align:start position:0%
like the one person in this class who's
not written a single line of code this

 align:start position:0%
not written a single line of code this
 

 align:start position:0%
not written a single line of code this
entire semester because I ended up being

 align:start position:0%
entire semester because I ended up being
 

 align:start position:0%
entire semester because I ended up being
project manager a lot and so what I

 align:start position:0%
project manager a lot and so what I
 

 align:start position:0%
project manager a lot and so what I
learned is a lot of the process a lot of

 align:start position:0%
learned is a lot of the process a lot of
 

 align:start position:0%
learned is a lot of the process a lot of
making things work is really just

 align:start position:0%
making things work is really just
 

 align:start position:0%
making things work is really just
emailing people calling them on the

 align:start position:0%
emailing people calling them on the
 

 align:start position:0%
emailing people calling them on the
phone being like are you supposed to be

 align:start position:0%
phone being like are you supposed to be
 

 align:start position:0%
phone being like are you supposed to be
at this meeting right now going and

 align:start position:0%
at this meeting right now going and
 

 align:start position:0%
at this meeting right now going and
buying snacks for a meeeting you think

 align:start position:0%
buying snacks for a meeeting you think
 

 align:start position:0%
buying snacks for a meeeting you think
it's like silly you know nobody really

 align:start position:0%
it's like silly you know nobody really
 

 align:start position:0%
it's like silly you know nobody really
needs to get snacks but I've been told

 align:start position:0%
needs to get snacks but I've been told
 

 align:start position:0%
needs to get snacks but I've been told
by my teammates that if I hadn't gotten

 align:start position:0%
by my teammates that if I hadn't gotten
 

 align:start position:0%
by my teammates that if I hadn't gotten
snacks they wouldn't have come so um I

 align:start position:0%
snacks they wouldn't have come so um I
 

 align:start position:0%
snacks they wouldn't have come so um I
learned a lot about the project

 align:start position:0%
learned a lot about the project
 

 align:start position:0%
learned a lot about the project
management and the work that goes on

 align:start position:0%
management and the work that goes on
 

 align:start position:0%
management and the work that goes on
behind the scenes which I've seen before

 align:start position:0%
behind the scenes which I've seen before
 

 align:start position:0%
behind the scenes which I've seen before
but I just didn't realize the scale of

 align:start position:0%
but I just didn't realize the scale of
 

 align:start position:0%
but I just didn't realize the scale of
it in games uh something I would give

 align:start position:0%
it in games uh something I would give
 

 align:start position:0%
it in games uh something I would give
feedback about this class is I really

 align:start position:0%
feedback about this class is I really
 

 align:start position:0%
feedback about this class is I really
like the fast paace of the first three

 align:start position:0%
like the fast paace of the first three
 

 align:start position:0%
like the fast paace of the first three
project and this project uh because it

 align:start position:0%
project and this project uh because it
 

 align:start position:0%
project and this project uh because it
was so much longer time the team was so

 align:start position:0%
was so much longer time the team was so
 

 align:start position:0%
was so much longer time the team was so
much larger and we had this kind of set

 align:start position:0%
much larger and we had this kind of set
 

 align:start position:0%
much larger and we had this kind of set
topic we had to deal with I didn't enjoy

 align:start position:0%
topic we had to deal with I didn't enjoy
 

 align:start position:0%
topic we had to deal with I didn't enjoy
it as much as I mentioned one of the

 align:start position:0%
it as much as I mentioned one of the
 

 align:start position:0%
it as much as I mentioned one of the
main issues for our team was passion at

 align:start position:0%
main issues for our team was passion at
 

 align:start position:0%
main issues for our team was passion at
the end of the day I I can summarize

 align:start position:0%
the end of the day I I can summarize
 

 align:start position:0%
the end of the day I I can summarize
what you should do in a heatwave in like

 align:start position:0%
what you should do in a heatwave in like
 

 align:start position:0%
what you should do in a heatwave in like
two sentences that doesn't make for a

 align:start position:0%
two sentences that doesn't make for a
 

 align:start position:0%
two sentences that doesn't make for a
very interesting game um so that's

 align:start position:0%
very interesting game um so that's
 

 align:start position:0%
very interesting game um so that's
something I would say if I was to do it

 align:start position:0%
something I would say if I was to do it
 

 align:start position:0%
something I would say if I was to do it
again I would I would have played the

 align:start position:0%
again I would I would have played the
 

 align:start position:0%
again I would I would have played the
game where you play as the Heatwave and

 align:start position:0%
game where you play as the Heatwave and
 

 align:start position:0%
game where you play as the Heatwave and
you like try to attack people cuz that

 align:start position:0%
you like try to attack people cuz that
 

 align:start position:0%
you like try to attack people cuz that
sounds like more fun uh and I think

 align:start position:0%
sounds like more fun uh and I think
 

 align:start position:0%
sounds like more fun uh and I think
that's the other thing I learned about

 align:start position:0%
that's the other thing I learned about
 

 align:start position:0%
that's the other thing I learned about
games is that you really have to care

 align:start position:0%
games is that you really have to care
 

 align:start position:0%
games is that you really have to care
about what you're

 align:start position:0%
 
 

 align:start position:0%
 
making well somebody mentioned in one of

 align:start position:0%
making well somebody mentioned in one of
 

 align:start position:0%
making well somebody mentioned in one of
the presentations that for the last

 align:start position:0%
the presentations that for the last
 

 align:start position:0%
the presentations that for the last
project we would submit these Sprint

 align:start position:0%
project we would submit these Sprint
 

 align:start position:0%
project we would submit these Sprint
task list and they wouldn't necessarily

 align:start position:0%
task list and they wouldn't necessarily
 

 align:start position:0%
task list and they wouldn't necessarily
be what we like people actually would do

 align:start position:0%
be what we like people actually would do
 

 align:start position:0%
be what we like people actually would do
because people were so busy at the end

 align:start position:0%
because people were so busy at the end
 

 align:start position:0%
because people were so busy at the end
of the semester for my team if it was

 align:start position:0%
of the semester for my team if it was
 

 align:start position:0%
of the semester for my team if it was
the case that we hadn't done something I

 align:start position:0%
the case that we hadn't done something I
 

 align:start position:0%
the case that we hadn't done something I
would put it on the Sprint task list

 align:start position:0%
would put it on the Sprint task list
 

 align:start position:0%
would put it on the Sprint task list
again uh but I didn't have to and that

 align:start position:0%
again uh but I didn't have to and that
 

 align:start position:0%
again uh but I didn't have to and that
could have if I hadn't done that then

 align:start position:0%
could have if I hadn't done that then
 

 align:start position:0%
could have if I hadn't done that then
there would have been a big Divergence

 align:start position:0%
there would have been a big Divergence
 

 align:start position:0%
there would have been a big Divergence
between what we said we were doing and

 align:start position:0%
between what we said we were doing and
 

 align:start position:0%
between what we said we were doing and
what we were actually doing so as an

 align:start position:0%
what we were actually doing so as an
 

 align:start position:0%
what we were actually doing so as an
educator I would really say check in on

 align:start position:0%
educator I would really say check in on
 

 align:start position:0%
educator I would really say check in on
your team see actually what they've done

 align:start position:0%
your team see actually what they've done
 

 align:start position:0%
your team see actually what they've done
make sure they're setting realistic

 align:start position:0%
make sure they're setting realistic
 

 align:start position:0%
make sure they're setting realistic
goals and following through on them