Each answer maps to a token mint. Every buy drops a ball, fills the bucket, and pushes your side to victory.
Map answers A/B to token mint addresses.
We watch buys live.
Each buy spawns a labeled ball with random drop height.
Fill level = total SOL; first to 50 SOL triggers a 20s reset and next question.
With randomized drops and smooth physics
Per answer bucket configuration
20-second winner countdown & next question
For future real-time sockets
Define your rounds in code: key = question, value = { A, B }.
const QUESTIONS = {
"Which side is better?": { A: "Left Side", B: "Right Side" },
"Cats or Dogs?": { A: "Cats", B: "Dogs" }
};
const TOKEN_MINTS = {
A: "EFCvxA4LQYY4WE1sBEWPhzZzc4LjW9n94nKzSQ4wpump",
B: "FDGMMMddaYjixBX8v779FwmkUXK5pCBL32mJc4j1pump"
};
const FILL_THRESHOLD_SOL = 50;
Get notified when Bucket Wars launches and receive updates on new features.