-1
votes
1answer
70 views

How should I store resources generated at runtime? [closed]

I in my game I generate some images at runtime depending upon the size of the text that will go over it. Right now I am storing these in a hashmap using a string resembling the text. The question is, ...
0
votes
0answers
89 views

Is there any caution to take when coding a game in JAVA? [closed]

Are there any properties of JAVA that I should watch out for when coding a game? I've heard that some parts of JAVA can be resource-intensive, like when JAVA handles garbage collection
2
votes
1answer
129 views

Java getResourceAsStream as local resource

Before using LWJGL, I used the Graphic method, and there I displayed imageicons, and I had the picture file located in the resources. I used: ImageIcon tcard = new ...
-1
votes
1answer
2k views

What are good resources to start with 2D game programming in Java? [closed]

I'm looking into developing some 2D games in Java, I would like to know some resources (Tutorials, Books, etc.) for getting started. I already know the basics of Java and OOP, but I'm not a Senior ...
1
vote
1answer
995 views

Are there any top down view sources available for SLICK/LWJGL?

I've been working with java for a few months now with my girlfriend and we're moving along at an expected rate. I understand the concepts of OOP, we've built many pseudo code starter games from ...