Welcome to Super-Shiritori!
Please remember:
- No vandalism – Do not add nonsense, false info, spam, or blank pages.
- Respect others – Be polite and assume good faith.
- Use reliable information – Make sure edits are accurate and IMPORTANT.
- Stay constructive – Help us grow the wiki with content, especially with the Word compendium.
⚠️ Repeated vandalism or rule-breaking may result in warnings or blocks. If you see vandalism, please revert it and notify an admin.
Created page with "{{Character|name=Vexitori| image1=Vexitori.png|Profile picture |birthDate=August 12, 2026 |birthPlace=Hawaii, USA (via Discord) |gender=Male |counterparts=Super-Shiritori<br> Word-Curatori }} '''Vexitori''' is a Discord bot dedicated to running Vexillopedia, a continuous, automatic flag-guessing game (vexillology, the study of flags). It runs as a fully independent bot process, one of three separate bots alongside Super-Shiritori and W..." |
Give the box its own red/dark theme matching the profile picture |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{Infobox application | ||
| name = Vexitori | |||
| | | color = #E24C4C | ||
| | | bg = #1a0808 | ||
| image = [[File:Vexitori.png|250px]] | |||
|counterparts=[[Super-Shiritori]]<br> | | caption = Profile picture | ||
[[Word-Curatori]] | | type = Discord Bot | ||
| function = Vexillopedia flag-guessing game | |||
| platform = Discord | |||
| status = Active | |||
| launched = August 12, 2026 | |||
| hosted = Hawaii, USA (via Discord) | |||
| counterparts = [[Super-Shiritori]]<br>[[Word-Curatori]] | |||
}} | }} | ||
| Line 45: | Line 51: | ||
== Architecture == | == Architecture == | ||
Vexitori runs as its own separate Discord bot process — a distinct login token and OS process from both [[Super-Shiritori]] and [[Word-Curatori]] — rather than as a module inside the main game bot. This was possible because the flag game touches none of Super-Shiritori's shared game state; its only real dependency, the flag database itself, is self-contained within Vexitori. | Vexitori runs as its own separate Discord bot process — a distinct login token and OS process from both [[Super-Shiritori]] and [[Word-Curatori]] — rather than as a module inside the main game bot. This was possible because the flag game touches none of Super-Shiritori's shared game state; its only real dependency, the flag database itself, is self-contained within Vexitori. | ||
== Status == | |||
Vexillopedia (the flag database Vexitori runs) is still an actively developed, in-testing project, maintained separately from Super-Shiritori itself. As of a public announcement on August 8, 2026, its maintainer stated he is currently hospitalized, for reasons he has chosen not to disclose publicly, and that new flag submissions are paused with no set timeline until he returns. | |||
== See also == | |||
* [[Discord Bots]] | |||
* [[Super-Shiritori]] | |||
* [[Word-Curatori]] | |||
[[Category:Information]] | [[Category:Information]] | ||
Latest revision as of 05:19, 5 September 2026
Vexitori is a Discord bot dedicated to running Vexillopedia, a continuous, automatic flag-guessing game (vexillology, the study of flags). It runs as a fully independent bot process, one of three separate bots alongside Super-Shiritori and Word-Curatori — all three operate in the same Discord server, but Vexitori's flag game has no dependency on Shiritori, Anagram, Word Bomb, or any other game's state.
Gameplay
Vexitori runs a continuous loop in a dedicated game channel: as soon as one round ends, a short pause is followed by the next flag spawning automatically, with no player action required to start a round.
Each round posts an embed showing the flag's Location, Type, and Time Era alongside the flag image itself — but not its name. Players guess by clicking a "Click here to Guess?" button, which opens a text-entry popup; a submitted guess is checked against the flag's full list of accepted names (a flag can have more than one correct answer — alternate names, spellings, or former names all count).
The first correct guess starts a 15-second countdown before the round locks; anyone who guesses correctly before it ends is recorded as a winner, so a round is rarely a race to be first so much as a race to answer before the window closes. If nobody interacts with a round at all for 5 minutes, it ends early on its own rather than waiting indefinitely.
When a round ends, results are posted showing every winner, the exact name they typed, whether it was their first time correctly answering that flag with that specific name (marked 🆕) or a repeat, and their current win streak. Every 50th consecutive round won by the same player triggers a bonus: a "Special Flag" spawns exclusively for that player for 20 seconds, drawn from a separate pool of flags reserved only for this purpose.
A separate channel supports free-form regex search: typing a pattern directly into it (no command prefix) searches every flag's accepted names for a match and returns a paginated result list.
Commands
| Command | Description |
|---|---|
/vexillum_information |
Looks up a specific flag by name or ID, or shows overall database totals if no flag is given. |
/vexillolist |
A paginated, filterable list of every flag in the database, showing personal completion progress. |
/vex_add |
Curator-only. Adds a new flag (image, location, type, time era, and one or more accepted names) to the database. |
/vex_edit |
Curator-only. Edits an existing flag's image, names, location, type, time era, or displayed ("dominant") name. |
/vex_delete |
Curator-only. Removes a flag from the database. Deletion is logged with an undo control. |
!vexrgb |
Curator-only. Randomizes the embed accent color of every flag in the database. |
!id |
Restricted to specific individuals. Lists all flag IDs currently in use, or renumbers a flag's ID. |
Flag Pools
Flags are identified by a numeric ID. Ordinary rounds are drawn only from flags with a positive ID, and the game avoids repeating any flag that appeared in roughly the last 25 rounds. Flags with a negative ID are held back from normal rotation entirely and only ever appear as the 50-win-streak Special Flag reward.
Architecture
Vexitori runs as its own separate Discord bot process — a distinct login token and OS process from both Super-Shiritori and Word-Curatori — rather than as a module inside the main game bot. This was possible because the flag game touches none of Super-Shiritori's shared game state; its only real dependency, the flag database itself, is self-contained within Vexitori.
Status
Vexillopedia (the flag database Vexitori runs) is still an actively developed, in-testing project, maintained separately from Super-Shiritori itself. As of a public announcement on August 8, 2026, its maintainer stated he is currently hospitalized, for reasons he has chosen not to disclose publicly, and that new flag submissions are paused with no set timeline until he returns.
