feat: define preliminary piece logic

This commit is contained in:
Giovani Rodriguez
2021-06-02 19:33:33 -04:00
parent 7cf77d3f6c
commit 0f3d842935
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