Module: GameOfLife::Outputters
- Defined in:
- lib/game_of_life/outputters/simple_string_outputter.rb
Overview
Outputters can display/render a board in a specific way. Some forms of possible outputters:
JSONOutputter would return the board as a JSON object (which can be used by a website for example)
SimpleStringOutputter can be used by tests to verify results
ConsoleOutputter can render it appropriately for a console-application
Defined Under Namespace
Classes: SimpleStringOutputter