-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
236 lines (220 loc) · 10.7 KB
/
Copy pathterms.html
File metadata and controls
236 lines (220 loc) · 10.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms of Use – Vehicle Guesser</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #0f172a;
--surface: #1e293b;
--border: rgba(255,255,255,0.08);
--accent: #f97316;
--text: #e2e8f0;
--muted: #94a3b8;
--radius: 12px;
}
body {
background: var(--bg);
color: var(--text);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.7;
padding: 0;
}
header {
background: var(--surface);
border-bottom: 1px solid var(--border);
padding: 24px 24px 20px;
text-align: center;
}
header .logo {
font-size: 13px;
letter-spacing: 0.15em;
text-transform: uppercase;
color: var(--accent);
font-weight: 700;
margin-bottom: 6px;
}
header h1 {
font-size: 26px;
font-weight: 800;
color: #fff;
letter-spacing: -0.02em;
}
header .updated {
margin-top: 8px;
font-size: 13px;
color: var(--muted);
}
main {
max-width: 680px;
margin: 0 auto;
padding: 40px 24px 80px;
}
section {
background: var(--surface);
border: 1px solid var(--border);
border-radius: var(--radius);
padding: 28px 24px;
margin-bottom: 20px;
}
h2 {
font-size: 17px;
font-weight: 700;
color: #fff;
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 14px;
display: flex;
align-items: center;
gap: 10px;
}
h2::before {
content: '';
display: inline-block;
width: 4px;
height: 18px;
background: var(--accent);
border-radius: 2px;
flex-shrink: 0;
}
p { color: var(--text); margin-bottom: 12px; }
p:last-child { margin-bottom: 0; }
ul {
list-style: none;
padding: 0;
margin: 0 0 12px;
}
ul li {
color: var(--text);
padding: 5px 0 5px 20px;
position: relative;
}
ul li::before {
content: '–';
position: absolute;
left: 0;
color: var(--accent);
font-weight: 700;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.warning {
background: rgba(239,68,68,0.08);
border: 1px solid rgba(239,68,68,0.2);
border-radius: 8px;
padding: 14px 16px;
margin-bottom: 12px;
font-size: 15px;
color: var(--text);
}
footer {
text-align: center;
padding: 32px 24px;
border-top: 1px solid var(--border);
font-size: 13px;
color: var(--muted);
}
@media (max-width: 480px) {
main { padding: 24px 16px 60px; }
section { padding: 20px 16px; }
header h1 { font-size: 22px; }
}
</style>
</head>
<body>
<header>
<div class="logo">Vehicle Guesser</div>
<h1>Terms of Use</h1>
<div class="updated">Effective date: April 18, 2026</div>
</header>
<main>
<section>
<h2>Acceptance of Terms</h2>
<p>These Terms of Use ("Terms") govern your use of the Vehicle Guesser mobile application ("App") provided by Featureofus ("we", "us", "our"). By downloading, installing, or using the App, you agree to be bound by these Terms.</p>
<p>If you do not agree, you must stop using the App immediately. We reserve the right to change these Terms at any time; continued use after changes are posted constitutes acceptance.</p>
</section>
<section>
<h2>Eligibility</h2>
<p>You must be at least 13 years of age to use Vehicle Guesser. By creating an account, you confirm that you meet this age requirement. If you are under the age of majority in your jurisdiction, you must have parental or guardian consent.</p>
</section>
<section>
<h2>Account Registration</h2>
<p>To access most features of the App you must create an account by providing a valid email address and choosing a username, or by signing in with Google or Apple.</p>
<ul>
<li>You are responsible for maintaining the confidentiality of your account credentials.</li>
<li>You are responsible for all activity that occurs under your account.</li>
<li>You must notify us immediately of any unauthorised use of your account.</li>
<li>You may only create one account per person. Multiple accounts for the purpose of cheating or manipulating leaderboards are prohibited.</li>
</ul>
</section>
<section>
<h2>Acceptable Use</h2>
<p>You agree to use the App only for its intended purpose and in compliance with all applicable laws. You must not:</p>
<ul>
<li>Use offensive, hateful, obscene, or deceptive usernames</li>
<li>Attempt to reverse-engineer, decompile, or extract source code from the App</li>
<li>Use bots, scripts, or automated tools to manipulate scores or leaderboards</li>
<li>Exploit bugs or glitches to gain an unfair advantage; report them to us instead</li>
<li>Harass, threaten, or abuse other players via the friends or challenge systems</li>
<li>Attempt to gain unauthorised access to our servers or other users' accounts</li>
<li>Use the App in any way that could damage, disable, or impair our infrastructure</li>
</ul>
<p>We reserve the right to suspend or permanently ban accounts that violate these rules, at our sole discretion, without prior notice.</p>
</section>
<section>
<h2>Intellectual Property</h2>
<p>All content in Vehicle Guesser — including but not limited to the game design, graphics, vehicle images, sound effects, leaderboard system, and code — is owned by or licensed to Featureofus.</p>
<p>You are granted a limited, non-exclusive, non-transferable, revocable licence to use the App for personal, non-commercial entertainment purposes only. You may not copy, modify, distribute, sell, or create derivative works based on any part of the App.</p>
<p>Vehicle images used in gameplay are licensed from their respective sources. All third-party trademarks and vehicle brand names are the property of their respective owners and are used for identification purposes only.</p>
</section>
<section>
<h2>User-Generated Content</h2>
<p>Your username is the only user-generated content stored in Vehicle Guesser. By choosing a username, you grant us a worldwide, royalty-free licence to display it within the App and on public leaderboards.</p>
<p>Usernames that violate our Acceptable Use policy (above) will be removed and your account may be suspended.</p>
</section>
<section>
<h2>Virtual Items and In-App Purchases</h2>
<p>Vehicle Guesser offers optional in-app purchases ("IAP") through the Apple App Store. All purchases are processed and billed by Apple and are subject to Apple's terms and refund policies.</p>
<p><strong>Hearts (lives)</strong> are a consumable virtual currency that limits gameplay. Hearts regenerate over time for free or may be purchased as an in-app item. Purchased hearts are delivered immediately upon a successful transaction.</p>
<p>All virtual items — including hearts, power-ups, and any other rewards earned or purchased — have no real-world monetary value and cannot be exchanged, sold, transferred, or redeemed for cash. We may modify, rebalance, suspend, or discontinue any virtual item or feature at any time without compensation.</p>
<p>Refunds for in-app purchases are handled exclusively by Apple. To request a refund, visit <a href="https://reportaproblem.apple.com" target="_blank" rel="noopener">reportaproblem.apple.com</a>.</p>
<p>If you delete your account, any unused purchased virtual items will be forfeited and cannot be recovered.</p>
</section>
<section>
<h2>Account Termination</h2>
<p>You may delete your account at any time from <strong>Settings → Delete Account</strong> inside the App. Account deletion is permanent and irreversible.</p>
<p>We may suspend or terminate your account if you violate these Terms, if your account is inactive for more than 24 months, or if we discontinue the App. We will make reasonable efforts to notify you before terminating active accounts.</p>
</section>
<section>
<h2>Disclaimer of Warranties</h2>
<div class="warning">THE APP IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.</div>
<p>We do not warrant that: (a) the App will be uninterrupted or error-free; (b) the App will be free of viruses or harmful components; or (c) the results obtained from using the App will be accurate or reliable.</p>
</section>
<section>
<h2>Limitation of Liability</h2>
<p>To the maximum extent permitted by applicable law, Featureofus and its team members shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including but not limited to loss of data, loss of profits, or loss of goodwill, arising from your use of or inability to use the App.</p>
<p>Our total liability to you for any claim arising from these Terms or your use of the App shall not exceed the greater of (a) the total amount you have paid us through in-app purchases in the twelve months preceding the claim, or (b) fifty US dollars (US $50).</p>
</section>
<section>
<h2>App Store Terms</h2>
<p>Vehicle Guesser is distributed through the Apple App Store. Your use of the App is also subject to Apple's Terms of Service. In the event of any conflict between these Terms and Apple's terms, Apple's terms shall prevail to the extent of that conflict. Apple is not a party to these Terms and bears no obligation or liability with respect to the App.</p>
</section>
<section>
<h2>Governing Law</h2>
<p>These Terms shall be governed by and construed in accordance with the laws of the jurisdiction in which Featureofus is established, without regard to its conflict of law provisions. Any disputes shall be resolved in the competent courts of that jurisdiction.</p>
</section>
<section>
<h2>Contact Us</h2>
<p>If you have questions about these Terms or wish to report a violation, please contact:</p>
<p><strong>Featureofus</strong><br />
Email: <a href="mailto:support@featureofus.com">support@featureofus.com</a></p>
</section>
</main>
<footer>
© 2026 Featureofus · <a href="/privacy.html">Privacy Policy</a>
</footer>
</body>
</html>