Fri May 05 2006
Sesam Memory-game
The game in it self is as straight forward as can be, it’s plain old memory-game.
Loading video data
The twist here lies in the way the pictures on the tiles arrive. The game was hooked up to a search API so the users could do an image search, populating their own content on the pieces. If you wanted dogs on the tiles you’d get a dogs only memory game.
The challenge and interesting part was to make this fast enough and to optimize any random picture for usage in the game - dynamically.
My part in this
- Flash Development
- Backend development
Technologies used
- Flash
- ActionScript 2
- PHP 4