Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 601 Bytes

README.MD

File metadata and controls

17 lines (14 loc) · 601 Bytes

TDD Kata: Coding Game Ascii Art

A Test driven solution to CodingGame's puzzle AsciiArt

This code provide a clean, well written and refactored solution to the puzzle. This puzzle is the opportunity to see the Decorator design pattern working in class AsciiChar.

Installation:

  • You will require Composer to install this project
  • Run make install in a terminal

Test:

  • Command make test provides a shortcut to run Phpunit