Entry for 2024 Github.com gamejam, theme of 'Secrets'. Written by a team of 1, from scratch in React/Typescript.

Walkthrough video:

You hack remote servers (in-game, simulated!) using a telnet client, and gradually unlock more powerful GUI tools and secrets (passwords, user-accounts, NPC's private info), discover more servers and uncover a wider story around who's controlling the flow of power and money.

Features

  • [gamejam++, added post-jam]: step-by-step tutorial
  • 1 x intro mission, 2 x interactive chat missions, and open-ended final mission
  • (after the intro/chat missions): scan servers using your new GUI and try to hack as many as you can
  • 5 x different unlockable GUI tools
  • > 50 x simulated servers to hack
  • Explore filesystems
  • Change passwords, overwrite files
  • 4 x background music tracks composed for the game

Secrets / unlocks

  • Check the ugly 'support' app and read carefully. Or win the game (to see the cheatcodes)

If all else fails ... visit the Discord: 

https://discord.gg/UGp2d8DcNQ


---

Gamejam++ patch after submission:

  • Adds an in-game 'OS installer' that guides you through the core gameplay elements
  • Adds an in-game 'hackers manual' (find it in your Documents folder) with step-by-step instructions on finding servers, hacking them, what to do when you've hacked a server, etc.

Emergency patch after submission:

  • December 31st: fixed small layout bugs that affected small screens, some browsers, etc. Fixed 'gameover' message not appearing for some players.
  • Itch.io 'fullscreen' widget was blocking one of the clickable buttons - shifted the buttons out of the way
  • The in-game music was included in the bundle, but wasn't playing - you just got silence for most of the game - so fixed the 1-line mistake
  • Added two pieces of text to the background to help debugging in case anyone else has problems with playing it (version-number in bottom right, and track-name in bottom left)
  • Made the initial hints from 'Mom' at start of game more explicit to get you started

Download

Download
dist-2412-b1.zip 30 MB
Download
dist-1950-b2.zip 28 MB
Download
dist-1950.zip 28 MB
Download
dist-1950-b3.zip 29 MB
Download
dist-2412-b2.zip 30 MB

Comments

Log in with itch.io to leave a comment.

Work in-progress: new build now uses ChatGPT to power the NPC characters - so they'll respond to any/everything you say, and it can be a bit easier getting info out of them (you don't have to use the magic keywords any more). I'm gradually converting the existing missions so that they work with the new AI-powered NPCs. Aiming for a new release in jan 2025.

In case you're stuck getting started:

  1. speak to your Mom first, she has the initial easy challenge for you
  2. the manual for the wifi router is saved on your Documents folder, it explains how to access the router. You've got a few apps...
  3. for most of the game you'll be using the Terminal app to do hacks (basic info in the manua ) until you get to the GUI apps later
  4. you need a username and password to get into the router ... where might you have saved that info already?

Other tips:

  • all windows are resizable, position them wherever is convenient
  • if you close a window and re-open it, it will re-use the previous position BUT ALSO save that position (even after reloading the page/browser)
  • you can change volume, mute, using the settings in bottom left, or switch tracks
  • every server has a 'shellinfo' command if you can login. servers running 'bash' have more commands available, and support tab-autocomplete to automatically fill-out possible commands (just like a linux shell) - saves a lot of typing