Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.19 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.19 KB

React Tetris

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the game depending on their device's screen size
  • Play Tetris with increasing difficulty as they clear rows
  • View accumulated score, rows cleared, and current level
  • Start new game and clear previous results

Screenshot

My process

Built with

What I learned

I learned a ton about working with multidimensional arrays, building custom hooks, collision detection, and working with custom types

Useful resources

Author