September 10th, 2021

45 Min

José Plano (Technical Director) and Guillermo Brizuela (Lead Game Producer) join us to talk about their experience in a foreign land, following their dream to continue working as game development professionals. We also embark on a historical tour of gaming in 1985.
Episode available only in Spanish.

function getGAClientID() { let match = document.cookie.match(/_ga=([^;]*)/); return match ? match[1].split('.').slice(-2).join('.') : null; } document.addEventListener("DOMContentLoaded", function() { let clientID = getGAClientID(); if (clientID) { document.getElementById('client_id').value = clientID; } });