Tag videogame

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…

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…