jinmkim / Tetris_WPF

A reimplementation of the famous Tetris game in C# and WPF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris_WPF

Screenshot

About

A reimplementation of the famous Tetris game in C# and WPF.
This version mostly follows the Tetris Guideline.

Features

  • Endless mode
  • Block preview
  • Block holding
  • Simple controls
  • Dropdown preview
  • Super Rotation System

Issues

  • Inaccurate timer (interrupt based)
  • Missing T-Spin detection
  • No lock delay
  • Others (see Tetris_WPF/todo.txt)

Resources

Build Instructions

Requirements

  • Windows 7+
  • .Net Framework 4.5+
  • Visual Studio 2013+ or Visual Studio Code

Build

  1. Clone this repository
  2. Open solution file in Visual Studio
  3. Build the solution

About

A reimplementation of the famous Tetris game in C# and WPF.

License:MIT License


Languages

Language:C# 100.0%