Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

When I tried to run the game, all that happened was the following error message was printed on a plain white background:

Crash | Uncaught ReferenceError: Phaser is not defined

I'm guessing the game requires the Phaser engine's runtime to run, which users who've never worked with that engine are unlikely to have installed.

(1 edit)

Odd, it should download phaser as you run the game (it's just a web asset), I'll check it out

Thanks for the info and your efforts.

I tried it again today and it does indeed seem to be working now. Good job fixing it!

----

Unimportant side-note:

Is it possible that there was previously a downloadable version that I tried to use that may have been broken because it thus wasn't on the proper web platform? 

I can't remember if that was the case when I tried it (i.e. if I tried a downloaded version or not). I know that games do vary on whether they provide downloadable versions.

(+1)

It could very well be that I accidentally included a downloadable version :) It is a good amount of work to make web games downloadable so I avoid that for smaller games I make.

Ok, thanks for the info again.