/Roulette_POC

A POC roulette game, that will start deleting files if you don't answer its questions correctly

Primary LanguagePython

Roulette_POC

A POC roulette game, that will start deleting files if you don't answer its questions correctly - this was created with CCDC (or similar competitions) in mind, so please don't use this without permission of the system owner

Eventually I would like this to be in Rust so it can be an executable, but that will come later

NOTE: for developing purposes, typing 'specialescape' will exit the program with no damage.

Changing Questions: To change the questions, check out the 'Question Blocks' section of the code, here you can add, remove, or change what questions get asked to the victim. If adding questions, add the function name (ex question_one.q) to 'question_list' under main()

Changing files to delete: To change files/directories to delete, check out the file variable under file_nuke(), here you can put in whatever directories you want to potentially delete.

Initial screen:
image

Bad Answer:
image

Good Answer:
image

CTRL+C Escape attempt:
image