Tag video game

Free Art for Video Games

Take into account that while it may be free as in “gratis”, its use may be restricted by its license. For example, a CC-by is free of use, but if you use this artwork you need to explicitly specify the…

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…

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…

Game Development Engines

A game engine is a software platform that provides a set of features and functionalities for creating and running games. It usually includes graphics, physics, sound, input, networking, scripting, and other components that are essential for game development Do not…