Posts in category "spritesheet"

Building Glitch Run in iOS

Glitch Run In previous blog posts, we’ve seen how to perform authentication with Glitch in iOS and how to animate Glitch Avatars. With just those two things under our belt, we can starting doing some really interesting things – and what better place to start than building a game. In this post, we’ll see how we can take a basic [...]

Avatar Animations in iOS

If you take a brief look at the Glitch API, you’ll see that it’s very easy to get a PNG image of your player’s avatar. The URL to the image is returned by a call to players.info, and if you want different sized versions, you can find those within players.fullInfo. players.info: “avatar_url” : “http:\/\/c2.glitch.bz\/avatars\/2011-10-09\/519a4838c399f998f3a425e8ae7ccea4_1318173267_172.png” players.fullInfo: “avatar” : { “172″ : [...]