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