2048-react icon indicating copy to clipboard operation
2048-react copied to clipboard

:video_game: A React implementation of the popular 2048 game by Gabriele Cirulli

Results 2 2048-react issues
Sort by recently updated
recently updated
newest added

Too much recursion caused by `Container.move()`: ``` s.isCustomAttribute @ DOMProperty.js:203 b.Mixin._updateDOMProperties @ ReactDOMComponent.js:808 b.Mixin.updateComponent @ ReactDOMComponent.js:700 b.Mixin.receiveComponent @ ReactDOMComponent.js:646 a.receiveComponent @ ReactReconciler.js:87 b._updateRenderedComponent @ ReactCompositeComponent.js:562 b._performComponentUpdate @ ReactCompositeComponent.js:544 b.updateComponent @...

bug

Switch to [synthetic keyboard events](http://facebook.github.io/react/docs/events.html#keyboard-events) for game controls.

enhancement