Ytyse Posted July 20, 2016 Share Posted July 20, 2016 Hello, I'm trying to make a game with Cordova. My game works perfectly on my Chrome Browser with a WAMP, but there's no server running in my app cordova. Two solutions : -How can I implement a server in cordova to run my game ? or -How can I run my game without a server ? Any ideas ? Link to comment Share on other sites More sharing options...
bdekk Posted July 20, 2016 Share Posted July 20, 2016 Your wamp server just serves the files of your game. Take all your game files and package those using cordova (index.html, css files, assets, javascript-files). Link to comment Share on other sites More sharing options...
VitaZheltyakov Posted July 20, 2016 Share Posted July 20, 2016 What does the server? Link to comment Share on other sites More sharing options...
Clem Posted July 21, 2016 Share Posted July 21, 2016 I don't understand what you are trying to do. Do you want to launch your game on mobile as an app ? Or you need to access to some information stored in a server ? Link to comment Share on other sites More sharing options...
Recommended Posts