Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quacksouls/bitburner
My scripts to play Bitburner
https://github.com/quacksouls/bitburner
bitburner game javascript
Last synced: 1 day ago
JSON representation
My scripts to play Bitburner
- Host: GitHub
- URL: https://github.com/quacksouls/bitburner
- Owner: quacksouls
- License: gpl-3.0
- Created: 2022-07-31T03:03:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T08:53:22.000Z (over 1 year ago)
- Last Synced: 2023-08-16T10:07:33.017Z (over 1 year ago)
- Topics: bitburner, game, javascript
- Language: JavaScript
- Homepage:
- Size: 23.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bitburner
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
A bunch of scripts for playing the game Bitburner. To download all scripts into
your game:```sh
# 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/`.
- [Guide](https://github.com/quacksouls/bitwalk#readme)
- [Source code](https://github.com/bitburner-official/bitburner-src)
- [Play online](https://danielyxie.github.io/bitburner/)
- [Steam version](https://store.steampowered.com/app/1812820/Bitburner/)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`.
1. Fix any formatting and/or linting errors.