I am not going to be completing my #1GAM project, unfortunately. I do have an executable download for Mac and could wrap up the Android/iOS stuff, but...
I’m giving this #1GAM thing a try. March’s theme is “rogue”, so naturally I went with a top-down roguelike called ARogueLike. This...
I needed a way to strip EXIF data from JPEGs in Python. All of the methods I found relied on external C/C++ libraries or shell execs which, unfortunately,...
I have been too busy to finish the tutorial, and I’m not sure when I will get around to it. I know I’ve been leaving a bunch of people hanging...
This is part 2 of a 3 part post demonstrating how to make a simple side scrolling game using libgdx and box2d. See part 1. Updated 2011-09-19: Heh, now...
This will be a 3 part post demonstrating how to make a simple side scrolling game using libgdx (official project blog), a cross-platform library that allows...
libgdx has support for files created by the Tiled Map Editor, allowing you to easily create 2D orthogonal map scenes for your games. Once it’s up...
This won’t be a full on tutorial — it’s late, and I just now figured out how to do this — but I’m hoping that this will be...