A fast-paced "Find the Blob" game built with React, Next.js, and generative art.
Try it on the Web or get it on the Google Play Store.
The goal is simple: find the "Wanted" blob among a crowd of similar-looking blobs before time runs out!
- Generative Art: Every blob is uniquely generated with different shapes, colors, and features.
- Rush Mode: Test your speed in an endless survival mode.
- Campaign Mode: Progress through increasingly difficult stages (Coming Soon).
- Progressive Web App (PWA): Install it on your device for an app-like experience.
- Cross-Platform: Available on Web and Android (via TWA).
- Framework: Next.js 15+ (App Router)
- Library: React 19
- Styling: SASS
- Linter/Formatter: Biome
- PWA:
@ducanh2912/next-pwa - Backend/Analytics: Firebase
- Node.js 18+
- npm or yarn
-
Clone the repository:
git clone https://github.com/alfredosalzillo/blobs-dead-or-alive.git cd blobs-dead-or-alive -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000/blobs-dead-or-alive/ in your browser.
npm run build: Build the project for production (Static Export).npm run lint: Run Biome for linting.npm run format: Format code with Biome.npm run generate:stage: Generate a new campaign stage (requirests-node).
This project is licensed under the terms found in the LICENSE file (if available) or is private.
Made with ❤️ and blobs.
