What is this?
Almost a direct port of the iPhone version of Lights Off, built in about 2 hours of coding. A great example of a fun web application built using Objective-J.
Only five levels are implemented, and they are randomized every time.
Can I download it?
Yes, the full source is in the SVN. Use the following command in your favourite UNIX shell:
Important:
Revision 11 is completely self-contained - after that I moved the project to Xcode using the Cappuccino plugin. If you want the latest source, take away the -r 11 bit.
| svn checkout http://lightsoffcappuccino.googlecode.com/svn/trunk/ lightsoffcappuccino -r 11 |
How can I run it?
Built using Cappuccino, Lights Off boils down to pure Javascript and should run in any modern web browser. Simply open 'index.html' and give it a go.
What does it look like?