Completed
) Player RotationG
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Build Tetris in React - GameDev Tutorial (with React Hooks!)
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction
- 2 ) create-react-app and tooling
- 3 ) Scaffolding Components
- 4 ) Stage and Tetrominos
- 5 ) Styling with Styled Components
- 6 ) usePlayer and useStage
- 7 ) Stage update and player movement
- 8 ) Collision Detection
- 9 ) Player RotationG
- 10 ) Clear Rows
- 11 ) drop with useInterval
- 12 ) useGameStatus and React.memo