Kyle Simpson

Results 186 issues of Kyle Simpson

https://medium.com/@cramforce/on-the-awesomeness-of-fn-displayname-9511933a714a

This is a tricky one because generators are invalid syntax and have to be feature-detected using `Function` or `eval`, as well as the running of a test for them. Need...

help wanted

appcache is widespread but dying. serviceworker is on the rise. should we use both? neither? etc?

help wanted

currently, the bird is a singleton of sorts because of how the ticks work (meaning multiple birds couldn't be flapping at different intervals). fix this so we can have as...

help wanted

noticed that when app is pinned to home screen (tested with android 5), upon launching sometimes the orientation lock seems to mess up the detected dimensions, so the welcome screen...

help wanted

pretty obvious how amateur my artwork is so far. working with a professional artist to get better artwork, probably in a similar style to angry birds.

some parts of the game are still churning GC... track down places where objects (or arrays or functions) are being created and thrown away and see if they can be...

help wanted

we could store every single randomly generated element and all the game moves and then completely reconstruct the game frame by frame. with that, we could have a feature that...

help wanted

I'm not a big fan of the constructor pattern, as most people who follow me know. But it does seem to help when objects have a predictable shape and are...

help wanted

ideas under consideration: - powerups - refill sun meter - "air bomb" that clears all clouds/birds - bubble to protect the plane (and help clearing clouds) - water canon that...

help wanted