Explorar el Código

set stupid bidding to 0

master
flavis hace 4 años
padre
commit
0984a188db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/Skat/AI/Stupid.hs

+ 1
- 1
src/Skat/AI/Stupid.hs Ver fichero

@@ -29,7 +29,7 @@ newtype NoBidder = NoBidder Hand
-- | no bidding from that player
instance Bidder NoBidder where
hand (NoBidder h) = h
askBid _ _ bid = return $ Just 120
askBid _ _ bid = return Nothing
askResponse _ _ bid = if bid < 24 then return True else return False
askGame _ _ = return $ Grand Hand
askHand _ _ = return True


Cargando…
Cancelar
Guardar