Tagged Questions
0
votes
0answers
127 views
Proper animating 2D character
I'm using Slick2D to develop a game and even though I'm getting way better at Java, the math and logic behind game development are things I can't get... I've been reading up on forums and tutorials ...
0
votes
1answer
528 views
Using an ArrayLIst to create bullet objects in space invaders style game
I am currently working on a space invaders style game but I have run into a bit of trouble with multiple instances of bullets. At the moment I can only fire one. I have been trying to get it to work ...
1
vote
1answer
108 views
Java arrays - Keep getting NullPointerExcpetion
So I'm trying to make a game where I spawn 20 enemies. The enemies are supposed to be loaded into an array of enemies, and then the game is meant to draw them out in a for loop, the only issue is that ...