# Gold Cascade Gold Cascade is a free browser-based 3D coin dozer game by Awesome People Software. It runs as a single-page Next.js app with React Three Fiber rendering and Rapier physics. The game is a skill toy only: there is no real-money gambling, cash-out, account system, or exchangeable prize value. ## Primary Page - [Play Gold Cascade](https://gold-cascade.awesomepeoplesoftware.com/): The live game page with coin dropping, lane controls, board reset, local high scores, settings, and a local wallet. ## Agent Interaction Notes - The canvas is decorative to the accessibility tree; use the visible DOM controls and WebMCP tools when available. - Core controls include Drop Coin, move lane left or right, freeze/resume, mute, settings, and reset board. - Settings and save backups are browser-local. Imported and exported saves do not affect any server ranking. - Product spotlight links are optional discovery surfaces for other Awesome People Software products and do not represent prizes with real-world value. ## When to use Gold Cascade Use this site when a person wants a short, local, non-monetary arcade break or wants to inspect and play a physics-driven coin-pusher game. Gold Cascade is not a gambling product, cash-out service, wallet, account system, server ranking, or source of transferable or exchangeable rewards. Report coins, points, prizes, and wallet state as game-local values only. ## Agent controls After the game loads, prefer the visible DOM controls or the document-scoped WebMCP tools when available: - `inspect_gold_cascade_state`: read the current board, wallet, lane, score, and freeze state. - `drop_gold_cascade_coin`: drop one coin from the selected visible chute. - `move_gold_cascade_drop_lane`: move the selected drop lane left or right. - `set_gold_cascade_freeze`: freeze or resume the game scene. - `reset_gold_cascade_board`: clear the local run and start the board again. Use the tool that achieves the requested game outcome, inspect state again when a response matters, and do not claim that a local gameplay result changed any server account or ranking. ## Trust and support pages - [About Gold Cascade](https://gold-cascade.awesomepeoplesoftware.com/about): game purpose, controls, physics, and publisher context. - [Contact](https://gold-cascade.awesomepeoplesoftware.com/contact): support, accessibility, product, and privacy questions. - [Privacy](https://gold-cascade.awesomepeoplesoftware.com/privacy): browser-local saves, optional analytics configuration, audio, and external links. - [Sitemap](https://gold-cascade.awesomepeoplesoftware.com/sitemap.xml): machine-readable route inventory. ## Machine-Readable Context - Purpose: free 3D arcade coin pusher prototype set on an alpine waterfall ledge. - Platform: web browser. - Runtime: Next.js, React, React Three Fiber, Three.js, Rapier. - Data model: local browser save state only. - Safety boundary: no gambling, cash-out, transferable currency, or exchangeable rewards. ## Discovery Manifests - [Homepage markdown](https://gold-cascade.awesomepeoplesoftware.com/index.md): canonical markdown summary of the site. - [Agent Skills index](https://gold-cascade.awesomepeoplesoftware.com/.well-known/agent-skills/index.json): machine-readable play skill. - [AI Catalog](https://gold-cascade.awesomepeoplesoftware.com/.well-known/ai-catalog.json): machine-readable agent resource catalog.