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
- Host: GitHub
- URL: https://github.com/bristihalder/tetris-unity
- Owner: bristiHalder
- Created: 2024-04-22T12:09:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T11:32:20.000Z (almost 2 years ago)
- Last Synced: 2025-10-09T21:06:55.994Z (9 months ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 4.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).