Wust Posted March 10, 2016 Share Posted March 10, 2016 Learn MorseCode while playing a fun Jump and Run. German Description: http://tobiaswust.de/morserunner-lerne-spielerisch-morsen/ Game: http://games.tobiaswust.de/morserunner/ michaelcalkins 1 Quote Link to comment Share on other sites More sharing options...
staff0rd Posted March 13, 2016 Share Posted March 13, 2016 One major issue with the game is that you're not optimising your assets. At the very least you need to link phaser.min.js instead of phaser.js. The game takes 75 seconds just to download phaser.js from your server, and close to no one is going to wait that long to play - in fact the only reason I waited was because I checked console to see if an error had been thrown and saw the network tab still running. I don't really care for the "learn morse code", but I quite enjoyed the skill requirement on the jumps - played until level 6. michaelcalkins 1 Quote Link to comment Share on other sites More sharing options...
Wust Posted March 16, 2016 Author Share Posted March 16, 2016 Thank you for your Feedback, I will implement the phaser.min.js. Do you have any other tipps for optimization? Quote Link to comment Share on other sites More sharing options...
staff0rd Posted March 16, 2016 Share Posted March 16, 2016 Depends on how optimized you want/need it to be. Your webserver is pretty slow, if you don't want to stick it on a CDN, consider linking to phaser.min.js from a CDN, like this one. Make sure you get the phaser version you've developed against. 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.