From a64dbdbcb3dc9dd6cf8476f96ec6c2193b45795f Mon Sep 17 00:00:00 2001 From: pmp-p Date: Tue, 22 Aug 2023 09:04:13 +0200 Subject: [PATCH] start 0.8.x --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4371c8c..aee1e9f 100644 --- a/README.md +++ b/README.md @@ -98,16 +98,19 @@ options: --ssl SSL enable ssl with server.pem and key.pem --port [PORT] Specify alternate port [default: 8000]``` -developper options: +``` + +unlisted developper options: --git force cdn use of pygbag current git github CI build --dev change port to 8666 and use local build served on 8000 -Now navigate to http://localhost:8000 with a modern Browser. +Now navigate to http://localhost:8000 with a modern internet browser. -Use http://localhost:8000#debug for getting a terminal and a sized down canvas. +Use http://localhost:8000?-i for getting a terminal with repl + and a sized down canvas ( http://localhost:8000#debug also does the same ) For pygame-script go to http://localhost:8000/test.html ( for a game folder named "test" with option --html )