alicewatson/Bitburner
1
0
Fork
You've already forked Bitburner
0
Repo for code and notes on the Bitburner incremental game.
  • JavaScript 100%
2023年10月12日 12:30:56 -07:00
files Initial commit. 2023年10月12日 11:56:10 -07:00
.gitignore Added .gitignore to tracked files. 2023年10月12日 12:04:28 -07:00
README.md updated readme 2023年10月12日 12:30:56 -07:00

Bitburner

This is the future home to all the Bitburner scripts I have written / will write.

I've been using this game recently to learn to write JavaScript in a trial-by-fire fashion.

So far, it's been a lot of fun, and I should probably be doing real work instead of tweaking hacking scripts for an incremental game ;p



TODO

  • Fix empty string bugs on fresh restart
  • Delay buying/upgrading servers until key purchases are made (TOR, home RAM, certain .EXE files)

Strategy

  1. Pop & backdoor the first few servers.
  2. Buy the TOR router.
  3. Upgrade Home RAM.
  4. Save game.
  5. Run command & control script: run cnc.js.
  6. If cnc fails, save, restart & kill scripts, then run it again.
  7. Run tail cnc.js to see what's going on.
  8. Once Home RAM has been upgraded a couple times, cnc will start listing which servers can be backdoored.
  9. Run find_servers.js SERVER_NAME to see the path to the server, then go backdoor it.
  10. Repeat while you wait for money to materialize.
  11. from Home, run buy -l to see darkweb store, then buy NAME to buy items until you have them all.