Hey guys, I want to show my latest project: The classic tetris game. Checkout the demo
The techstack
- React: Javascript library for building user interfaces
- Zustand: State management library for react app
- Web audio api: This API provides a system to control audio on the web
- Styled component
- Vite: A frontend build tool
Acknowledgement
- This repository is highly inspired by Angular tetris and this react tetris.
- The animation was built with the help of the useInterval hook from Dan Abramov
That's it
That's the first time that I work with web audio api and zustand and I had so much fun working with those new stuffs.
You can checkout my repository to get more information
Top comments (1)
Ergh... the rotations are all wrong. Apart from that, cool