Problem I’ve mostly completed the prototype for my city building simulation, and now I have added the meta-game mission system […]
Tag: libgdx
Skill system optimization
Problem This code feels long and clunky to me. How can I make it shorter, if possible? I am writing […]
World Map Viewer with LibGDX
Problem I am working on a game where the player can walk around a world comprised out of a grid […]
“Heat spot” image generation
Problem I wrote a function that generates an image like: The function is as follows: /** Draws a texture wherein […]