A* Interview #5: Jim Crawford, creator of Frog Fractions and Twinbeard Studios

Click here to learn about the A* interviews.

Here’s Twinbeard Studios, and their great games Desert Hike, Futilitris and of course Frog Fractions.

Here’s some info about Jim’s favorite band “Ween”.

And here’s the Hacker’s Dictionary.

You can follow Jim on Twitter and you should do as he says and support the Windforge Kickstarter project.

/* change only these */
var youtubeID = “0cdBxb64jLg”;
var postID = “Jim Crawford”;
/* change only these */

// DON’T CHANGE BELOW
$(“.video”).html(“

“);
var tag = document.createElement(‘script’);
tag.src = “http://www.youtube.com/player_api”;
var firstScriptTag = document.getElementsByTagName(‘script’)[0];
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);

function onPlayerStateChange(event) {
if (event.data ==YT.PlayerState.PLAYING) {
mixpanel.track(“Video played”, {
“youtubeID”: youtubeID,
“postID”: postID

});
}
if (event.data ==YT.PlayerState.ENDED || event.data==0) {
mixpanel.track(“Video ended”, {
“youtubeID”: youtubeID,
“postID”: postID
});
}
}

var player;
function onYouTubePlayerAPIReady() {
player = new YT.Player(‘player’,
{
videoId: youtubeID,
events: {‘onStateChange’: onPlayerStateChange}
});
}

mixpanel.track(“Post viewed”, {
“id”: postID
});

Leave a Reply

Your email address will not be published. Required fields are marked *