Skip to content

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.

Notifications You must be signed in to change notification settings

BAWES/color-clicker-game

Repository files navigation

Blob Game

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.

Try It Out

🎮 Play the Game

Features

  • Responsive blob that follows cursor movements
  • Smooth animations and transitions
  • Mobile-friendly touch controls
  • Modern, minimalist design

Tech Stack

  • Next.js 14
  • TypeScript
  • CSS Animations
  • Geist Font Family

Getting Started

  1. Clone the repository:
git clone [repository-url]
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser

Development

The project uses:

  • TypeScript for type safety
  • CSS modules for styling
  • Next.js App Router
  • Custom font optimization with next/font

Project Structure

├── 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

Learn More

Check out our detailed documentation:

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Documentation

For detailed documentation about the game mechanics and architecture, please refer to the Game Overview.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Next.js team for the framework
  • Vercel for the Geist font family

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published