akashs 0 Report post 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 Share this post Link to post Share on other sites
enpu 685 Report post 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 1 akashs reacted to this Quote Share this post Link to post Share on other sites
akashs 0 Report post Posted March 5, 2014 Previous problem was for my silly mistake. Thanks for further advice and your game engine. its really great Quote Share this post Link to post Share on other sites
bobz68 0 Report post 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 Share this post Link to post Share on other sites
enpu 685 Report post Posted August 8, 2014 Yep it's because of the file loading. Quote Share this post Link to post Share on other sites
7Game 0 Report post Posted February 25, 2015 Hey ! Anyone can tell me how to minified Index.html from the current dev.html via npm :? Quote Share this post Link to post Share on other sites
Ninjadoodle 96 Report post 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 Share this post Link to post Share on other sites
7Game 0 Report post 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 Share this post Link to post Share on other sites
Ninjadoodle 96 Report post 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 Share this post Link to post Share on other sites
7Game 0 Report post 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 Share this post Link to post Share on other sites
Ninjadoodle 96 Report post 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 Share this post Link to post Share on other sites