No description
Find a file
2025-01-21 14:04:41 -06:00
.git-hooks Setup pre-commit 2025-01-21 14:04:41 -06:00
audio Lots of changes, almost exactly how I want it now 2024-04-27 16:00:01 -05:00
term-styles add cool-retro-term styles, reorganize terminal styles 2024-10-14 13:32:06 -05:00
xterm Add xterm files that work well with the terminal, mouse support soon! 2024-05-05 10:38:41 -05:00
.gitignore Lots of changes, almost exactly how I want it now 2024-04-27 16:00:01 -05:00
.pre-commit-config.yaml Setup pre-commit 2025-01-21 14:04:41 -06:00
fallout.py Remove some redundant global calls, minify a few lines 2024-05-05 10:38:08 -05:00
fallout_boot.py Formatting 2024-04-28 10:02:47 -05:00
fallout_data.py Formatting 2024-04-28 10:02:47 -05:00
fallout_functions.py Remove some redundant global calls, minify a few lines 2024-05-05 10:38:08 -05:00
fallout_hack.py Formatting 2024-04-28 10:02:47 -05:00
fallout_locked.py Formatting 2024-04-28 10:02:47 -05:00
fallout_login.py Formatting 2024-04-28 10:02:47 -05:00
fallout_selection.py Formatting 2024-04-28 10:02:47 -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 update packages 2025-01-21 14:04:33 -06:00
pyproject.toml update packages 2025-01-21 14:04:33 -06:00
README.md Clarification 2024-04-27 16:48:55 -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. This should be a very rare edge case!

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