fallout-term/README.md

42 lines
716 B
Markdown
Raw Normal View History

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.
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:
2015-05-26 21:37:25 +00:00
```
import fallout_login
2015-05-27 01:11:31 +00:00
# returns true if the correct password is entered, false otherwise
2015-05-26 21:37:25 +00:00
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