Tools for Graphics and Sounds

There are plenty of great resources for the indie developer to get something up and running without having to be a Rembrandt or Mozart. Graphics and sound are necessary ingredients of a game, and to quickly get started on prototyping a gaming experience there are a bunch of nifty shortcuts. Many indie developers choose to use pixel art simply because almost anyone can draw at least something. Paint.NET is a superb windows-tool for making pixel art.

When it comes to icons there are a number of free sets available. A personal favorite is game-icons.net which now have 1238 different SVG/PNG icons available.

image

Next up is font awesome, which also have a nifty (369) and growing set of icons. As usual open source and free as in beer.

When it comes to sound the most basic 8-bit web based generator for making awesome bling beeps and chings is the superflashbros as3sfxr. There are plenty of similar tools like bfxr that also has standalones for offline use.

Finally for more advanced sounds there is the freesound.org site which have thousands of free sounds that can be used for developing games and applications. There are so many tools out there and we would be happy to hear about your own favorite free and open source tools.

Common libGDX Tools

Let us start off with just a few pointers about Android Studio and libGDX. Since Gradle is under active development, there are one important update to the libgdx-setup.jar that is compatible with the latest version (Gradle 1.11).

Another point is that libgdx generates bitmap fonts slightly differently than e.g. Andengine. There is a second tool that takes care of this issue called Hiero. There is a couple of good tutorials on how to use fonts with libgdx.

Finally, a classical tool for making tiled TMX maps is the Tiled Map Editor. We used this one to implement one of our first games called Soccer Kid – a retro Zelda inspired type adventure game where the player would kill monsters and explore by kicking around a football. Unfortunately the game had so many bugs (ehheemm…) that we had to take it off the market.

image
image