
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
It demonstrates a practical integration of blockchain (chain account, wallet support, Guardian decoding) into a browser game, with a clean separation of UI, shared data, and engine submodule, making it a useful reference for web3 game development.
This repository contains the NiceChunk browser game client and its game-facing chain integration.
play/: game UI, input, runtime systems, chain synchronization, and tests.src/: shared game data, wallet support, world identifiers, and chain submission modules.sdk/: chain account and Guardian decoding used by the client.public/: runtime configuration, material rules, avatar assets, and locale JSON files.chunk.js/: pinned Chunk.js engine submodule.git submodule update --init --recursive
npm install
npm run check
npm run build
The production game is hosted inside the main NiceChunk website, which provides login and shared site routes. The game repository keeps only the runtime dependencies needed by /play/.
NiceChunk game client
Similar projects matched by category, topics, and programming language.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.