DEV Community

Cover image for πŸš€ New React Challenge: Tetris II
Duffman
Duffman

Posted on

πŸš€ New React Challenge: Tetris II

This is the second part of the Tetris challenge series. In this version, the user interface, game loop, and React components are already implemented for you.

Your goal is to focus purely on the game logic by completing the utility functions in utils.ts. You will implement piece generation, movement, collision detection, and row clearing to make the game functional.

πŸ”— https://www.reactchallenges.com/challenges/tetris-ii

Top comments (0)