Вывод очков коррректный
This commit is contained in:
@@ -54,5 +54,6 @@ computerMoves = game playerMoves gameStrategy
|
||||
main :: IO ()
|
||||
main = do
|
||||
putStrLn $ "Ходы компьютера: " ++ computerMoves
|
||||
putStrLn $ "Очки: " ++ show score1 ++ " - " ++ show score2
|
||||
putStrLn $ "Годы заключения: "
|
||||
++ show score1 ++ " (игрок) - " ++ show score2 ++ " (компьютер)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user