Loved it so much that I ran over and bought on steam, thanks for putting this relaxing and cute game out there.
Peter Witham
Creator of
Recent community posts
You may have noticed I made a change to the starting example script.
// Example: Hack a server
while(1) {
const target = "vault-omega-x";
const stolen = await ns.hack(target);
ns.print(`Hacked ${target} for ${stolen} DWC`);
}
For those not familiar, while(1) will cause the script to loop forever until you stop it. This is a great way to keep hacking the same server. Also, a great place to start learning to adapt the script for bigger and better hacks, maybe even multiple servers!
Welcome to Project Hack.
This game has gone through many generations over the past couple of years. This is the first version that enables me to work towards my original goal.
A game that can be played solo or with multiplayer PvP. Currently I have not activated the player vs player features while I continue to build the solid core of the game.
There are still many features planned, but I felt it was time to give people a chance to play and start providing feedback on the direction and feel of the game.
You can find the game details at www.projecthack.net
Thanks for playing, Peter.

