Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.9 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.9 KB

Fun GIF

Blooket Flooder

A web-based tool that floods a Blooket game with bots using a specified game pin. The project is designed to be easily hosted on platforms like Glitch or Replit.

Features

  • Create multiple bots and join a Blooket game with just a few clicks.
  • Simple and responsive interface with real-time feedback on bot creation.
  • Host the application for free on platforms like Glitch or Replit.
  • Easily customizable for personal use.

How It Works

  1. Enter the Blooket Game Pin for the game you want to join.
  2. Specify a bot name and the number of bots to create.
  3. The bots will join the game sequentially with unique names (e.g., Bot1, Bot2, etc.).
  4. Notifications will indicate success or any errors encountered during bot creation.

Deploy

Run on Replit Remix on Glitch Run on Render

  1. Install Dependencies:

    • Make sure to install all required Node.js packages. This project relies on:
      • express for handling server-side logic.
      • axios for making HTTP requests to Blooket.
      • cors for cross-origin resource sharing.

    Run:

    npm install

Fun GIF