Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/wip.yml
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# .pre-commit-config.yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Or latest at time
rev: v6.0.0 # Or latest at time
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: debug-statements

- repo: https://github.com/psf/black
rev: 24.3.0 # Python code formatter
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0 # Python code formatter
hooks:
- id: black
language_version: python3

default_stages: [commit]
default_stages: [pre-commit]
Binary file modified LICENSE
Binary file not shown.
1 change: 0 additions & 1 deletion console.log
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

12 changes: 7 additions & 5 deletions fragle_heist_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,38 @@
"Bobby Blip",
"Miss Static",
"YELLER",
"Dennis (not here right now)"
"Dennis (not here right now)",
]

locations = [
"Quantum Vault #42",
"The Cookie Mainframe",
"That Suspicious Ice Cream Truck",
"Bank of Emotionally Unavailable Accounts",
"Fridge behind the firewall"
"Fridge behind the firewall",
]

obstacles = [
"a dancing CAPTCHA",
"someone changed all the passwords to 🐸 emojis",
"YELLER got into a shouting match with a lamppost",
"Miss Static forgot her own plan",
"Dennis left mid-heist to buy oat milk"
"Dennis left mid-heist to buy oat milk",
]

outcomes = [
"They stole the cookies 🍪",
"They accidentally opened a wormhole 🌀",
"Everyone’s stuck in an infinite while-loop",
"They escaped riding spinning chairs",
"They got hired as bank security consultants"
"They got hired as bank security consultants",
]


def run_heist():
print("🧠 Initializing Fragle Heist Simulation...\n")
time.sleep(1)

print(f"🎩 Assembling the crew...")
for member in crew:
time.sleep(0.5)
Expand All @@ -58,5 +59,6 @@ def run_heist():

print("\n✨ Simulation Complete. Press 🍪 to reboot.")


if __name__ == "__main__":
run_heist()
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

Loading