Count Game
Introduction
The Count Game is a simple mini-game where users in a designated channel take turns counting up consecutively (1, 2, 3, ...). If someone types the wrong number or says something else, the count resets!
Enabling the Game
To activate the Count Game for your server:
- Navigate to your server's configuration page on the Codyx panel.
- Go to the Mini Games category in the configuration sidebar and select Count Game.
- Toggle the Enable Count Game Feature switch to the ON position.
- Using the Counting Channel dropdown menu, select the specific text channel where you want the game to be active.
- Click the Save Configuration button.
Note: The game will only function if it is enabled AND a valid channel is selected.
How to Play
- Once enabled, users can start typing numbers sequentially (starting from 1) in the designated counting channel.
- The bot monitors messages in this channel.
- If a user types the correct next number in the sequence, the count increases.
- If a user types the wrong number, or types any non-numeric text while the count is active (greater than 0), the bot will reply indicating the error and reset the count back to 0. The next number will then be 1.
Commands
There are a couple of slash commands associated with the Count Game:
/number
: Anyone can use this command (typically within the count channel) to see the current number counted and what the next number should be./reset
: Users with the 'Manage Channels' permission can use this command to manually reset the count in the designated channel back to 0. The bot will confirm the reset.