Skip to content

Instantly share code, notes, and snippets.

@esokullu
Created March 6, 2026 00:56
Show Gist options
  • Select an option

  • Save esokullu/e50e0ff844c0e588d027a10985dd16c2 to your computer and use it in GitHub Desktop.

Select an option

Save esokullu/e50e0ff844c0e588d027a10985dd16c2 to your computer and use it in GitHub Desktop.
Chesstrix Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chesstrix - Privacy Policy</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 20px; line-height: 1.6; color: #333; }
h1 { color: #1a1a2e; }
h2 { color: #16213e; margin-top: 30px; }
p { margin: 10px 0; }
.updated { color: #666; font-style: italic; }
</style>
</head>
<body>
<h1>Chesstrix - Privacy Policy</h1>
<p class="updated">Last updated: March 6, 2026</p>
<h2>Overview</h2>
<p>Chesstrix ("the App") is a mobile puzzle game developed by Aaron Software Technologies. We are committed to protecting your privacy. This privacy policy explains how the App handles your information.</p>
<h2>Data Collection</h2>
<p>Chesstrix does <strong>not</strong> collect, store, or transmit any personal data. The App:</p>
<ul>
<li>Does not require an internet connection to function</li>
<li>Does not collect personal information (name, email, phone number, etc.)</li>
<li>Does not use analytics or tracking services</li>
<li>Does not use cookies or similar technologies</li>
<li>Does not access your device contacts, camera, microphone, or location</li>
</ul>
<h2>Local Storage</h2>
<p>The App stores game progress and settings (such as high scores and preferences) locally on your device using standard device storage. This data never leaves your device and is not accessible to us or any third party.</p>
<h2>Third-Party Services</h2>
<p>The App does not integrate any third-party services, advertisements, or analytics platforms.</p>
<h2>Children's Privacy</h2>
<p>The App does not knowingly collect any personal information from children. Since no data is collected from any user, the App is safe for users of all ages.</p>
<h2>Changes to This Policy</h2>
<p>We may update this privacy policy from time to time. Any changes will be reflected on this page with an updated date.</p>
<h2>Contact</h2>
<p>If you have questions about this privacy policy, please contact us at: esokullu@gmail.com</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment