Documentation for all speedrun-related tech in ULTRAKILL.
Made by ULTRAKILL speedrunners, for ULTRAKILL speedrunners.
ULTRADOCS is an open-source speedrun guide meant to document and guide all of the available speedrun strats for every level in the game, ULTRAKILL. The idea originally came from @Kano127 when he noticed a thread that I, (Darkn), made on speedrun.com titled "When Are We Getting Proper Speedrun Guides?". Kano came up to me about it, and after a bit of convincing, we now have ULTRADOCS.
As a perk of ULTRADOCS being an open-source guide, anybody is able to copy this repository and make any changes that they may want to make. May that be correcting something, adding a missing strat, removing outdated strats, etc. You can simply follow the instructions below to get started.
Important
The instructions below uses Node.js in order to install the required necessities for the website. However, you may use alternative package managers such as Bun or pnpm.
- Fork this repository, then clone your forked repository.
- Open your cloned repository, then open a terminal.
- Run
npm ithennpm run docs:buildto install all dependencies. - Run
npm run docs:devto start a live environment of the website.
Video Guide
build.instructions.tutorial.mp4
Tip
To prove that your commits are made by you (or in other words, are signed), add a GPG key to Git (or Git-based GUIs like GitHub Desktop and GitKraken).
- Go into the
/docs/folder, then select either theanyorp-rankfolder. - Open one of the layers, then one of the levels, and modify.
- Save your changes and verify the changes have been made.
- Commit, then push your changes to your forked repository.
Video Guide
modifying.files.tutorial.mp4
- Click on
Pull Requests, thenNew Pull Request - State the changes of the PR in the Title.
- If needed, also state changes in the Description.
- Submit your Pull Request, and wait for it to be reviewed.
- If accepted, your changes will be for all to see at ULTRADOCS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This repository is licensed through the MIT LICENSE. More details are listed here.
MIT License
Copyright (c) 2025 - PRESENT Darkn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.