A retro-styled, real-time multiplayer implementation of the classic property trading board game.
Industrial.io is a modern web-based board game inspired by Monopoly.
- Real-time Multiplayer: Play with friends seamlessly using WebSocket connections.
- Room System: Create private rooms or join existing ones to trade properties and compete.
- Trading System: Robust trading mechanics allowing players to exchange properties and money.
- In-Game Chat: communicate with other players in the lobby.
- Retro Aesthetic: Custom 8-bit UI components and pixel art style.
- Framework: Next.js 15 (App Directory)
- Language: TypeScript
- Styling: Tailwind CSS
- State Management: Zustand
- UI Components: Built on Radix UI primitives
- Forms: React Hook Form + Zod
- Real-time: Socket.io Client
- Backend:[https://github.com/PSB1234/industrial.io-backend]
- Linter/Formatter: Biome
- Package Manager: pnpm (recommended)