Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 866 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 866 Bytes

Main Aim

To practice React by completing the challenges in the book [https://50reactprojects.com] (50 Projects For React & The Static Web). HOPE I CAN COMPLETE SOME GOOD PROJECTS.

Project Aim

Create a tetris-like game that requires someone to rotate shapes to fit like a puzzle.

Brief

Tretis is a puzzle game that never seems to go out of style. Regardless of the theme, at its core, tetris is made up of shape of blocks that you need to use to complete rows to avoid overflowing the available space.

Tasks To Be Completed

Create a play area - completed

Add blocks - completed

Add shapes of blocks - completed

Add falling shape - completed

Add shape stacking - completed

Add shape movement - completed

Add shape rotation - completed

Add shape completion - completed

Add Game Over when full - completed