The Kuku Games website, kept online as an archive at https://kukugames.github.io.
Kuku Games was a fee-less gaming network on the Koinos blockchain, built around a price prediction game: players staked to call whether a price would rise or fall, and the pools were funded entirely by the players rather than by fees. The project is discontinued — the site says so in a banner, and nothing on it is maintained, playable or operational.
The site's own source, recovered from kukugames/site and republished here so GitHub Pages
can serve it. It is a Create React App + Chakra UI single page, translated into twelve
languages and picking one from the browser; .github/workflows/deploy.yml builds it on
every push to main and deploys the build/ output.
npm ci
npm run dev # local dev server
npm run build # production build into build/
The page is otherwise unchanged, including the calls to action, which now point at addresses that no longer answer. Two things were changed on purpose:
- The overlay that announced the $KUKU airdrop now carries the archive notice, and is no longer dismissible. It is the same component in the same place; only its message changed.
- The "get in touch" button under $KUKU no longer opens the contact form. That form is still live and would still collect replies about buying a token for a project that ended, so the button keeps its text but submits nobody to it.