gritsgame icon indicating copy to clipboard operation
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

Results 13 gritsgame issues
Sort by recently updated
recently updated
newest added

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` ![screenshot from 2017-10-18 10 20 02](https://user-images.githubusercontent.com/32880242/31732728-551dfa16-b3ee-11e7-80ed-5cac32948b13.png) 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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: -...

auto-migrated
Type-Patch

``` 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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)

auto-migrated
Type-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)

auto-migrated
Type-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...

Type-Defect
Priority-Medium
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated

``` 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...

Type-Defect
Priority-Medium
auto-migrated