Freecell


Freecell (which is also known as SameGame) is a simple puzzle game implemented in Javascript.
I've implemented way before Apple came up with their iPhone SDK. Now I feel it is appropriate to make it an open source to encourage other developers to create Javascript-based games.
It comes with a simple animation library, ianime.js, which does not use CSS animation. As the result, this code is highly portable (it runs not only on Safari and Firefox, but also on IE an Opera).
Switching it to CSS animation (which I may do it in another project) would make it much more efficient, but we will lose the portability.
I've implemented way before Apple came up with their iPhone SDK. Now I feel it is appropriate to make it an open source to encourage other developers to create Javascript-based games.
It comes with a simple animation library, ianime.js, which does not use CSS animation. As the result, this code is highly portable (it runs not only on Safari and Firefox, but also on IE an Opera).
Switching it to CSS animation (which I may do it in another project) would make it much more efficient, but we will lose the portability.
satoshi (56)
421