GIMP plug-in to create a spriteatlas (aka spritetexture or spritesheet). Takes all layers as images and compiles them into one sprite atlas texture, using a 2D packing algorithm so that the final ...
A simple game made in python to demonstrate how to implement basic movement and animation on a 2D video game sprite. This was created using the pygame python library! Pygame provides functionalities ...
Day 11 of Programming with Python: Introducing Sprite Animations , Game Logic & Enemy AI I faced a minor bug that occurs each time the enemy AI attacks and ends up looping infinitely :') ...