Add TODOs for later
This commit is contained in:
parent
5a1116c6a3
commit
4ad60ae573
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ import Prelude hiding (Left, Right)
|
||||||
import Data.Maybe (fromMaybe)
|
import Data.Maybe (fromMaybe)
|
||||||
import Data.Monoid (First(..))
|
import Data.Monoid (First(..))
|
||||||
|
|
||||||
|
-- TODO
|
||||||
|
-- 1. prune rowClears on zero
|
||||||
|
-- 2. make sure argument orders make sense
|
||||||
|
-- 3. possibly add 'user' to game state to draw name entry from UI.Game
|
||||||
|
|
||||||
-- Types and instances
|
-- Types and instances
|
||||||
|
|
||||||
-- | Tetris shape types
|
-- | Tetris shape types
|
||||||
|
|
Loading…
Add table
Reference in a new issue