-
Sample code in the wiki is missing some brackets for closing the 'forEach' loop
-
```gamee-js/gamee/dist/gamee-js.2.0.0.js``` is broken, gamee is not defined.
Please use minified version only
-
Method mentioned in documentation ```gameloadingprogress``` shouldn't be used! And will be removed from documentation.
https://github.com/gameeapp/gamee-js/wiki/advanced-usage#gameegameloadingprog…
-
I'm using fullscreen controls and I'm trying to bind events to `document.onkeydown` for web version of the game, but the game does not react even to
```javascript
document.onkeydown = checkKey;
f…
-
Instead of error, there are data.
```javascript
gamee.gameInit(controller, {}, gameCapabilities, function (error, data) {
if (error == null) { // fails because there are …
-
Hi, from gameInit("OneButton",...) it throws
> wrapKeyEvent is not defined
You can try it [here](https://www-devel.gameeapp.com/game/IGBrpztD)
spixy updated
7 years ago
-
-
mobilni aplikace by ji poslala neco jako pole v jsonu, kde by bylo (id, jmeno, nickname, skore, URL obrazku) => takto treba 5 lidi
pokud by to hra podporovala, tak by to pak mohla ukazovat => treba, …
-
nemaji ted zadny controller a nefunguji tam dobre udalosti
-
Consider using [openfootball/major-league-soccer](https://github.com/openfootball/major-league-soccer) or another open source option.