| ||||
| ||||
| Description | ||||
| The VisualizeGameASCII filter converts a Game (read from standard input) into an ASCII text stream that visualizes each turn of the game. | ||||
| Synopsis | ||||
| ||||
| Documentation | ||||
| main :: IO () | ||||
| Main entry point. We set up the colorzing function based on whether the user passed the --colorize option and then pass the standard input to the visualize function. | ||||
| Produced by Haddock version 0.4 |