bitburner
bitburner-scripts
bitburner | bitburner-scripts | |
---|---|---|
369 | 18 | |
2,804 | 177 | |
- | 1.1% | |
0.0 | 0.0 | |
over 1 year ago | 6 months ago | |
HTML | JavaScript | |
GNU General Public License v3.0 or later | - |
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.
bitburner
-
Side Quest #3: maybe the real Deepfakes were the friends we made along the way
I used this once in my image compression project, and I can't really go back. It makes the piece of code responsible for training the model super compact as I will show you in the next episode when I work on the models themselves. It really tickles my brain when the code is clean. You will see much more of this obsessive-compulsive side of me when I eventually do a Side Quest for bitburner.
-
life loop games
Bitburner which is available on steam or web which is more sci fi/hacking themed. it's a very complex life loop game that involves coding heavily. There is a pseudo code script in the game in which you can write programs to hack others and eventually restart with cybernetic implants. You can even ditch the pseudo script and code directly in java in the game. The end game is quite fun and fulfilling. I haven't even gotten through it yet.
-
Need help on importing variables
Nope, ports communicate "in RAM" only, i.e. when you close and re-open the game (or complete a BitNode [and maybe also if you install augs? Don't know]) they're cleared. Ports can be accessed via ns.writePort() and ns.peek() or ns.readPort() and be cleared manually with ns.clearPort(). The docs have syntax and description of all the in-game functions.
-
stats of manual commands
From the source code:
-
Learn programming for absolute beginners
3.https://danielyxie.github.io/bitburner (optional, for extra practice and motivation)
- help with a startup script
-
How many scripts is too much for one server?
Here's a list of functions if you want to take a look at what's available. https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.md
-
Is there a function to get an array of a server's scripts. I need this so I can create a script called deleteScripts.js to remove them.
RTFM for [ns.ps()](https://github.com/danielyxie/bitburner/blob/dev/markdown/bitburner.ns.ps.md) and ns.killall() ;)
-
This game is the closest there is to actually programming. Change my mind.
Bitburner.
-
Is there a way to get a list of current products in an industry w/o knowing the product name?
Looking at the Warehouse API, the only way to get information on a product is to already know the product name. However if I, for example, restart my corp script after augment installs with a corporation already running, I wouldn't have any of my product names in memory. I know that, given that you can only ever have at most 5 products at a time, I could just create a static list of 5 product names and infer my current production from there but it would be nice to not have to do that and be able to run a function like getProducts that would pull a dictionary/list of the current products for me. I'm generally trying to avoid coding w/ try/catch blocks so something like that would be nice.
bitburner-scripts
-
MSG/RPC API over ports
I'll submit it to bitburner-scripts once I test it.
-
whats the best js script to hack all servers at once?
There's always auto-win.js if you want to skip the boring part between the beginning and the end.
- Looking for the best script for money
-
I keep forgetting to play the game
Too late, I already came across https://github.com/bitburner-official/bitburner-scripts — My version of custom-stats.js wasn't running for the screenshot.
-
automatic scanning
There are some neat official example scripts to be found at https://github.com/bitburner-official/bitburner-scripts, which you can use as-is, expand upon, or use as learning material.
-
PSA: Colors!
You can find an official example script doing exactly this at https://github.com/bitburner-official/bitburner-scripts, look for monitor.js. And of course feel free to check out the other scripts as well, even if the script's functionality isn't what you're looking for, I often find inspiration or learn new things from checking out other people's scripts.
-
Hey Guys ! New and need a lil bit of help please !
If you're an impatient person like I am, and wanna know what's happening on a server that you're targeting, and to give an idea of if anything is happening the following is super super handy for that monitor.js
- Anyone know a good and simple auto deployer script?
-
Bitburner got me to write my first ever script! (HackNet autobuy script)
Script looks good. Maybe for a first upgrade you can transition from using a const at the top to using args to pass in the value you want to use. You can start simple with just using ns.args[0] so when you call your script like “run myscript.js 1000000000” it will run till that number. If you wanted to get fancy you could use ns.flags like in this script to set a default value or have like 1 flag to make it a constant target and another flag to make it only spend some percentage of your current cash.
-
Flags: Sharing Info and Tips
lastly just to show a use case that i find very helpful this is a snippet from hydroflame's github scripts
What are some alternatives?
bitburner-scripts - My own scripts for playing bitburner
blessed-contrib - Build terminal dashboards using ascii/ansi art and javascript
Visual Studio Code - Visual Studio Code
bitburner - My BitBurner scripts
FizzBuzz Enterprise Edition - FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
tui-rs - Build terminal user interfaces and dashboards using Rust
elevatorsaga - The elevator programming game!
react-table - 🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
bitBurnerTsProject - A template project to start a TypeScript repo for BitBurner
Table - Formats data into a string table.
BitBurnerCentralManager - A prototype thread manager for BitBurner
Exercism - website - The codebase for Exercism's website.