feat: define preliminary piece logic

This commit is contained in:
2021-06-02 19:33:33 -04:00
parent 9f053a4b09
commit e5ea8988c8
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