WebSys Fall 2006     HW3: PHP Lights Out


HW3 is Due Oct 25th by 11:59PM
Submit to WebCT dropbox HW3

You need to create the same game you did in HW2 (a Lights Out game), but now all the game logic must be provided by PHP. You need to support the same functionality:

Important Notes

If you want to provide some fancy javascript based User Interface support, that is OK - but otherwise there should not be any Javascript. Your game must be written completely in PHP. Your PHP program must be the one that decides what happens when the user makes a move (which cells change color), and determines when the user has won.

What to submit and how to submit

You need to submit your PHP file(s) to the WebCT dropbox labeled "hw3". If your page references any images, javascript or css files, you must also submit those files, and you must use relative URLs!. We will be viewing your submissions on our machines, not on yours, so if you have something like the image tag shown below we won't see your images and you will lose points!:

<img src="file://c:/eiw/blah.gif">
WebSys Fall 2006