-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork_experience.html
50 lines (40 loc) · 1.33 KB
/
work_experience.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
<!DOCTYPE html>
<html>
<head>
<title>Aqwam's Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<object data="sidebar.html" class="sidebar"></object>
<h2>Work Experienc<a class="hidden_link" href="hidden_work_experience.html">e</a></h2>
<table class = "center">
<tr>
<th>Date</th>
<th>Summary</th>
<th>Details</th>
</tr>
<tr>
<td>Feb 2023 - Apr 2023
<br>(3 months)</td>
<td>
<ul>
<li>Animonsta - Monsta Studios</li>
<li>Freelance Roblox Game Developer</li>
<li>Assigned to <a href="https://www.roblox.com/games/10386673659/Mechamato-Robot-Battle">Mechamato Robot Battle Roblox Game</a></li>
</ul>
</th>
<td>
<ul>
<li>Created and integrated a redeem code system to existing code base.</li>
<li>Created and integrated an accessory system to existing code base.</li>
<li>Created a parkour-like game-flow system into the game.</li>
<li>Created anti-cheats to prevent unfair advantage during <br>Monsta's public parkour competition using physics <br>and mathematical knowledge from A-Levels.</li>
<li>Created and integrated an event system and its GUIs to existing code system.</li>
<li>Make a small number of optimizations to the game.</li>
<li>Attempted to implement better coding practices in our team.</li>
</ul>
</th>
</tr>
<table>
</body>
</html>