feat: define preliminary piece logic

This commit is contained in:
Giovani
2021-06-02 19:33:33 -04:00
parent 22768e3a6a
commit a938b87210
2 changed files with 33 additions and 0 deletions

10
entity/tetromino.py Normal file
View File

@@ -0,0 +1,10 @@
import pygame
'''
For information on the Tetris piece Tetromino go here:
https://tetris.fandom.com/wiki/Tetromino
'''
class tetromino:
def __init__(self):
pass