gritsgame
gritsgame copied to clipboard
GRITS is a cross-functional effort to create a boilerplate codebase to provide to HTML5 game developers that are looking to get started using Google's technology stack
Error attempting to load gritsgame.appspot.com in Chrome Version 61.0.3163.100 (Official Build) (64-bit) on Linux. `Web Audio API is not supported in this browser`  Followed...
Hi! The following error appears when opening the site http://gritsgame.appspot.com/ >Grits says, "Guess what just happenede" > >---------- >TypeError: this._context.createGainNode is not a function >---------- >http://gritsgame.appspot.com/scripts/core/soundManger.js >line number 33 My...
``` when i try to log in in te game using google account its give me this error http://localhost:8081/loginoauth 404 Not Found The resource could not be found. What is...
``` Patch to get code working with de-prefixing and updates to Web Audio api. ``` Original issue reported on code.google.com by `[email protected]` on 14 Jan 2015 at 11:13 Attachments: -...
``` What steps will reproduce the problem? 1. al_isSoundFilename('lol.png') Loading 'lol.png' isn't a problem because loadAssets checks al_isImgFilename first then if false checks al_isSoundFilename however if you tried to load...
``` aRUGments > aRGUments ``` Original issue reported on code.google.com by `[email protected]` on 7 May 2013 at 6:06 Attachments: - [Factory.js.patch](https://storage.googleapis.com/google-code-attachments/gritsgame/issue-10/comment-0/Factory.js.patch)
``` Maybe I'm wrong, but shouldn't those health's be lowercase? ``` Original issue reported on code.google.com by `[email protected]` on 20 Apr 2013 at 1:40 Attachments: - [HealthCanister.js.patch](https://storage.googleapis.com/google-code-attachments/gritsgame/issue-9/comment-0/HealthCanister.js.patch)
``` Should that be TimerClass instead? It works if I change it that way, but not sure if that is intended. this bit of code in Entity.js this.start = function...
``` What steps will reproduce the problem? 1. When you set entity.categories and entity.collidesWith such that no collision should occur, the entities still collide. 2. 3. What is the expected...
``` src/shared/core/TileMap.js (Line: 262) the intersectRect code in the draw method sets r1 right to r2's values. ``` Original issue reported on code.google.com by `[email protected]` on 24 Feb 2013 at...