React Tetris Starter Files

screenshot of React Tetris Starter Files

Starter files for the React-Tetris tutorial

Overview

React Tetris is a project that provides starter files for a tutorial on building a Tetris game using React. It includes the necessary files and resources to get started on creating the game.

Features

  • Background: The starter files include a background image sourced from Unsplash, specifically from the photographer Clemen Vrankar.
  • Font: The project uses a specific font called Pixel LCD-7, created by Sizenko Alexander, which is provided as a part of the starter files. The font is freeware for home use.
  • useInterval.js Hook: The code includes a custom hook called useInterval.js, created by Dan Abramov. This hook allows for easy and efficient management of intervals in a React component.
  • Stepped Solutions: The tutorial provides a series of stepped solutions, allowing learners to build and understand the game incrementally.
  • Finished Game: The project also includes a finished version of the Tetris game, allowing users to play and experience the final result.