The rollups
folder contains the off-chain computation logic for the word game. It's built using Cartesi Rollups and Deroll framework. Key components include:
- Game state management
- Word validation and scoring logic
- Player management and leaderboard calculations
The web
folder contains the frontend application. It's built with modern web technologies to provide a seamless user experience. Key components include:
- Next.js for server-side rendering and routing
- Zustand for state management
- TailwindCSS for styling
- Wagmi and Viem for blockchain interactions
- Shadcn UI for pre-built UI components