PAIRS added, with bugfixes

This commit is contained in:
Ishaan Bhardwaj
2021-01-07 18:42:49 -05:00
parent 64047eaf9c
commit 8b09833ae6
4 changed files with 244 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ local playedReadySE = false
local playedGoSE = false
local Grid = require 'tetris.components.grid'
local Randomizer = require 'tetris.randomizers.randomizer'
local Randomizer = require 'tetris.randomizers.bag7'
local BagRandomizer = require 'tetris.randomizers.bag'
local GameMode = Object:extend()