Build a game
Build a game with your AI and share it
Your own AI agent builds the game on your machine. Cashel checks only the finished static files, then gives you a browser link to share.
Planned · the public SDK is not available yet
Install the Cashel SDK
The package name and commands are reserved. They will work when the public SDK is released.
npm install --global cashelcashel games scaffoldBuild to the game contract
The SDK will give your agent the current game contract, check the finished build and upload only its static output. Cashel does not run your source or your AI. A game must still work as a single-player browser game; anything that needs the desktop app must say so instead of failing.
- Build on your machine with the AI agent you choose
- Check against the same contract the share service accepts
- Upload the finished static output, not the working repository
Know what the Share link means
Browser play is single-player and the shared game is not reviewed by Cashel. An anonymous link is unlisted, lasts 24 hours and still passes Cashel’s automated checks. Public listings belong to the separate, reviewed Marketplace lane.
- No account is needed for an unlisted 24-hour link
- Anonymous sharing has build-size and live-link limits
- A Marketplace submission is reviewed separately
Sign in only for an owned game
To keep, update or share a game publicly, your agent will ask you to approve an Agent token in your browser. You choose its powers and lifetime. The agent receives a Cashel token for one device, never your Google or GitHub token.
Agent tokens, owned sharing and the public SDK are still in build.