PHP ASCII Clock


An Analog Clock, in ASCII, generated by PHP

A simple PHP-based ASCII-Art Analog clock.

Built in a few hours for a coding exercise, this PHP script uses a few simple classes to generate an ASCII-Art analog clock.

The renderer code layout was inspired by a recent foray into JavaScript HTML5 Canvas game-engine renderers.

Source code

Grab the source on GitHub.