Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quacksouls/bitwalk
- Owner: quacksouls
- License: gpl-3.0
- Created: 2023-06-02T03:19:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-16T06:33:50.000Z (over 1 year ago)
- Last Synced: 2024-11-16T02:31:54.258Z (2 months ago)
- Topics: bitburner, game, javascript
- Language: JavaScript
- Homepage:
- Size: 664 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/`.