Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1 KB

README.md

File metadata and controls

33 lines (23 loc) · 1 KB

Tetris game

Netlify Status

It is a little game I built when following the tutorial provided by freeCodeCamp

The game is easy to play, though it's only playable on desktop.

Check out the results here -> https://tetris-game-onreact.netlify.app

Project's cross-device optimization table:

Device Optimized for the specified device
Mobile ❌ NO
Tablet ❌ NO
Desktop ✅ YES

Tech stack in the project:

  • React (bootstrapped with [Create React App])
  • React hooks
  • Styled-componets ("CSS-in-JS")
  • React.memo()
  • Netlify (for hosting)

Short memo for myself:

When building it I learnt the following: how to use styled-component, how to import fonts with @font-face value, how to structure the project in overall and that React may not be the best option for building games =-)