implemented Scoundrel game

This commit is contained in:
Luxferre
2026-01-02 12:36:36 +02:00
parent 7ae7beeb9b
commit f66d94b8b0
4 changed files with 198 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@ from app.ed import edit, view, edbuf, viewbuf, edurl, viewurl
from app.bro import bro
from app.blog import blogpost, blogpost_str, bloged
from app.llmchat import llmchat
from game.scoundrel import scoundrel
try:
from deck import net
requests = net.init_requests()