May 10th, 2021

50 Min

Lucia Lauria (Technical Director), Stephanie Somogyi (Delivery Manager) and Sabrina Rivero (QA Manager) participate in a round of questions and answers about their careers in the world of video game creation. Also, we take a historical tour on Gaming in 1984.
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; } });