fallout-term/README.md

32 lines
866 B
Markdown
Raw Normal View History

2015-05-26 21:37:25 +00:00
Fallout Terminal
2014-07-13 20:10:44 +00:00
================
2015-05-26 21:37:25 +00:00
Simulates a computer terminal from fallout.
Usage
================
```
python fallout.py
```
2024-04-27 21:06:27 +00:00
If you want an extra challenge, you could do hard mode, where the user must manually enter the correct input in the boot and login scripts. Accessible with the `--hard` flag.
You can also skip the password entry entirely if you'd prefer, by adding `--skip` to the flags.
2024-04-27 21:48:55 +00:00
If you'd like to preload sounds, in case of playback issues, add `--preload` to the flags. This should be a very rare edge case!
2024-04-27 21:33:56 +00:00
Finally, if you'd prefer not to have sound, you may add `--no-sound` to the flags.
Passwords
================
To add your own lists of passwords, check out the passwords.txt file
Notes
================
Check out cool-retro-term
(https://github.com/Swordfish90/cool-retro-term) to make your terminal
look like a fallout terminal