summaryrefslogtreecommitdiff
path: root/Main.hs
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-01-08 20:09:37 +0800
committerFrederick Yin <fkfd@fkfd.me>2023-01-08 20:09:37 +0800
commit1e336424e1c661303fed2a4d4e58915bf267bb55 (patch)
tree1b6fb222bb31be47c6d98fa754d302f519ee2fa0 /Main.hs
parent988f9eaf9b1c3e0d56f23bf4b698601adc2e3b9f (diff)
Handle 2 and 3
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 9cf55fe..1992399 100644
--- a/Main.hs
+++ b/Main.hs
@@ -27,7 +27,7 @@ main = do
]
let game = Game { players = defaultPlayers
, playerIdx = 0
- , attack = 0
+ , attack = 1
, direction = 1
, stockPile = stock
, discardPile = discard