Skip to content

Instantly share code, notes, and snippets.

@david-serrano
david-serrano / Support
Created June 28, 2026 17:12
Tales of Elatora Support
# Tales of Elatora — Support
*Last updated: June 2026*
Need help with **Tales of Elatora**? You're in the right place.
## Contact
- **Email:** [talesofelatora@gmail.com](mailto:talesofelatora@gmail.com) — we typically reply within 2 business days.
- To help us help you faster, please include your **account email**, your **character name**, and your **device + iOS version**.
@david-serrano
david-serrano / Privacy Policy.md
Last active June 28, 2026 17:11
Tales of Elatora - Privacy Policy

Privacy Policy — Tales of Elatora

Last updated: June 28, 2026

What We Collect

Tales of Elatora collects the minimum data needed to run the game:

  • Account info — Email address for authentication (via Supabase Auth)
  • Game data — Character progress, inventory, quests, stats, and equipment. This is stored server-side so your progress is saved across devices.
@david-serrano
david-serrano / Step by step guide - Windows.txt
Last active May 21, 2024 13:49
Building a minified version of OpenCV 3.4.3 for Android from sources
How to build OpenCV from sources for Android on Windows
-------------------------------------------------------
This is a step by step guide on how to get the source code and tools necessary for building OpenCV from scratch.
Downloading required packages:
------------------------------
* Download the Android NDK:
ndk-r20 was used as of the time of writing.