-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy_policy.html
67 lines (44 loc) · 2.43 KB
/
privacy_policy.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>F-Snake Game Privacy Policy</title>
</head>
<body>
<h1>F-Snake Game Privacy Policy</h1>
<p>Effective Date: 7/02/2024</p>
<p>This Privacy Policy describes how Sithole Granite ("we," "us," or "our") collects, uses, and discloses
information when you play our Pac-Man game (the "Game").</p>
<h2>Information We Collect</h2>
<p>We may collect the following types of information:</p>
<ul>
<li><strong>Personal Information:</strong> We do not collect personal information such as names, addresses,
phone numbers, or email addresses unless explicitly provided by the user for specific purposes.</li>
<li><strong>Usage Data:</strong> We may collect information on how the Game is accessed and used ("Usage Data").
This may include information such as your device's IP address, browser type, and version, the pages of our
Game that you visit, the time and date of your visit, the time spent on those pages, unique device
identifiers, and other diagnostic data.</li>
</ul>
<h2>How We Use Your Information</h2>
<p>We use the collected information for various purposes, including:</p>
<ul>
<li>To improve and optimize the Game;</li>
<li>To analyze usage patterns and trends;</li>
<li>To respond to user inquiries, support requests, or provide other player services;</li>
<li>To comply with legal obligations.</li>
</ul>
<h2>Third-Party Services</h2>
<p>We may use third-party services that collect, monitor, and analyze information to improve the functionality of
the Game. These third-party service providers have their own privacy policies addressing how they use such
information.</p>
<h2>Cookies</h2>
<p>We do not use cookies or similar tracking technologies in the Game.</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new
Privacy Policy on this page.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at [email protected].</p>
<p>By playing the Game, you agree to the collection and use of information as described in this Privacy Policy.</p>
</body>
</html>