How to Build a Flash-like game with scripty2
Flash games are facing stiff competition from JavaScript. We’ll see why when we follow along with tutorial by Thomas Fuchs. On this tutorial Thomas Fuchs from http://mir.aculo.us teach us how to create game of memory using javascript.
All we need is a little help from a few open source tools. For the visuals, we use Scripty2 animation framework, the successor to script.aculo.us. We’ll learn about easings, how to use and combine its built-in effects, and how to write your own.
We also use the Prototype JavaScript framework to write shorter, cleaner code, especially when managing the data structures and game logic.
Demo: http://mir.aculo.us/tutorials/scripty2-memory/