As of now, if you want to debug your game in singleplayer, local mode (in-browser only), you still need to build the frontend code with truffle exec scripts/build-frontend.js.
That script will bake the address of an existing deployment (specified by the network flag) into the output bundle. We should provide a fallback mode that only compiles the singleplayer page if a deployment is not found.
As of now, if you want to debug your game in singleplayer, local mode (in-browser only), you still need to build the frontend code with
truffle exec scripts/build-frontend.js
.That script will bake the address of an existing deployment (specified by the
network
flag) into the output bundle. We should provide a fallback mode that only compiles thesingleplayer
page if a deployment is not found.