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

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#

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._

![Main Menu](./Tetrix1.png)

### Gameplay
_Gameplay screenshot showcasing falling Tetrominoes._

![Gameplay](./Tetrix2.png)

## 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.

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjrodriguez19%2FTetris_Unity&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)