Programming a Tetris Game in C# - Full Guide

Learn how to program a Tetris game in C# using WPF. Download the assets here: GitHub Repository: In this video you will learn how to write a Tetris game in C# without any game engine. This video is a step-by-step guide, and contains everything you need to know to write a Tetris game. You will learn about the representation of the game grid and the blocks from animations and code. The code is written in C#, but the ideas and design of the game can also be used in other programming languages like Java and C . Have fun learning about game development in C#! Chapters 0:00 - Introduction 0:11 - Project Setup 0:45 - Game Grid Representation 2:00 - Writing a GameGrid class 4:13 - Clearing Rows 6:22 - The 7 Blocks 6:32 - Block Rotation 7:55 - Block Movement 8:34 - Adding a Position class 8:57 - Writing a Block class 10:58 - The IBlock 11:56 - The OBlock 12:33 -
Back to Top