fix: remove randomization of rotation

This commit is contained in:
Giovani Rodriguez
2021-06-04 11:31:39 -04:00
parent 9075e77f4c
commit a79f2be998
3 changed files with 12 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ import pygame
from util.ConfigurationManager import ConfigurationManager
class Well:
class Well: # TODO game objects base class / interface?
WIDTH = 10 # standard tetris well width, should not be changed
HEIGHT = 20 # standard tetris well height, should not be changed