-
Notifications
You must be signed in to change notification settings - Fork 13
Game Testing
Emulator is the online tool maintained by GAMEE developers allowing the game developers to test the basic functionality and integrity of the game and also to test advanced functionality.
You can find the Emulator on http://emulator.gameeapp.com/.
Emulator allows you to enter any valid URL including the localhost where your game is currently running. Then it reflects the behavior of the Web Platform. In case you publish your game on the public domain or IP address you can share the game with others simply by copying the emulator URL (for example http://emulator.gameeapp.com/emulator.html?projectUrl=http://my-game.com).
Emulator is just a simple static page with no backend. So you don't have to be concerned some of your game data could leak if you want to test something. Everything is private and safe. It also doesn't require to create a game package.
Emulator allows you to mockup data for rich features and play the game in other modes. If your game uses specific capabilities in gameInit the mockup input fields are enabled.
In case you find any issue in the emulation or find out something you would like to improve, you can create an issue in emulator repository https://github.com/gameeapp/gamee-emulator where you can also find out details about the releases, changelogs and planned updates.