-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
434 lines (418 loc) · 16.1 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#282C38">
<meta name="msapplication-navbutton-color" content="#282C38">
<meta name="apple-mobile-web-app-status-bar-style" content="#282C38">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kofi Wood • Game Dev Profile</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/kowood.js"></script>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115300926-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-115300926-1');
</script>
<body>
<!-- navigation -->
<nav class="navbx">
<div class="centroid">
<h1 class="nav_h1 stretch">Kofi <span class="water">Obo Wood</span></h1>
</div>
</nav><div class="spacerA"></div> <!-- end of navigation -->
<!-- header -->
<header class="page_header">
<section class="header_overlay">
<!-- lowertext -->
<div class="header_lowertxt">
<!-- profile box -->
<aside class="centroid header_profilebx">
<figure class="header_profile_img">
</figure>
<figurecaption class="header_profile_txt">
<h1 class="lowertxt_h1">Hi, I'm Kofi Obo Wood</h1>
<h2 class="lowertxt_h2">CEO of Limitless Games Studios Inc.</h2>
</figurecaption>
</aside>
</div>
</section>
</header>
<!-- end of header -->
<!-- section 1 -->
<section class="centroid grid_container">
<!-- grid -->
<div class="grid-6">
<!-- icon -->
<figure class="sect_ico mission"></figure>
<div class="sect_title">Game Development Mission</div>
<aside class="sect_desc">
To create games that people love playing, games that people enjoy, games that make people smile and wonder in both amusement and amazement
</aside>
</div>
<!-- grid -->
<div class="grid-6">
<!-- icon -->
<figure class="sect_ico role"></figure>
<div class="sect_title">Roles & Responsibilities</div>
<aside class="sect_desc">
<ul>
<li>Head Game Designer</li>
<li>Lead Game Developer</li>
<li>Lead Game Sound & SFX Engineer</li>
</ul>
</aside>
</div>
<div class="front_clrfx"></div>
</section>
<!-- end of section 1 -->
<!-- section 2 -->
<section class="centroid grid_container">
<h1 class="sect2_h1">Skills & Abilities</h1>
<div class="liner1"></div><div class="front_clrfx"></div>
<!-- grid -->
<div class="grid-3">
<div class="sect_points">
<ul>
<li>Ability to use C# <br> (Primary Mastery)</li>
<li>Ability to use Unity3D</li>
<li>Ability to use Adobe Photoshop</li>
</ul>
</div>
</div>
<!-- grid -->
<div class="grid-3">
<div class="sect_points">
<ul>
<li>Ability to design game play elements</li>
<li>Ability to design game play levels and balanced game economies</li>
</ul>
</div>
</div>
<!-- grid -->
<div class="grid-3">
<div class="sect_points">
<ul>
<li>
Abiilty to develop full game development docuemtations civering characters, character abilities, game enemies, gameplay sequence, game monetization, GUI and etc.
</li>
</ul>
</div>
</div>
<!-- grid -->
<div class="grid-3">
<div class="sect_points">
<ul>
<li>Ability to create or source game sounds and sfx</li>
<li>Abilty to lead game development teams in the accoplishing of game development goals</li>
</ul>
</div>
</div>
</section>
<!-- end of section 2 -->
<!-- section 3 -->
<section class="centroid grid_container">
<h1 class="sect2_h1">Game Development Experience</h1>
<div class="liner1"></div><div class="front_clrfx"></div>
<!-- grid -->
<div class="grid-4 grid_port">
<!-- icon -->
<figure class="sect_ico experience"></figure>
<div class="sect_title">Don’t Die</div>
<aside class="sect_desc">
A 2D action adveture side scroller mobile game based on 10 unique game characters; <br>
(December 2015 to September 2016)
</aside>
</div>
<!-- grid -->
<div class="grid-4 grid_port">
<!-- icon -->
<figure class="sect_ico experience"></figure>
<div class="sect_title">Save the Astronauts</div>
<aside class="sect_desc">
A causual puzzle 3D mobile game featuring 6 playable characters. <br>
(May 2017 to December 2017)
</aside>
</div>
<!-- grid -->
<div class="grid-4 grid_port">
<!-- icon -->
<figure class="sect_ico experience"></figure>
<div class="sect_title">Other Games</div>
<aside class="sect_desc">
Balloon Adventures, Celebrity PunchOut, Carpool Karaoke Animals, Elon the Zombie Defender and Don’t Die 2 are all mobile games developed and planned on paper for future development <br>
(2016 to 2018)
</aside>
</div>
</section>
<!-- end of section 3 -->
<!-- section 4 -->
<section class="centroid grid_container">
<h1 class="sect2_h1">Other Notable Achievements</h1>
<div class="liner1"></div><div class="front_clrfx"></div>
<!-- grid -->
<div class="grid-4 grid_port">
<!-- icon -->
<figure class="sect_ico achieve"></figure>
<aside class="sect_desc">
Started a game development team from scratch with 6 friends and registerded it as a Delaware Corporation four (4) months later
</aside>
</div>
<!-- grid -->
<div class="grid-4 grid_port">
<!-- icon -->
<figure class="sect_ico achieve"></figure>
<aside class="sect_desc">
Won with a team and as Performance Director, the Yachal House Christmas Musicale Contest <br>(December 2015)
</aside>
</div>
<!-- grid -->
<div class="grid-4 grid_port">
<!-- icon -->
<figure class="sect_ico achieve"></figure>
<aside class="sect_desc">
Won the Roberto Rocca Education Program Award by TENARIS For Leadership Potential & Academic Excellence <br> (June 2014)
</aside>
</div>
<!-- grid -->
<div class="grid-4 grid_port">
<!-- icon -->
<figure class="sect_ico achieve"></figure>
<aside class="sect_desc">
Won with a team and as team Leader, the KNUST-Technip Final Year Project Award for Best Engineering Design <br> (June 2014)
</aside>
</div>
<!-- grid -->
<div class="grid-4 grid_port">
<!-- icon -->
<figure class="sect_ico achieve"></figure>
<aside class="sect_desc">
Won with a team and as team Leader, the Most Innovative Engineering Team Award at the 2014 Trade & Technology Fair <br> (June 2014)
</aside>
</div>
</section><br><br>
<!-- end of section 4 -->
<!-- section 5 -->
<div class="sect5"><div class="sect5_overlay">
<section class="centroid grid_container">
<h1 class="sect2_h1">Worth Mentioning</h1>
<div class="liner1"></div><div class="front_clrfx"></div>
<!-- grid -->
<div class="grid-4">
<div class="sect_points">
<ul>
<li>Started designing games on paper at age 11</li>
<li>Designed my first social network site based on music in my final year of university</li>
</ul>
</div>
</div>
<!-- grid -->
<div class="grid-4">
<div class="sect_points">
<ul>
<li>Have sold Chale branded baseball caps & African Art shirts just to keep cash flow going</li>
</ul>
</div>
</div>
<!-- grid -->
<div class="grid-4">
<div class="sect_points">
<ul>
<li>Earned the equivalent of $250 in two days selling computer games burnt on DVDs to students in order to raise $100 I needed for my SAT registration</li>
</ul>
</div>
</div>
</section></div></div>
<!-- end of section 5 -->
<!-- section 6 -->
<section class="centroid grid_container">
<h1 class="sect2_h1">Game Development Projects</h1>
<div class="liner1"></div><div class="front_clrfx"></div>
<!-- Don't Die -->
<div class="game_holder">
<section class="grid-7 sect6_game_desc">
<h1 class="sect7_h3">Don't Die</h1>
<p>
Don’t Die is an All-American, 2D, side scroller, adventure game filled with action, epic boss battles, extremely funny game-over scenes, unpredictable character outcomes that will keep everyone who plays hooked in a healthy way that they almost never stop playing.
It’s a gamethat gives you a default option to choose from ten (10) uniquely amazing characters each with special abilities, exclusive game enemies, unique gameplay levels and different Bosses.
The goal of the player is to finish these unique levels per character by navigating through a world of choices and action which can either kill your character or give it life or boost it into its super mode.
</p>
</section>
<!-- images -->
<aside class="grid-5 sect6_game_img">
<figure class="sect6_imgbx imgfx">
<img src="img/2.jpg" alt="Don’t Die Preview">
</figure>
<div class="sect6_img_select">
<!-- img 1 -->
<figure class="grid-3 sect6_slect_img imgfx sect6_img1">
<img src="img/3.jpg" alt="Don’t Die Preview">
</figure>
<!-- img 2 -->
<figure class="grid-3 sect6_slect_img imgfx sect6_img2">
<img src="img/4.jpg" alt="Don’t Die Preview">
</figure>
<!-- img 3-->
<figure class="grid-3 sect6_slect_img imgfx sect6_img3">
<img src="img/5.jpg" alt="Don’t Die Preview">
</figure>
<!-- img 4 -->
<figure class="grid-3 sect6_slect_img imgfx sect6_img4">
<img src="img/6.jpg" alt="Don’t Die Preview">
</figure>
</div>
</aside></div>
<div class="straight_liner"></div>
<!-- Save The Astronauts -->
<div class="game_holder">
<section class="grid-7 sect6_game_desc">
<h1 class="sect7_h3">Save the Astronauts</h1>
<p>
Save the Astronauts is a 3D casual puzzle but brain challenging fun game on mobile (iOS and Android)......it’s like Flappy birds but more interactive and intellectually cooler.
The game play features a 3D Astronaut character (selectable from six(6) playable characters) who is stuck in space on an ever changing grid box environment structure with flaming asteroids, chasing rockets, evil robots and a deadly countdown timer!
</p>
</section>
<!-- images -->
<aside class="grid-5 sect6_game_img">
<figure class="sect6_imgbx2 imgfx">
<img src="img/7.jpg" alt="Save the Astronauts Preview">
</figure>
<div class="sect6_img_select">
<!-- img 1 -->
<figure class="grid-3 sect6_slect_img2 imgfx sect6_img1b">
<img src="img/8.jpg" alt="Save the Astronauts Preview">
</figure>
<!-- img 2 -->
<figure class="grid-3 sect6_slect_img2 imgfx sect6_img2b">
<img src="img/9.png" alt="Save the Astronauts Preview">
</figure>
<!-- img 3-->
<figure class="grid-3 sect6_slect_img2 imgfx sect6_img3b">
<img src="img/10.jpg" alt="Save the Astronauts Preview">
</figure>
</div>
</aside>
</div>
</section>
<!-- end of section 6 -->
<!-- section 7 -->
<section class="centroid grid_container slider_grid_box">
<h1 class="sect2_h1">Future Planned Game Developments</h1>
<div class="liner1"></div><div class="front_clrfx"></div>
<!-- slider box -->
<aside class="slide_bx">
<!-- item -->
<div class="slide_object">
<figure class="slide_object_img imgfx">
<img src="img/11.jpg" alt="Celebrity Punch Out">
</figure>
<figurecaption class="slide_object_txt">
<h3 class="sect7_h3">Celebrity Punch Out</h3>
An action packed player versus player fighting game with trending celebrities as parody characters with regular updates which come with new playable characters. This game takes multiplayer to next level using adhoc-connection between two mobile phones to facilitate a real time virtual fight between two users.
</figurecaption>
</div>
<!-- item -->
<div class="slide_object">
<figure class="slide_object_img imgfx">
<img src="img/12.jpg" alt="Balloon Adventures">
</figure>
<figurecaption class="slide_object_txt">
<h3 class="sect7_h3 comic">Balloon Adventures</h3>
Become a balloon on an adventure through perilous obstacles in the 2D fun adventure game Balloon “Adventures”. Play through various ever changing level which present new challenges ranging from new game enemies to new balloon abilities to new power ups as you unlock new worlds with your high scores and game achievements.
</figurecaption>
</div>
<!-- item -->
<div class="slide_object">
<figure class="slide_object_img imgfx">
<img src="img/13.png" alt="Elon the Zombie Defender">
</figure>
<figurecaption class="slide_object_txt">
<h3 class="sect7_h3 cinzel">Elon the Zombie Defender</h3>
You are the engineering genuis Elon Musk, founder of SpaceX, Tesla & the Boring company and the human race’s last line of defense against AI controlled Zombies. Armed with his Boring Company Flamethrower and crazy wild power ups from Tesla Model S cars to SpaceX Falcon 9 Space rockets; enjoy a never ending 2D one-tap fun adventure with special characters and weapons to unlock.
</figurecaption>
</div>
<!-- item -->
<div class="slide_object">
<figure class="slide_object_img imgfx">
<img src="img/14.png" alt="Carpool Karaoke Animals">
</figure>
<figurecaption class="slide_object_txt">
<h3 class="sect7_h3 comic">Carpool Karaoke Animals</h3>
<p>
A mobile game inspired by the CGI technology behind Outfit7’s Talking Tom & Friends, the 2016 Dreamworks animated movie: “Sing” and a video of James Corbyn and Michelle Obama in a carpool karaoke video;
</p>
<p>
Carpool Karaoke Animals is a family fun mobile game gauranteed to turn those long car rides into some amazing competitive fun experience by using the selfie camera of a smart phone to capture all occupants of a car singing and turning them into random cute animal avatars singing; not only that, players get to submit their carpool karaoke animal vidoes to weekly singing competions online where they stand to win virtual prices.
</p>
</figurecaption>
</div>
</aside>
<!-- slider controllers -->
<div class="slide_controller_box">
<div class="slide_bullet sb_1 sb_ON"></div>
<div class="slide_bullet sb_2"></div>
<div class="slide_bullet sb_3"></div>
<div class="slide_bullet sb_4"></div>
</div>
</section>
<!-- end of section 7 -->
<!-- section 8 -->
<section class="centroid grid_container">
<h1 class="sect2_h1">My Mentors & Idols Are</h1>
<div class="liner1"></div><div class="front_clrfx"></div>
<aside class="centroid_700 sect8">
<!-- grid -->
<div class="grid-6">
<!-- pic -->
<figure class="profile_img imgfx">
<img src="img/mentor-2.jpg" alt="Shigeru Miyamoto">
</figure>
<div class="profile_name">Shigeru Miyamoto</div>
<div class="profile_position">Creator of Super Mario</div>
</div>
<!-- grid -->
<div class="grid-6">
<!-- pic -->
<figure class="profile_img imgfx">
<img src="img/mentor-1.jpg" alt="Steve Jobs">
</figure>
<div class="profile_name">Steve Jobs</div>
<div class="profile_position">Co-founder of Apple & Pixar <br>Founder of N<span class="sm_letter">e</span>XT</div>
</div>
</section>
<!-- end of section 8 -->
<!-- section 9 -->
<section class="centroid grid_container">
<h1 class="sect2_h1">The Team</h1>
<div class="liner1"></div><div class="front_clrfx"></div>
<!-- company -->
<figure class="company_logo imgfx">
<img src="img/15.jpg" alt="Limitless Game Studios">
</figure>
<!-- description -->
<aside class="centroid_700 company_desc">
<p>
Limitless Games Studios Inc. is a mobile game studio co-founded by me and origianlly made up of a team of me and six(6) other friends with the aim of making amazing groundbreaking mobile games.
</p>
</aside><br><br><br>
<!-- team -->
<figure class="sect9_team_img imgfx">
<img src="img/16.jpg" alt="The Team that was behind Don’t Die">
</figure>
<div class="sect9_team_desc">The Team that was behind Don’t Die</div>
<!-- team -->
<figure class="sect9_team_img sect9_team_img2 imgfx">
<img src="img/17.jpg" alt="The Team that was behind Save the Astronauts">
</figure>
<div class="sect9_team_desc">The Team that was behind Save the Astronauts</div>
</section>
<!-- end of section 9 -->
<footer class="page_footer"></footer>
</body>
</html>