License | MIT |
---|---|
Maintainer | @tylerjl |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Solutions to the day 22 set of problems for adventofcode.com.
Documentation
Represents the final result of a sequence of player moves.
:: Bool | Whether to run the game in "hard mode" |
-> String | Boss stats input string |
-> Result | Best possible battle outcome |
Finds the minimum required mana to win a game.