No description
Find a file
2024-04-27 16:37:01 -05:00
audio Lots of changes, almost exactly how I want it now 2024-04-27 16:00:01 -05:00
.gitignore Lots of changes, almost exactly how I want it now 2024-04-27 16:00:01 -05:00
fallout.py Invert preload check, it shouldn't be default 2024-04-27 16:07:08 -05:00
fallout_boot.py Lots of changes, almost exactly how I want it now 2024-04-27 16:00:01 -05:00
fallout_data.py Lots of changes, almost exactly how I want it now 2024-04-27 16:00:01 -05:00
fallout_functions.py Fix typo 2024-04-27 16:37:01 -05:00
fallout_hack.py Lots of changes, almost exactly how I want it now 2024-04-27 16:00:01 -05:00
fallout_locked.py Add files via upload 2021-05-19 13:42:44 -05:00
fallout_login.py Lots of changes, almost exactly how I want it now 2024-04-27 16:00:01 -05:00
fallout_selection.py Having the click after the message disappears is weird 2024-04-27 16:29:03 -05:00
LICENSE Initial commit 2014-07-13 17:10:44 -03:00
passwords.txt added passwords file 2015-05-31 16:14:20 -03:00
poetry.lock Set up poetry 2024-04-27 16:29:54 -05:00
pyproject.toml Set up poetry 2024-04-27 16:29:54 -05:00
README.md Mention the --no-sound flag 2024-04-27 16:33:56 -05:00

Fallout Terminal

Simulates a computer terminal from fallout.

Usage

python fallout.py

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.

If you'd like to preload sounds, in case of playback issues, add --preload to the flags.

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