Skip to content

Tech-at-DU/React-Redux-Tetris-Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

๐ŸŽฎ Build Tetris with React & Redux

Welcome! In this tutorial, youโ€™ll build a fully functional version of Tetris using React and Redux Toolkit โ€” one step at a time.

You'll start with a basic React app and work all the way up to a polished, interactive game with score tracking, keyboard controls, and automatic block dropping.

This tutorial is hands-on and code-first. After each short page, your game will still run โ€” no broken builds, no skipped logic. You'll also find:

  • ๐Ÿค– AI Prompts to help you explore concepts deeper
  • ๐Ÿง  Check for Understanding to reinforce learning
  • โœ… Working Code after every step

๐Ÿ—‚๏ธ Tutorial Outline

Each step builds on the one before it:

๐Ÿ› ๏ธ Setup and Layout

๐Ÿง  State Management with Redux

๐Ÿ”Œ Connecting Components to State

๐ŸŽฎ Game Logic

๐Ÿ† Stretch Goals


๐Ÿง  What You'll Learn

  • Core React concepts: components, props, and hooks
  • Redux Toolkit: slices, state, and dispatch
  • Grid-based rendering logic
  • Game loop timing with requestAnimationFrame
  • UI layout using CSS Grid

๐Ÿš€ Letโ€™s Go

Start with 00-Introduction.md and follow the steps in order. Each page keeps your app functional and helps you build real logic and design patterns.

Good luck and have fun โ€” let's build Tetris! ๐Ÿงฑ

About

Build the classic arcade game Tetris with React and Redux!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published