Infinicity web test
This was mainly a tech demo, and a way to push the boundaries of game creation with PHP/Javascript.
A background image is generated with PH P and the GD library, using the same pseudorandom approach that I used in the Infinicity project. As a result, even though the images are generated anew each time, they are always exactly the same.
The character is controlled and animated via javascript- when he reaches the edge of the image, a new image is generated.
Granted, it's programmer art, but as a bonus, the images for the walk sequence were generated through a procedural walk cycle (created in Maya via MEL).
Go here to see it in action. Click on the image and use the arrow keys.