-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparker.html
More file actions
135 lines (125 loc) · 7.67 KB
/
parker.html
File metadata and controls
135 lines (125 loc) · 7.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Parker - Meter Games</title>
<link rel="icon" href="images/favicon-light.ico" type="image/x-icon" />
<link rel="icon" href="images/favicon-light.ico" type="image/x-icon" media="(prefers-color-scheme: light)" />
<link rel="icon" href="images/favicon-dark.ico" type="image/x-icon" media="(prefers-color-scheme: dark)" />
<script>
const savedTheme = localStorage.getItem("theme") || "dark";
document.documentElement.setAttribute("data-theme", savedTheme);
</script>
<link rel="stylesheet" href="style.css" />
</head>
<body class="parker-theme">
<div class="container">
<site-header page="parker"></site-header>
<div id="banner-container" class="banner-placeholder"></div>
<section class="hero">
<h1>Parker</h1>
<p>Master the art of parking in this feature-rich 3D simulation.</p>
<a href="https://meter-g-a-m-e-s.itch.io/parker" target="_blank" rel="noreferrer" class="btn">Download on Windows</a>
</section>
<div class="grid">
<div class="card">
<h3>Core Gameplay</h3>
<ul class="feature-list">
<li><strong>Progression System:</strong> Earn money, buy cars, and unlock the test drive area.</li>
<li><strong>High Stakes:</strong> Timer + 3 Heart system. Collisions reduce rewards.</li>
<li><strong>Camera Systems:</strong> Orthographic main view, First-Person, and 4 side cameras.</li>
<li><strong>Assists:</strong> Navigation arrows and "Mini Camera" window for blind spots.</li>
</ul>
</div>
<div class="card">
<h3>Vehicle Physics</h3>
<ul class="feature-list">
<li><strong>45 Drivable Cars:</strong> Each with unique handling and feel.</li>
<li><strong>Full Control:</strong> Headlights, brake lights, reverse lights, and horns.</li>
<li><strong>Drifting:</strong> Skid marks and audio feedback.</li>
<li><strong>Special Units:</strong> Custom police car with toggleable sirens.</li>
</ul>
</div>
</div>
<div class="card" style="margin-top: 30px">
<h3>Engineering & Tooling</h3>
<p>Parker isn't just a game; it's built on a robust framework.</p>
<ul class="feature-list">
<li><strong>Custom Level Generator:</strong> I built a helper system to generate layouts instantly (static cars, empty spots, start/finish logic).</li>
<li><strong>Analytics Integration:</strong> Tracks gameplay behavior to balance difficulty.</li>
<li><strong>Reverse Parking Support:</strong> Automatically handles logic for complex parking requirements.</li>
</ul>
</div>
<section class="tech-showcase" id="behind-the-scenes">
<h2>Behind the Scenes</h2>
<p>
To manage Parker's 200+ levels, I built a custom Unity Editor tool that generates valid parking layouts, reducing level design time by 90%.
<a href="https://www.linkedin.com/posts/ryan-morov_%F0%9D%97%95%F0%9D%98%82%F0%9D%97%B6%F0%9D%97%B9%F0%9D%97%B1%F0%9D%97%B6%F0%9D%97%BB%F0%9D%97%B4-%F0%9D%97%B0%F0%9D%98%82%F0%9D%98%80%F0%9D%98%81%F0%9D%97%BC%F0%9D%97%BA-%F0%9D%97%BD%F0%9D%97%B6%F0%9D%97%BD%F0%9D%97%B2%F0%9D%97%B9%F0%9D%97%B6%F0%9D%97%BB%F0%9D%97%B2%F0%9D%98%80-activity-7413429429395165184-LWlc?utm_source=share&utm_medium=member_desktop&rcm=ACoAAEdm79cBYIib1x8q_vnQTFbfkhciuY0DS-c" target="_blank" rel="noreferrer" class="tech-showcase-link">Read the post on LinkedIn →</a>
</p>
<div class="tech-frame">
<img src="images/parker-tooling-screenshot.webp" alt="Custom Level Generator" class="enlargeable-image" />
</div>
</section>
<div class="changelog-section">
<h2>Update Log</h2>
<div class="changelog-box">
<div class="version-entry">
<div class="version-header">
<span class="version-title" style="color: var(--parker-accent)">Version 1.3</span>
<span class="badge-latest" style="background: var(--parker-accent)">Latest</span>
</div>
<ul class="feature-list">
<li>Added 20 new drivable vehicles.</li>
<li>Added test drive area.</li>
<li>Added tooltips to main menu options.</li>
<li>Added reverse lights to all vehicles.</li>
<li>Added analytics and detailed consent.</li>
<li>Revamped save system.</li>
<li>Improved lighting in scenes.</li>
<li>Modified garage scene.</li>
<li>Fixed handbrake not slowing vehicles down.</li>
<li>Fixed vehicle audio not falling under SFX volume settings.</li>
<li>Fixed UI audio bug.</li>
<li>Fixed UI scaling.</li>
</ul>
</div>
<div class="version-entry">
<div class="version-header"><span class="version-title">Version 1.2</span></div>
<ul class="feature-list">
<li>Added new parking area.</li>
<li>Added 75 levels.</li>
<li>Fixed car movement upon level end.</li>
<li>Fixed music change between scenes.</li>
<li>Fixed bugs.</li>
</ul>
</div>
<div class="version-entry">
<div class="version-header"><span class="version-title">Version 1.1</span></div>
<ul class="feature-list">
<li>Added difficulty levels.</li>
<li>Added 50 levels.</li>
<li>Added new parking area.</li>
<li>Added option to skip levels.</li>
<li>Added control map for keyboard and Xbox controller.</li>
<li>Changed parking lot skybox for a clearer environment.</li>
<li>Fixed timer pausing on park.</li>
<li>Fixed menu navigation bug.</li>
<li>Optimized car setup.</li>
<li>Optimized controller input.</li>
<li>Added links to Privacy Policy and Terms And Conditions.</li>
</ul>
</div>
<div class="version-entry">
<div class="version-header"><span class="version-title">Version 1.0</span></div>
<ul class="feature-list">
<li>First release!</li>
</ul>
</div>
</div>
</div>
<site-footer></site-footer>
</div>
<script src="script.js"></script>
</body>
</html>