daxnet / tetris-sharp

A Tetris game made with CSharp and MonoGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tetris-sharp

A Tetris game made with CSharp and MonoGame

Build Status

Screenshot

Tetris Sharp

Download

Click Here to download the executables. After download, extract all files from ZIP and double click TetrisSharp.exe to play.

Prerequisites

  • For development: Microsoft Visual Studio 2019 with .NET Core 3.1
  • For build: .NET Core 3.1

Build

cd src/TetrisSharp
dotnet build

Publish

cd src/TetrisSharp
dotnet publish -c Release -o published -r win-x64

Controls

  • Moving left: A
  • Moving right: D
  • Moving down: S
  • Rotate block: J
  • Pause: Enter
  • Turn BGM On or Off: F12

Customize Blocks

Tetris Sharp allows players to customize the blocks used by the game. Open the blocks.xml in a text editor and customize the blocks there.

About BGM

The BGM was from here, no commercial use.

About

A Tetris game made with CSharp and MonoGame

License:MIT License


Languages

Language:C# 99.3%Language:PowerShell 0.7%