big rewrite

This commit is contained in:
adrienmalin
2019-09-29 23:12:02 +02:00
parent 6e14bc08b3
commit 0c33da6704
7 changed files with 754 additions and 725 deletions

3
tetrislogic/__init__.py Normal file
View File

@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
from .consts import NB_LINES, NB_COLS, NB_NEXT_PIECES
from .tetrislogic import TetrisLogic, State