refactor
This commit is contained in:
parent
151b75d1d2
commit
2e367ba36f
@ -1,11 +1,6 @@
|
||||
module Groups where
|
||||
|
||||
type Group = [MainCharacter]
|
||||
type NeoTokyo = [Group]
|
||||
type Downed = [MainCharacter]
|
||||
type BoardState = (NeoTokyo, Downed)
|
||||
data MainCharacter = Asuka | Shinji | Rei | Misato | Ritsuko | Gendo
|
||||
deriving (Show, Eq)
|
||||
import State
|
||||
|
||||
-- Each characters default adjacents
|
||||
defFrens :: MainCharacter -> [MainCharacter]
|
||||
|
Loading…
Reference in New Issue
Block a user