feat: define preliminary piece logic
This commit is contained in:
10
entity/tetromino.py
Normal file
10
entity/tetromino.py
Normal 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
|
||||
Reference in New Issue
Block a user