No description
Find a file
2015-05-31 18:54:43 -03:00
fallout.py added text and hard mode to boot script 2015-05-31 18:54:43 -03:00
fallout_boot.py added text and hard mode to boot script 2015-05-31 18:54:43 -03:00
fallout_functions.py added text and hard mode to boot script 2015-05-31 18:54:43 -03:00
fallout_locked.py slowed the text output 2015-05-26 22:28:59 -03:00
fallout_login.py added text and hard mode to boot script 2015-05-31 18:54:43 -03: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
README.md added text and hard mode to boot script 2015-05-31 18:54:43 -03:00

Fallout Terminal

Simulates a computer terminal from fallout.

Currently only implements the login portion.

Usage

python fallout.py

or for hard mode where the user must manually enter the correct input in the boot script,

python fallout.py hard

To only use the login in another program:

import fallout_login

# returns true if the correct password is entered, false otherwise
fallout_login.beginLogin()

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