Cookies and web storage (which includes localStorage and sessionStorage) are small data files placed on your computer or mobile device when you browse websites. They are commonly used to remember preferences, store session tokens, and ensure that dynamic applications run correctly.
Empire Climb does not employ standard tracking cookies, advertisements, or marketing scripts. Instead, we use HTML5 Web Storage solely to support the essential operations of the game:
ec-theme. This ensures that the page immediately paints in your chosen theme when you reload or visit a subpage, avoiding visual flashes.sessionStorage. This data automatically expires when you close the browser tab.Zero Trackers: We value a clean gaming experience. Empire Climb does not run Google Analytics, Facebook pixels, advertising networks, or any other third-party tracking scripts.
The only third-party data exchange occurs through hosting networks and secure Socket.io connection handshakes necessary to transmit real-time actions between players.
Most browsers allow you to manage local and session storage through their settings panels. You can clear your storage at any time by:
F12 or right-click and select "Inspect").ec-theme).Please note that clearing sessionStorage during an active match will disconnect you from your room and forfeit your current position on the board.