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
|
|
|
|
```
|
|
|
|
|
2015-05-31 21:54:43 +00:00
|
|
|
or for hard mode where the user must manually enter the correct input in the
|
2015-06-14 22:31:01 +00:00
|
|
|
boot and login scripts
|
2015-05-31 21:54:43 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
python fallout.py hard
|
|
|
|
```
|
|
|
|
|
|
|
|
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
|