# ttmudengine **Repository Path**: lightsever/ttmudengine ## Basic Information - **Project Name**: ttmudengine - **Description**: MudGame 开发引擎 - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-31 - **Last Updated**: 2025-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 TTMudEngine 是基于TTAPI thin html5引擎实现的 mud 专门引擎 "strictNullChecks": false, # 构建项目方法 ``` cd html\mud tsc -w 调试时可将 neutralino.config.json 中的 "defaultMode": "browser",则会在浏览器窗口中,前端调试方便一些 存档之类的功能会调用一些扩展接口, 其他功能直接使用浏览器调试index.html即可 ``` # 启动项目方法 直接启动 ``` neutralino-win_x64.exe ```