Draft:Botomy
Submission declined on 25 May 2025 by Sophisticatedevening (talk).
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
| ![]() |
Comment: None of these sources are independent. Sophisticatedevening🍷(talk) 00:32, 25 May 2025 (UTC)
Comment: In accordance with Wikipedia's Conflict of interest policy, I disclose that I have a conflict of interest regarding the subject of this article. Brokklilabs (talk) 23:47, 24 May 2025 (UTC)
Botomy is a programming game where users write code to control their character in online multiplayer battles. It was developed by Brokkli Labs and released in May, 2025.

Gameplay
[edit]Botomy uses a simple client/server architecture[1] sending game state to a controller server that responds with a list of moves for the character to execute. Each physics frame, the game calls the controller server endpoint with the current state of all objects. When the server responds with a list of moves, the game will execute them. The game continues to execute while waiting for the server to respond.
The supported move list includes movement (i.e. move_to), item usage (i.e. {use: <item>}), combat (e.g. attack, shield, etc.), debug info, and skill point usage.
Free For All
[edit]Free for all is a game type where players compete for a highest score in a timed round. Players increase their score (i.e. xp) by collecting items, defeating monsters, and defeating other players.
Survival
[edit]In survival games, players work together to defeat waves of enemies.
Supported Languages
[edit]Botomy has an in-game editor for Javascript [2]. In addition, there is an API mode[3] where users can define their own endpoint that the game will communicate with. This allows the player to write their own controller server in any language/framework they choose. Project templates for Typescript[4] and Python[5] are provided.
Development
[edit]Botomy was developed using Godot.
Related Links
[edit]Game store on Steam https://store.steampowered.com/app/3566430/Botomy/
Game documentation https://botomy.github.io/Botomy/
References
[edit]- ^ "Quickstart Tutorial | Botomy". botomy.com. Retrieved 2025-05-24.
- ^ "Install | Botomy". botomy.com. Retrieved 2025-05-24.
- ^ "Install | Botomy". botomy.com. Retrieved 2025-05-24.
- ^ Botomy/botomy-node-starter, Botomy, 2025-04-24, retrieved 2025-05-24
- ^ Botomy/botomy-python-starter, Botomy, 2025-04-24, retrieved 2025-05-24
- in-depth (not just brief mentions about the subject or routine announcements)
- reliable
- secondary
- strictly independent of the subject
Make sure you add references that meet all four of these criteria before resubmitting. Learn about mistakes to avoid when addressing this issue. If no additional references exist, the subject is not suitable for Wikipedia.