this post was submitted on 29 Feb 2024
105 points (96.5% liked)

196

16815 readers
1288 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 11 months ago (2 children)

Lol ok I'll ask: wtf is that code?

[–] [email protected] 27 points 11 months ago (2 children)

The code is for an incremental RPG programming game called Bitburner, which uses a version of JavaScript that has some additional game-specific APIs and restrictions (the game originally ran in a web browser)

This code in particular is a (flawed) solution to the first problem the game throws at you, which is finding a way to hack as much in-game money as possible from in-game servers. (The problem is more complicated than it appears at first glance, and I'll try to elaborate if you ask.)

Urghh, now I must post before I leave...

[–] [email protected] 3 points 11 months ago (1 children)

No it’s actually to compute the threads required for a hghw batching script :)

[–] [email protected] 4 points 11 months ago

My bad, was wondering why it was called "recon"... HACK GROW HACK WEAKEN? What on earth is this madness? Did... did you... did you do this on purpose?

Anyways, I think I'm going to write the essay despite no one asking.

[–] [email protected] 2 points 11 months ago* (last edited 10 months ago) (1 children)

I am trying to.get into the game but I am very clueless do I have to learn javascript before continueing or will it teach me

[–] [email protected] 1 points 10 months ago

there's documentation , but it's a good way to learn javascript imo. It gives you an environment to interact with javascript and that's a perfect place to go hands-on and learn programming :)

[–] [email protected] 6 points 11 months ago (1 children)
[–] [email protected] 2 points 11 months ago (1 children)
[–] [email protected] 9 points 11 months ago (4 children)

Might be bitburner?

No idea though, just saw this

[–] [email protected] 9 points 11 months ago

It is bitburner :3

[–] [email protected] 3 points 11 months ago

Bitburner is the shit

[–] [email protected] 1 points 11 months ago

OK I was just shitting on JS but any way to gamify programming might be good for me. I'll check it out

[–] CptEnder 1 points 11 months ago

Is that like a programming game? (I know nothing about programming haha)