1 Repo
Complete game applications built using the React library and its component-based architecture.
Distinct from React Application Development: Distinct from React Application Development: specifically targets game implementations rather than general web applications.
Explore 1 awesome GitHub repository matching web development · Game Implementations. Refine with filters or upvote what's useful.
This is a browser-based Tetris game built with React, using Redux and Immutable.js to manage all game state in a single immutable store. The application renders the game board, next-block preview, and score display as React components, with state transitions that are predictable and support time-travel debugging through the Redux DevTools Extension. The game distinguishes itself through several integrated capabilities. It automatically adapts between keyboard and touch controls based on the user's input device, with configurable repeat rates for responsive gameplay. A persistence layer serial
A classic block-stacking puzzle game implemented as a single-page React application with keyboard and touch support.