Counting Game

A collaborative counting game where players must count in order without making mistakes.

Command

/count number

What it does

The /count command is a simple multiplayer game: everyone in the server works together to count upwards from 1. Each player takes turns submitting the next number in sequence. Sounds easy, right? But there are some rules...

Counting Game Example

Example output of the /count game showing the current number and leaderboard.

More information

Here's how the counting game works:

Rules:

- Players must count in order (1, 2, 3, …).
- You cannot count twice in a row (wait for another player before playing again).
- You must wait 5 seconds before you can play again (cooldown).
- If the wrong number is given, the streak resets back to 0.

Feedback:


- Correct numbers get a random success message like "Nice!" or"Meow :3".
- Incorrect numbers trigger responses such as "Bruh." or"HOW DID YOU GET THAT WRONG.".
- When someone fails, the bot tells everyone what the correct number should have been and announces the streak that just ended.

Leaderboard:


- The game tracks each user's stats: how many correct counts they've made, and their accuracy.
- A leaderboard shows the top 10 players with the most correct counts.
- Accuracy percentage is displayed alongside their total.

Goal:


The goal is simple: work together with your server to see how high you can count without failing. Keep the streak alive as long as possible and climb the leaderboard!

© 2025 Wazuup. Built with NodeJS & Typescript.