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

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

  • 4 x background music tracks composed for the game
  • tutorial mission, 2 x interactive chat missions, and open-ended final mission
  • (after the tutorial): 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

Secrets / unlocks

  • Check the ugly 'support' app and read carefully.

If all else fails ... visit the Discord: 

https://discord.gg/UGp2d8DcNQ


---

Emergency patch after submission:

  • 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-1950.zip 28 MB

Comments

Log in with itch.io to leave a comment.

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