// powered by EXPL Nodes
Game lobby and multiplayer interface for the ONE ecosystem metaverse platform.
ONE world is an immersive metaverse platform connecting digital identity, virtual experiences, and blockchain economies. This repository contains the game lobby interface — the entry point for players accessing the ONE world multiplayer environment.
The lobby provides:
- User connection and authentication
- Multiplayer chat integration
- In-game marketplace access
- Game session management
- Resource and documentation links
/
├── src/ # Lobby interface (React/TypeScript)
│ ├── App.tsx # Main application
│ ├── components/ # UI components
│ │ ├── VideoBackground.tsx
│ │ ├── ConnectButton.tsx
│ │ ├── CornerButton.tsx
│ │ └── ui/ # Shadcn UI components
│ ├── assets/
│ │ ├── images/ # Logo and graphics
│ │ └── video/ # Background video
│ └── lib/ # Utilities
│
└── unity/ # Game client (Unity 6000.3.x LTS)
├── Assets/ # Game assets
├── Packages/ # Unity packages
└── ProjectSettings/ # Unity configuration
- React 19 with TypeScript
- Bun runtime and package manager
- Vite 7 build tool
- Tailwind CSS 4
- Framer Motion for animations
- Radix UI components
- Phosphor Icons
- Unity 6000.3.x LTS
- Universal Render Pipeline (URP)
- Bun v1.3+ (bun.sh)
- Unity 6000.3.x LTS (for game client)
# Install dependencies
bun install
# Start development server
bun dev
# Build for production
bun run build
# Type checking
bun run type-check- Full-screen video background with responsive coverage
- Centered hero image with brand identity
- Connect button for user authentication
- Modal system for resources and game information
- Hot pink (#ec4899) theme with dark UI
- Multiplayer chat integration (ONE chat)
- Wallet connection and ONE ID authentication
- In-game marketplace powered by EXPL
- Guild and team coordination
- Cross-platform session management
ONE world is part of the broader ONE ecosystem:
| Platform | Description |
|---|---|
| expl.one | Main ecosystem landing |
| pump.expl.one | Token sentiment platform |
| network.expl.one | Blockchain infrastructure |
| node.expl.one | EXPL Nodes purchase |
| docs.expl.one | Documentation |
MIT
ONE world // powered by EXPL Nodes