This repository hosts a recreation of the RobCo Industries terminal hacking minigame from Bethesda's Fallout Universe.
The application is currently being hosted here via GitHub Pages.
Use the mouse or input field to guess the password from various words on the screen. The program will tell you how many letters are both correct and in the right place. You only have four guesses so think carefully!
Use the "power" button to reset the game.
For problems and feedback please see the Issues tracker for already open tickets. You are welcome to open an issue there for any suggested changes.
Pull requests are also welcome. Please open an issue first to discuss what you would like to change and make sure to update tests as appropriate.
Clone the repository to your local machine.
Dependencies are managed with npm
. If you do not have it install with homebrew via
brew install npm
Then install depdencies with
npm install
And finally run locally with
npm run start