The short version
Tower Rush Pakistan: Rhythm Bricks does not set any cookies. We do not show a cookie banner because there is nothing to consent to.
What is a cookie?
A cookie is a small text file a website asks your browser to store. Cookies are read back on later visits and are commonly used for sign-in sessions, shopping carts, advertising tracking, and analytics.
Does this site use cookies?
No. No first-party cookies are set by the site, and no third-party scripts (which could set their own cookies) are embedded in the pages. If you inspect your browser’s storage while visiting this site, the cookie list for this domain should remain empty.
Then how does the game remember your best score?
The game uses your browser’s localStorage, which is a separate storage mechanism from cookies. Two integers are stored in localStorage on your own device:
| Key | Stores | Where it lives |
|---|---|---|
trp4_best_v1 | Highest floor count. | In your browser, on your device. |
trp4_perfect_v1 | Total Perfect taps. | In your browser, on your device. |
These values are never sent to a server, never read by us, and never shared with any third party. They are not cookies.
localStorage vs cookies
| Cookies | localStorage (what we use) |
|---|---|
| Sent with every HTTP request to the domain that set them. | Never sent over the network. Lives only on your device. |
| Often used for tracking and ads. | Used here only to remember an integer best score. |
| Have an explicit expiry date. | Stays until you clear it or the browser purges it. |
| Can be set by third parties via embedded scripts. | No third-party scripts are embedded here. |
How to clear it
- From the game — press the Reset Best button on the Play page and confirm.
- From your browser — clear site data for this domain in your browser’s privacy / site-data settings.
- By using private browsing — when you close the private tab, the keys are deleted automatically.
Third-party content
The site loads two open-source web fonts from Google Fonts (Bungee and Public Sans). Google Fonts can record the IP address of font requests in standard server logs. We do not embed any other third-party content (no analytics scripts, no advertising scripts, no embedded social media widgets, no embedded video players).
Future changes
If we ever introduce a cookie — for example, a strictly necessary technical cookie — we will add a clear notice and (where required) a consent prompt before the cookie is set.