Tower Master | Term of Services

Term of Services – Tower Master

Terms of Service for Tower Master
Last updated: March, 30 2026

By downloading or playing Tower Master, you agree to the following terms.

1. Use of the Game

Tower Master is provided for personal, non-commercial use only.

You agree not to:

  • Modify, reverse engineer, or exploit the game
  • Use the game in any unlawful manner
  • Attempt to disrupt or damage the game

2. Game Availability

Tower Master is provided “as is” without any guarantees.

We do not guarantee that the game will always be:

  • Error-free
  • Available at all times
  • Compatible with all devices

3. Updates and Changes

We may update, modify, or discontinue the game at any time without prior notice.


4. Intellectual Property

All content in Tower Master, including design, assets, and code, is the property of TypeTree Studio.

You may not copy, distribute, or reuse any part of the game without permission.


5. Limitation of Liability

We are not responsible for any damages or losses resulting from the use of the game.


6. Changes to These Terms

These Terms may be updated at any time. Continued use of the game means you accept the updated terms.


7. Contact

If you have questions, contact:

Email: danny.yohandri@typetreestudio.com

document.addEventListener("DOMContentLoaded", function () { // OPEN MODAL (tombol di card) var buttons = document.querySelectorAll(".asset-card .open-modal"); buttons.forEach(function (btn) { btn.addEventListener("click", function () { var card = btn.closest(".asset-card"); var modal = card.nextElementSibling; if (modal && modal.classList.contains("asset-modal")) { modal.style.display = "flex"; } }); }); // CLOSE MODAL (tombol X) var closes = document.querySelectorAll(".asset-modal .modal-close"); closes.forEach(function (btn) { btn.addEventListener("click", function () { var modal = btn.closest(".asset-modal"); if (modal) { modal.style.display = "none"; } }); }); // CLOSE MODAL ketika klik area gelap var modals = document.querySelectorAll(".asset-modal"); modals.forEach(function (modal) { modal.addEventListener("click", function (e) { if (e.target === modal) { modal.style.display = "none"; } }); }); });
Scroll to Top