First bundled release.
This commit is contained in:
9
tetris/randomizers/always_o.lua
Normal file
9
tetris/randomizers/always_o.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local Randomizer = require 'tetris.randomizers.randomizer'
|
||||
|
||||
local AlwaysORandomizer = Randomizer:extend()
|
||||
|
||||
function AlwaysORandomizer:generatePiece()
|
||||
return "O"
|
||||
end
|
||||
|
||||
return AlwaysORandomizer
|
||||
Reference in New Issue
Block a user