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.
Before committing your code, do this:
- Run
npm run clean
. - Fix any formatting and/or linting errors.