Standalone browser-based controller for Civ agent play.
This controller is meant to work with the server in civStation.
Quickest path:
npm install
npm run devImportant:
- your phone and the computer running CivStation/Civilization VI must be connected to the same Wi-Fi network
- if they are on different networks, pairing and control may fail or behave inconsistently
Open:
http://localhost:8787Then connect it to your running civStation server.
- this folder: client / controller
civStation: server / backend runtime/Users/jinminseong/Desktop/tacticall: simulation workspace kept separately
index.html,app.jsBrowser controller UIserver.jsLightweight host for the client UIbridge.jsHost-side bridge helperhost-config.example.jsonHost bridge config template
npm run dev
npm start
npm run host