Tetris Tutorial

2 years ago
2

This is a tutorial on how to create a Tetris clone using the Unity game engine and C#.

Source code: https://github.com/AndysCodeVault/Tet...

Instructions to follow along:
git clone https://github.com/AndysCodeVault/Tet...
git checkout Episode1

Instructions to see Episode1 final code:
git clone https://github.com/AndysCodeVault/Tet...
git checkout Episode2

Learn to code while making games. This tutorial will show you the basics of making games in Unity while teaching programming in C#.

Topics include: Unity editor basic camera movement, creating cubes in the Unity editor, modifying attributes on GameObjects in the Unity editor, basic controller script to move objects, simple custom collision detection, for loops, foreach loops, C# basics, Awake, Start, and Update methods, Lists, Renderers, const, transforms, rotate, translate, creating textures using paint.net.

Links used:
https://unity.com/
https://www.getpaint.net/
https://visualstudio.microsoft.com/

#unity #unitytutorial #gamedev #unity3d #unity2d #gamedevelopment #indiegame #indiedev #madewithunity

Loading comments...