Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quacksouls/bitwalk

Walkthrough of Bitburner
https://github.com/quacksouls/bitwalk

bitburner game javascript

Last synced: 6 days ago
JSON representation

Walkthrough of Bitburner

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)

Walkthrough of the game
[Bitburner](https://github.com/bitburner-official/bitburner-src). The
walkthrough consists of:

- [Written guide](doc/README.md)
- [Sample scripts](src#readme)
- [Game plan](plan.md)

To download all sample scripts into your game:

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

# Download sample scripts into your game.
$ run pull.js
```

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