Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 468 Bytes

Tetris Work in Progress

A Tetris game written in Lua using the love2D framework

Rotation System

The Rotation System used in this game, is the Nintendo Rotation System

http://tetris.wikia.com/wiki/Nintendo_Rotation_System

Used Resources

I read this guide: https://github.com/SSYGEN/blog until chapter 'BYTEPATH #3 - Rooms and Areas', but I got bored so I just started programming. The knowledge aquired at that point is enough to do basic game development.