30 lines
512 B
Markdown
30 lines
512 B
Markdown
Fallout Terminal
|
|
================
|
|
|
|
Simulates a computer terminal from fallout.
|
|
|
|
Usage
|
|
================
|
|
|
|
```
|
|
python fallout.py
|
|
```
|
|
|
|
or for hard mode where the user must manually enter the correct input in the
|
|
boot and login scripts
|
|
|
|
```
|
|
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
|