An open API service indexing awesome lists of open source software.

https://github.com/humankernel/tetris


https://github.com/humankernel/tetris

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

# Tetris

[👆 Live Demo](https://tetris-gamma-three.vercel.app/)

tetris

Simple Tetris that I made that uses `zustand`

![Main](screenshots/main.png)

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.