state sync; the basic early game works

This commit is contained in:
2025-08-05 17:57:43 -07:00
parent 9f514db33b
commit 1b72e899af
16 changed files with 209 additions and 23 deletions

View File

@@ -9,13 +9,13 @@ import webview
import flask
from pylocal import core, desktop, dev, items, tick
from pylocal import core, actions, desktop, dev, items, tick
core.desktop_mode = True
sig_exit = threading.Event()
argp = argparse.ArgumentParser("seagull")
argp.add_argument("-d", "--debug", action="store_true")
argp.add_argument("-d", "--debug", action="store_true", help="Launches the game in \"debug mode\".")
argo = argp.parse_args()
@core.app.route("/")