Monthly Archives: April 2009

Playing with Cocomo

After reading this getting started with Cocomo tutorial by Ryan Stewart, I made a stupid little proof-of-concept for a multiplayer pong game. A pong game is dropdead simple, but I came across an interesting problem related to multiplayer games that I never thought about before because this is my first multiplayer game attempt ever (so [...]

Posted in Cocomo | Leave a comment

Using Drupal 6 services in Flex 3 with keys and authentication

I made a quick ‘n dirty sample to illustrate how Drupal services can be called in Flex using keys and authentication: http://www.novio.be/downloads/drupal_services/ (right-click, view source).
As you can see in the example, we have two types of calls. One that’s publicly available to anonymous users and one that requires user authentication. The latter requires some more [...]

Posted in Drupal, tips, tools | 12 Comments