https://github.com/humankernel/tetris
https://github.com/humankernel/tetris
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/humankernel/tetris
- Owner: humankernel
- Created: 2023-09-06T17:54:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T15:47:09.000Z (over 2 years ago)
- Last Synced: 2024-08-25T02:33:23.034Z (almost 2 years ago)
- Language: CSS
- Homepage: https://tetris-gamma-three.vercel.app
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetris
[👆 Live Demo](https://tetris-gamma-three.vercel.app/)

Simple Tetris that I made that uses `zustand`

https://github.com/rivasjoaquin02/tetris/assets/38800238/f0e9609d-ed86-4c43-9b01-79fb6f1557f9
## Features
- Spawn a Tetrominoe in the Board
- Allows you to move and rotate the shape
## Getting Started
### Prerequisites
- Node.js (v14 or higher)
- npm or pnpm or yarn
### Installation
1. Clone the repo: `git clone https://github.com/rivasjoaquin02/tetris`
2. Install dependencies: `pnpm install`
3. Start the development server: `pnpm run dev`
4. Open `http://localhost:5173` with your browser to see the result.
## Contributing
Contributions are welcome!
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.