Pablo Gallardo

Pablo Gallardo

Cybersecurity and IT professional. Find more info at pmgallardo.com

Introduction to Godot Engine

Godot Engine is a cross-platform free and open source (FOSS) video game engine. This post is an introduction about the video game engine. FAQs about Godot Game Engine What are the target platforms for video games generated with Godot? As…

Graphics Libraries

This post summarizes libraries to create 3D or 2D graphics and sound. For those libraries to create both graphics and sound toghether, you can check this post. Graphics and multimedia libraries should not be confused with game engines. You can…

Golden Age of Spanish Software

The so-called golden age of Spanish software (in Spanish, época dorada del software español) matches the lifespan of 8-bit home computers, when Spanish companies played a main role on developments for these computers, specially ZX Spectrum. For this home computer,…

Introduction to Pygame

Pygame , frequently typed as pygame, is a cross-module set of Python module to create video games. This post reviews some aspects of Pygame. What is Pygame? Pygame is a Python implementation of the SDL library which is written in…