feat: create config file and config manager
This commit is contained in:
@@ -4,7 +4,10 @@ import pygame
|
||||
For information on the Tetris piece Tetromino go here:
|
||||
https://tetris.fandom.com/wiki/Tetromino
|
||||
'''
|
||||
class tetromino:
|
||||
|
||||
class Piece:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def draw(screen):
|
||||
pass
|
||||
Reference in New Issue
Block a user