Hey guys.. Well, I developed a game on Construct 2. When I execute or export to web or desktop, it runs perfectly. But, I exported the project for Windows 8.1 and it's running very Slowly. What can I do to make the game run normal?
Develop games in your browser. Powerful, performant & highly capable.
Not really much useful info there... You can always add some debug text to show FPS, memory, etc... while it is running. Running the game from visual studio will be slow as it debugs it too. Make sure you put the game in Release mode (not debug) on the build menu.
Windows 8.1 apps should perform identically to IE11 or IE10 (depending on whether you keep Windows 8.0 support). Sometimes other browsers like Chrome (and node-webkit) are faster.