Skip to content

quacksouls/bitburner

Repository files navigation

Bitburner

License: GPL v3

A bunch of scripts for playing the game Bitburner. To download all scripts into your game:

# Run this command and wait for it to finish.
$ wget https://raw.githubusercontent.com/quacksouls/bitburner/main/pull.js pull.js

# Download all scripts into your game.
$ run pull.js

The downloaded scripts are found under the top-level directory quack/.

Unless otherwise stated, all scripts are covered by the GNU GPLv3. See the file LICENSE.txt for the full text of the license.

Development

Before committing your code, do this:

  1. Run npm run clean.
  2. Fix any formatting and/or linting errors.