Autosplitter+games+github+2021 May 2026
The Golden Age of Automation: How GitHub Became the Engine of Speedrunning in 2021
In the niche, high-stakes world of speedrunning, where victory is measured in milliseconds and a single frame can mean the difference between a world record and obscurity, 2021 emerged as a landmark year. While the spotlight often falls on the players—the twitchy fingers and memorized routes—behind the scenes, a quiet revolution was taking place on the digital workbenches of GitHub.
The convergence of autosplitters, diverse games, and the open-source nature of GitHub created a perfect storm in 2021. It transformed speedrunning from a solitary pursuit into a collaborative, code-driven science.
Where Did the 2021 Autosplitters Go?
If you are looking for a specific autosplitter from a game played in 2021, here is your treasure map: autosplitter+games+github+2021
- The LiveSplit Server (Discord): The source code for most 2021 splitters is on GitHub, but the binary (the
.dll) is often in Discord pins. Search the Discord history for "GitHub link." - Wayback Machine: Many small indie game autosplitters from 2021 have deleted repositories. Use
web.archive.orgwith the URLgithub.com/user/LiveSplit.GameName.
How to Find Autosplitters on GitHub (for 2021 games)
If you’re speedrunning a game from 2021 or earlier, here’s the search pattern that still works today:
site:github.com "livesplit" "autosplitter" "game name" .asl
Or browse the official LiveSplit.AutoSplitters repo’s Components/ folder. Each subfolder contains a Settings.graphics and a script. The Golden Age of Automation: How GitHub Became
What Exactly is an Autosplitter?
Before dissecting the 2021 landscape, a quick refresher. An Autosplitter is a piece of script, usually written in C# or Lua, that integrates with LiveSplit (the dominant PC speedrunning timer). Its job is simple: read the memory of a running game to detect specific events.
- Start: Automatically begins the timer upon pressing "New Game" or loading a save.
- Split: Cuts the segment exactly when a level ends, a boss dies, or a fade-to-white occurs.
- Reset: Stops the timer if you die or load a wrong save.
Why 2021 mattered: By this year, game developers began shipping "speedrun modes" (e.g., Cuphead, Hades). However, for the thousands of indie and retro titles lacking native support, GitHub was the only lifeline for automation. The LiveSplit Server (Discord): The source code for
4. Notable game repos from 2021:
Spelunky2-Autosplitter– dynamic split detection for CO (Cosmic Ocean)DeusEx-Autosplitter– script-based for GOTY editionHitman3-Autosplitter– first to use HTTP server reads instead of memory (to avoid anti-cheat)PokemonRed-Autosplitter-lua– BizHawk Lua revival
The Golden Era of Automation: Revisiting Autosplitter Games on GitHub in 2021
In the high-stakes world of speedrunning, every millisecond counts. While skill, routing, and RNG manipulation make headlines, the unsung hero behind modern leaderboard integrity is the humble autosplitter. By 2021, the ecosystem for these automation tools had matured significantly, with GitHub serving as the central repository for developers and runners alike.
This article explores the state of autosplitters in 2021, which games dominated the scene, why GitHub became the industry standard, and how these tools reshaped competitive play.


