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

https://github.com/bristihalder/tetris-unity

This is a 2D game made in Unity
https://github.com/bristihalder/tetris-unity

unity

Last synced: about 2 months ago
JSON representation

This is a 2D game made in Unity

Awesome Lists containing this project

README

          

# Tetris 2D
- This is a 2D Tetris game built using Unity.
- The game follows the classic Tetris gameplay where players manipulate falling tetrominoes, geometric shapes composed of four square blocks, to create complete rows.
- The objective is to clear as many rows as possible to prevent the stack of tetrominoes from reaching the top of the playfield.

## Controls

- **A key**: Move tetromino left.
- **D key**: Move tetromino right.
- **S key**: Soft drop (increase falling speed).
- **Q or E key**: Rotate tetromino clockwise or counter-clockwise.
- **Spacebar**: Hard drop (instantly drop tetromino to the bottom).