parchment
bitburner
Our great sponsors
- Appwrite - The open-source backend cloud platform
- SurveyJS - A Non-Cloud Alternative to Google Forms that has it all.
- Amplication - open-source Node.js backend code generator
- Sonar - Write Clean JavaScript Code. Always.
- Mergify - Tired of breaking your main and manually rebasing outdated pull requests?
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
parchment | bitburner | |
---|---|---|
8 | 368 | |
399 | 2,777 | |
- | - | |
0.0 | 8.3 | |
7 days ago | about 2 months ago | |
JavaScript | HTML | |
MIT License | 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.
parchment
-
Ask HN: Great text based games to play?
Counterfeit Monkey by Emily Short. https://github.com/i7/counterfeit-monkey/releases
If you don't want to install a parser on your computer, you can play it online by putting the link to the .gblorb file into https://iplayif.com/ I.e. https://iplayif.com/?story=https%3A%2F%2Fgithub.com%2Fi7%2Fc...
Modern games are generally going to be more approachable than old ones. Tastes have changed considerably. In the days when you couldn't pull up a walkthrough in a few seconds, taking days to think of the next step was part of the fun, and just getting permanently stuck at some point was fairly common. Also, letting the player keep going even after they have done something to make the game unwinnable is now considered very uncool. Navigation is much less tedious these days as well, fast travel for example, although the exact mechanics depend on the game.
And that's not mentioning the amount of CPU and RAM available, not only for the game's runtime, but also for tools like I7 (which was used to write Counterfeit Monkey).
For an quicker introduction to modern "interactive fiction", as it's called these days, check out competition entries. https://intfiction.org/c/competitions/7 These are generally written in a shorter amount of time and the results are quicker to play through.
This is a fun one I played recently about shopping in a grocery store, called Aisle. You only have a single command you can give for the whole game, but there's a looot of them you can provide, and it gives you a different ending for each. Part of the fun is trying to figure out what you can say to find another ending. You can play it directly at the link below.
Play: https://iplayif.com/?story=http%3A%2F%2Fwww.ifarchive.org%2F...
- Ask HN: What game you wished existed?
- Inform 7 v10.1.0 is now open-source
bitburner
-
Learn programming for absolute beginners
3.https://danielyxie.github.io/bitburner (optional, for extra practice and motivation)
-
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() ;)
-
How do i run a script on a purchased server
Alternatively, you can make a script to do all this for you. The script can buy a new server with the ns.purchaseServer(hostName, ram) command, copy the script with ns.scp(files, destination, source), and run the script on the new server with ns.exec(script, host, numThreads, args)
-
v2.2.2 Release
2.2.2 stable is now live here and at steam Dev version goes to 2.3, largest changes in the works are corporation rework and deprecation of NS1/.script.
- Saturday night Bitburner! [¬º-°]¬ How's your night going?
-
Ask HN: Great text based games to play?
> Bitburner is a programming-based incremental game that revolves around hacking and cyberpunk themes.
-
Where is the latest stable browser-version of the game?
According to the changelog the repository has been moved to https://github.com/bitburner-official/bitburner-src and there is a browser-version of the dev-branch at https://bitburner-official.github.io/bitburner-src/. The old game at https://danielyxie.github.io/bitburner/ is at version 2.1.0 and doesn't seem to get updated anymore, even though the readme in the new repository says that the release-build should be there.
-
Check out Bitburner
It's also open-source: https://github.com/danielyxie/bitburner
What are some alternatives?
bitburner-scripts - My own scripts for playing bitburner
bitburner-scripts - Repository of Bitburner scripts
Visual Studio Code - Visual Studio Code
elevatorsaga - The elevator programming game!
BitBurnerCentralManager - A prototype thread manager for BitBurner
TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
FizzBuzz Enterprise Edition - FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
bitBurnerTsProject - A template project to start a TypeScript repo for BitBurner
ts-bitburner-scripts
netscripts.d - Netscripts for Bitburner
Exercism - website - The codebase for Exercism's website.
codewars.com - Issue tracker for Codewars