Draft:CatchChallenger
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
Submission declined on 29 May 2026 by EaglesFan37 (talk). Likely LLM generated, suspected WP:COI Declined by EaglesFan37 60 days ago. |
| CatchChallenger | |
|---|---|
| Developer | Herman Brule (alphaonex86) |
| Written in | C++ |
| Engine | Custom |
| Operating system | Microsoft Windows, Linux, macOS, Android, FreeBSD |
| Type | MMORPG engine |
| License | GPL-3.0 |
| Website | catchchallenger |
CatchChallenger is a free and open-source massively multiplayer online role-playing game (MMORPG) engine written primarily in C++ using the Qt framework.[1] It is developed by Herman Brule (known online as alphaonex86) and released under the GPL-3.0 license. Development began in 2011.[1] The project comprises a game client, several server components, and shared libraries, and is designed to run on hardware ranging from single-board computers to multi-server clusters. By 2017 the codebase was reported to total around 400,000 lines of code accumulated over about five years.[2][3]
Architecture
[edit]CatchChallenger uses a modular, multi-component server design rather than a single monolithic server, which allows it to be deployed on a single machine or distributed across several nodes.[4]
- Login servers authenticate accounts and direct connected users to game servers.
- Game servers manage world maps and game state.
- Datapack repositories distribute game content over HTTP, separating content delivery from the game servers.
The server uses non-blocking input/output and supports several storage backends, including PostgreSQL via libpq and a binary file format, with the aim of avoiding blocking the main loop during data operations. Authoritative game state is maintained on the server while some path and display computation is performed by the client.
Technologies
[edit]The engine makes use of several third-party libraries:
| Component | Technology |
|---|---|
| Client interface and cross-platform framework | Qt |
| Data compression | Zstandard |
| Hashing | BLAKE3 and xxHash |
Compression is applied selectively to parts of the protocol rather than to all traffic.
Cross-platform support
[edit]Because platform-specific code is isolated behind the Qt framework, CatchChallenger can be built from a single codebase for Microsoft Windows, Linux, macOS, FreeBSD, and Android.[1]
Content and testing
[edit]Game content—maps, monsters, skills, items, and dialogue—is stored in external "datapacks" as XML files, keeping content separate from the compiled engine.[5] The project includes automated tests for protocol serialization and game logic, and a benchmarking tool that simulates many concurrent bot connections.[1]
See also
[edit]References
[edit]- ^ a b c d "CatchChallenger Repository". GitHub. Retrieved May 28, 2026.
- ^ "CatchChallenger en 2017". LinuxFr.org (in French). November 2017. Retrieved May 29, 2026.
- ^ "The CatchChallenger Open Source Project on Open Hub". Open Hub. Retrieved May 29, 2026.
- ^ Brule, Herman. "CatchChallenger Home Page". Retrieved May 28, 2026.
- ^ "CatchChallenger Datapack Structure and Specifications". GitHub. Retrieved May 28, 2026.

- provide significant coverage: discuss the subject in detail, not just brief mentions or routine announcements;
- are reliable: from reputable outlets with editorial oversight;
- are independent: not connected to the subject, such as interviews, press releases, the subject's own website, or sponsored content.
Please add references that meet all three of these criteria. If none exist, the subject is not yet suitable for Wikipedia.