akashs Posted March 5, 2014 Share Posted March 5, 2014 Recently i develop a game based on http://www.pandajs.net/ . But when i upload this game in a server with the "media" and "src" folder, it gives "Internal Server Error" . Is their any procedure to upload my game into server ? Sincerely Akashs Quote Link to comment Share on other sites More sharing options...
enpu Posted March 5, 2014 Share Posted March 5, 2014 It should work just by copying index.html, media and src folders. I would recommend you to build your game into one minified js file:https://www.youtube.com/watch?v=jC7kLnw3nSs&feature=youtu.be akashs 1 Quote Link to comment Share on other sites More sharing options...
akashs Posted March 5, 2014 Author Share Posted March 5, 2014 Previous problem was for my silly mistake. Thanks for further advice and your game engine. its really great Quote Link to comment Share on other sites More sharing options...
bobz68 Posted August 8, 2014 Share Posted August 8, 2014 Hello ! It seems like you must have a server (or the panda local server) to run the thing you done right ? Why ? Isn't javascript something that's running directly in the brower ? Or is it because of the directory paths ? Quote Link to comment Share on other sites More sharing options...
enpu Posted August 8, 2014 Share Posted August 8, 2014 Yep it's because of the file loading. Quote Link to comment Share on other sites More sharing options...
7Game Posted February 25, 2015 Share Posted February 25, 2015 Hey ! Anyone can tell me how to minified Index.html from the current dev.html via npm :? Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted February 25, 2015 Share Posted February 25, 2015 Hi 7Game I'm pretty sure, all you have to do is call "panda build' through the terminal. This will give you a min file Quote Link to comment Share on other sites More sharing options...
7Game Posted February 25, 2015 Share Posted February 25, 2015 @Ninjadoodle may you please give a steps to that build it with panda tool through terminal. i have searched but not get any content. Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted February 25, 2015 Share Posted February 25, 2015 Hi @7Game I've just written up part 1 of a 'Making games with Panda' series, and it deals with the installation and the use of the terminal. Follow the steps in the tutorial, then type 'panda build' in order to build your minified game http://www.ninjadoodle.com/blog/panda-js-setup/ Hope this helps! Quote Link to comment Share on other sites More sharing options...
7Game Posted February 26, 2015 Share Posted February 26, 2015 @Ninjadoodle Thanks and its a great to start a blogging on Pandajs u would be 1st in search in some days on PandaJs Tutorial. i have done that all thing as above mentioned in the blog but don't know to deal with Pandatool and make minified game from that. Quote Link to comment Share on other sites More sharing options...
Ninjadoodle Posted February 26, 2015 Share Posted February 26, 2015 Hi @7Game Could you please let me know where you got up to and what's not working? Did you install the empty Panda engine? Can you run it in the browser (using the dev file)? Which part are you having a problem with? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.