Basic working version with only Hackclub AI support, starting UI and offensive mode(convince to get into debt)

This commit is contained in:
csd4ni3l
2025-10-02 16:38:12 +02:00
commit adc2debd2a
12 changed files with 1679 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "debt-by-ai"
version = "0.1.0"
description = "A game where you have to convince AI to get into debt, or have to convince AI to put you out of debt."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"flask>=3.1.2",
"google-genai>=1.40.0",
"python-dotenv>=1.1.1",
"requests>=2.32.5",
]