Special thanks to the genius behind it. Mr. 010101010010101010100 BOZZZ
A dynamic, interactive web-based game where players control a colorful blob that responds to mouse/touch input. Built with Next.js and modern web technologies.
- Responsive blob that follows cursor movements
- Smooth animations and transitions
- Mobile-friendly touch controls
- Modern, minimalist design
- Next.js 14
- TypeScript
- CSS Animations
- Geist Font Family
- Clone the repository:
git clone [repository-url]
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
The project uses:
- TypeScript for type safety
- CSS modules for styling
- Next.js App Router
- Custom font optimization with next/font
├── src/
│ ├── app/
│ │ ├── components/ # React components
│ │ ├── fonts/ # Custom font files
│ │ ├── layout.tsx # Root layout
│ │ ├── page.tsx # Home page
│ │ └── globals.css # Global styles
│ └── types/ # TypeScript types
├── docs/ # Documentation
├── public/ # Static assets
└── package.json
Check out our detailed documentation:
- Game Overview - Learn about the game mechanics and architecture
- Technical Architecture - Understand the core components
- Development Guidelines - Best practices for development
- Future Enhancements - Upcoming features
- Troubleshooting - Common issues and solutions
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
For detailed documentation about the game mechanics and architecture, please refer to the Game Overview.
This project is licensed under the MIT License - see the LICENSE file for details.
- Next.js team for the framework
- Vercel for the Geist font family