We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I tried to put a few of my project on my github.io to showcase to people. All of them runs on local host without any error and play smoothly.
But one of my sketch loads forever and never play. I doubted if it is the sound files which take too much space. I delete all the sound file but it still does not work. Then I really have no clue what is wrong out there. Could someone help me to take a look?
//with sound - https://berlinali.github.io/gamebot/ - https://github.com/BerlinaLI/berlinali.github.io/tree/master/gamebot
//without sound - https://berlinali.github.io/pcgamebot/ - https://github.com/BerlinaLI/berlinali.github.io/tree/master/pcgamebot
Answers
errors on the web console for the sound version:
(i've had to break the links to stop the forum formatting them badly)
You've got inconsistent file names. The sound files use extension ".mp3".
However, you attempt to load them as ".MP3"! #-o
My advise is to always use lowercase extensions. Even for your ".TTF" there! :-B
Thx guys. The mini game is up. berlinali.github.io/pcgamebot/ But the audioIn function is not available for ios and safari as they dont give access to mic control. So better use android or PC:)
@Berlina -- congrats on completing your game!