No description
Find a file
2024-04-27 20:26:44 -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 Add 'Shutting Down.' message to main menu, matches in-game. Adjust wording of exit function, to match in-game 2024-04-27 17:50:47 -05:00
fallout_boot.py Fix some sound-related issues 2024-04-27 17:17:19 -05:00
fallout_data.py Fix spacing 2024-04-27 20:13:20 -05:00
fallout_functions.py Allow using SPACE instead of ENTER in menus 2024-04-27 20:26:44 -05:00
fallout_hack.py Junk spacing 2024-04-27 20:24:15 -05:00
fallout_locked.py Fix some sound-related issues 2024-04-27 17:17:19 -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 Allow using SPACE instead of ENTER in menus 2024-04-27 20:26:44 -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 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