Simple Tetris that I made that uses zustand
tetris.mp4
- Spawn a Tetrominoe in the Board
- Allows you to move and rotate the shape
- Node.js (v14 or higher)
- npm or pnpm or yarn
- Clone the repo:
git clone https://github.com/rivasjoaquin02/tetris
- Install dependencies:
pnpm install
- Start the development server:
pnpm run dev
- Open
http://localhost:5173
with your browser to see the result.
Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE.md file for details.