From 9385c91472541a3b42689668d337f00238e332b4 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sat, 27 Apr 2024 16:06:27 -0500 Subject: [PATCH] Update README, with new flags --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73dd60a..27f2672 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Usage python fallout.py ``` -or for hard mode where the user must manually enter the correct input in the -boot and login scripts +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. + +And if you'd like to preload sounds, in case of playback issues, add `--preload` to the flags. -``` -python fallout.py hard -``` Passwords ================