https://github.com/jrodriguezn19/tetris_unity
My version of Tetris developed in Unity using C#
https://github.com/jrodriguezn19/tetris_unity
csharp unity
Last synced: about 2 months ago
JSON representation
My version of Tetris developed in Unity using C#
- Host: GitHub
- URL: https://github.com/jrodriguezn19/tetris_unity
- Owner: jrodriguezn19
- Created: 2019-09-01T07:35:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T05:25:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T03:42:21.980Z (over 1 year ago)
- Topics: csharp, unity
- Language: C#
- Homepage:
- Size: 3.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetrix - Unity
Tetrix is a modern take on the classic Tetris game, developed using C# and Unity. This version features multiple levels with increasing difficulty.
## Screenshots
### Main Menu
_Main menu of Tetrix with selectable levels and a quit option._

### Gameplay
_Gameplay screenshot showcasing falling Tetrominoes._

## Features
- **Multiple Levels:** Begin with simpler blocks in Level 1 and challenge yourself with more complex patterns in Level 2.
- **Dynamic Gameplay:** Enjoy classic Tetris mechanics with a modern visual twist.
- **Intuitive User Interface:** The UI is designed for easy and simple navigation.
## Installation
To get started with Tetrix:
1. **Clone the repository:**
```bash
git clone git@github.com:jrodriguezn19/Tetris_Unity.git
2. **Open the project in Unity:**
Make sure you have Unity 2020.x or newer installed.
Open Unity, navigate to the cloned repository directory and open the project.
3. **Build and Play:**
Press the play button in Unity to test the game or build it for your preferred platform.
## Controls
* Move Left/Right: Left Arrow / Right Arrow
* Rotate Block (Clockwise): Up Arrow
* Rotate Block (Counterclockwise): Down Arrow
* Hard Drop: Spacebar
* Pause Game: P
## Technical Details
* Programming Language: C#
* Game Engine: Unity
* Dependencies: Utilizes Unity's built-in components and libraries.
[](https://hits.seeyoufarm.com)