ts-bitburner-scripts VS Bitburner

Compare ts-bitburner-scripts vs Bitburner and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
ts-bitburner-scripts Bitburner
3 1
5 0
- -
0.0 10.0
about 2 years ago about 2 years ago
TypeScript JavaScript
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ts-bitburner-scripts

Posts with mentions or reviews of ts-bitburner-scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-27.
  • I created a quick script that will retrieve all of the servers in the game with a breadth first search
    1 project | /r/Bitburner | 10 Apr 2022
    Nice Work! I did it recursively with a DFS and returns a dictionary of paths the servers from where you started. https://github.com/GhostCrab/ts-bitburner-scripts/blob/main/src/lib/util.ts mapHosts(). If you just wanted a raw array of host names you could call allHosts().
  • Nonlocality for everyone! [Bitnode 4 spoilers]
    1 project | /r/Bitburner | 5 Apr 2022
    I’d like to see your solution once you are able to post it. The way I visit an arbitrary server is by running the mapHosts function from this util library (https://github.com/GhostCrab/ts-bitburner-scripts/blob/main/src/lib/util.ts) which returns a dictionary of host names to array of host names that map the path to that host from the home server. Once I have that I just iterate over the items in the array, connecting to each one in order till I’m at my destination. It’s also useful that the first host in the array is always home, so I could potentially connect to any host no matter where I am since it always starts by resetting to home.
  • Theoretical vs Actual HWGW Algorithms
    3 projects | /r/Bitburner | 27 Feb 2022
    If you're curious to see my algorithm: main function: https://github.com/GhostCrab/ts-bitburner-scripts/blob/main/src/smart_hack.ts

Bitburner

Posts with mentions or reviews of Bitburner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-27.

What are some alternatives?

When comparing ts-bitburner-scripts and Bitburner you can also consider the following projects:

bitburner - Bitburner Game