Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

DOTA2 Scripts

A lightweight collection of Dota 2 scripts, automation tools, experiments, and utilities.

Repository layout

Each tool lives in its own self-contained directory under scripts/:

scripts/
  <script-name>/

Each script should keep its own README, dependencies, tests, changelog/version information, and runtime assets inside its directory.

Scripts

Script Purpose Current version
boot-breaker-autoplayer Boot Breaker minigame autoplayer and diagnostics tooling v2.3.6

Repository conventions

  • Keep scripts independent unless shared code is genuinely useful across multiple tools.
  • Do not commit local virtual environments, diagnostics, caches, temporary files, or machine-specific configuration.
  • Put script-specific tests beside the script; repository-level CI may invoke those tests from .github/workflows/.
  • Prefer small, readable changes and preserve working baselines before experimental control changes.

This repository is intended to remain a practical script collection rather than a large framework.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors