Slick2D is a wrapper around the LWJGL OpenGL library for Java.

learn more… | top users | synonyms

0
votes
2answers
531 views

java game - slick - collision handling

How can I manage collisions in slick ? I created map and every tile which is wall have option blocked = true; How to implement collision, that if I hit wall, I can move trough it? Also if I reach ...
2
votes
0answers
97 views

One Slick texture is blurry, one not

I want to bind two different textures to a cube using the Texture class of Slick. The problem is that the first Texture I bind to the cube is shown correct, namely pixelwise but the other one I bind ...
0
votes
0answers
29 views

Proper Collision continued

First Thread: Proper Collision I'm trying to use pre-processing now and thats how far I am now: (These are just snippets but they are actually in my code) update in main-loop: ...
1
vote
2answers
166 views

Multiple gradients on one BufferedImage

I am creating a cricle gradient using RadialGradientPaint, putting that on a BufferedImage and rendering the Image on top of my 2d game screen, creating a nice light-in-the-dark effect. I would, ...
0
votes
1answer
34 views

destroy an entity after a time limit in marty engine +slick

Is there a way to destroy an entity after a predefined time limit exceeds.? I want to destroy a ship when it's lifetime(measured in seconds) exceeds. thanks.
2
votes
1answer
280 views

java game - slick scroller - player can't move

My scroller is working but I can't move player. Player is centering to middle of window screen. And map is centering to player's position. Window (program) size is 640 x 640 px Map map.tmx is ...
2
votes
1answer
97 views

What is the fastest way to find overlaps in an array of rectangles?

I'm working on a "game" in my spare time, almost purely as a learning experience, and am at the point where collision detection between the player entity and enemy entities needs to occur. Both the ...
3
votes
1answer
3k views

Exception in thread “main” java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path

I'm building the basic Slick game example explained here: http://slick.cokeandcode.com/wiki/doku.php?id=01_-_a_basic_slick_game, and I'm running into some problems. Specifically, the game compiles ...
1
vote
2answers
223 views

lwjgl and slick - rotate slick texture

I am creating a program which draws an object, which needs to "point" toward the mouse. To do so I want to draw the image rotated. I have this code for drawing the object: ...
1
vote
1answer
223 views

Rendering multiple layers of tiles

I have a little problem, when I try to draw multiple layers of tiles in my game, only the top layer shows up. For example, I have a for loop to draw air tiles, and below that I have another to draw ...
0
votes
2answers
97 views

Java for loop - (i * 16) evaluating to 0 for all values of i [closed]

Probably missing something basic, but I have a for-loop in my program that's supposed to iterate over an array (lines[]) and draw them onscreen (using LWJGL/Slick). Instead of the lines being shown on ...
0
votes
2answers
47 views

JavaNullPointer for image

I have this code for my player class: public class Player { private static Image front; int posX = 400; int posY = 300; public void player() throws SlickException{ init(null, null); ...
4
votes
2answers
131 views

Proper Collision

So basically im trying to figure out how to make a proper collision between two Rectangles. Detecting isn't the problem, but the rectangles begin to clip. I wanted to reset the position, but how do I ...
-1
votes
1answer
105 views

When drawing ImageArray on screen with For-loop, keep drawing on screen / When making it .jar, it wont execute

I made this 2D game in Java, with Slick. The problem seems to be in this code: public void initRedAndBlueBall() throws SlickException { // Makes sure the red and the blue ...
1
vote
0answers
190 views

Blurry text with drawString in Slick 2D

I have this wierd problem with my slick 2d game not rendering the graphics.drawString(); properly unless I'm in full screen mode. Screenshot: SCREENSHOT This is my code so far (This is basicly just ...
0
votes
0answers
377 views

Collision Detection in Slick 2D for Java

I'm new to Java Game Development, as well as Slick 2D, and I'm making a platforming game like Mario or Sonic. Anyways, I'm having trouble with collision detection. I have the code set up, but my ...
0
votes
1answer
102 views

How to prevent the player from entering “blocked tiles” - java [closed]

I'm using Slick2d to create a game in java it i have run into a problem. I have no idea how to prevent the user from entering "blocked tiles". Does anyone have any tips on how to do this? Edit: It's ...
0
votes
0answers
183 views

Slick 2D Collision Detection not working

The game picks up when there is a collision and stops the player from moving but it doesn't move it back. if(input.isKeyDown(Input.KEY_UP)) { if(currentSpeed < maxSpeed) { ...
0
votes
0answers
143 views

How to get the rotation of a shape in Slick?

How can I get the rotation of a shape? I know how to set the rotation but not how to get it. I have an image that rotates and I want the shape to rotate with it. My plan is to do this: rotate += ...
1
vote
3answers
343 views

enemy destruction slick2d

I'm currently working on a sort of platformer in java using Slick2D and the way I currently have it set up, enemies are Enemy objects in an ArrayList. The player can shoot little circles (also held in ...
0
votes
1answer
699 views

Call a function with 3 seconds time delay in a game update loop

I recently started learning how to program java games using Slick. I've seen some tutorials (Bucky's from Youtube) and read A LOT on Slick's forum. I currently am struggling with an issue that got me ...
1
vote
1answer
258 views

Slick2D smooth movement of object with cursor keys

I'm playing around with Slick2D and I'm running into a problem when trying to move a simple rectangle with the cursor keys. Functionality wise, the code works. However, if you keep one of the cursor ...
0
votes
0answers
1k views

Java Slick 2D collision detection [closed]

I'm new to Java Game Development, as well as Slick 2D, and I'm making a platforming game like Mario or Sonic. Anyways, I'm having trouble with collision detection. I have the code set up, but my ...
2
votes
4answers
74 views

Why is this not returning true?

public void check() { if (particle < 0) { if (point[3].equals(point[3]) == true) { check = true; } check = false; } } Shouldn't point[3] be equal to ...
2
votes
2answers
64 views

Method should check array against itself?

I tried to make a method to tell me if my array contained any duplicate coordinates, and if so set a boolean to true, else, set it to false. Any idea why it continuously returns false? public ...
0
votes
1answer
81 views

Try to add VBO in Slick2D

I'm trying to add VBO in slick2D. All I find on the web is how to initialize VBO in a 3D context. Anyone knows how to do it in 2D ? My actual test (make 4 square in slick context) make this (i add ...
0
votes
1answer
100 views

Slick2D Easiest Way Of Positioning Images Using GameContainer.setDisplayMode(GameContainer.getScreenWidth(), GameContainer.getScreenHight(), true);

I'm making a game in slick2D and i wanted the game to adjust resolutions acording to the screen being used, so when i initialize my AppGameContainer i call it as the following shows AppGameContainer ...
-1
votes
2answers
114 views

How do I check an array against itself in java [closed]

I am trying to create a basic falling sand game in java, I have each particle store it's X and Y in a Point array. Each Point array is specific to it's element, so sand and water are two different ...
0
votes
2answers
61 views

Referencing indexed Arrays [duplicate]

Possible Duplicate: Checking against indexed arrays So i have my code, every time the mouse is pressed it draws a new particle at mouseX and mouseY and stores the position in an array so it ...
0
votes
0answers
42 views

Checking against indexed arrays

In my code I have each particle created at the x, y position of the mouse. It then stores that in a Point array and increases y by 1 each frame so it zooms to the ground. I want to check the current x ...
0
votes
0answers
33 views

Rectangle Stacking issues

so, i have my code, it all works perfectly but now i want my 'particles' to stack on top of each other. i get that i need to check if there's one particle beneath another and get it to stop falling if ...
0
votes
1answer
86 views

Stopping image movement

okay, so i have my image move straight down along the y axis whenever i click the mouse, my only problem is i don't know how to get it to stop when it hits the bottom of the screen, can someone please ...
1
vote
2answers
131 views

Multiple Rectangle Generation [duplicate]

Possible Duplicate: Drawing multiple pixels/rectangles In my code i wrote a method that creates a rectangle at mouseX, mouseY. but all it does is update the position of that rectangle so it ...
0
votes
0answers
81 views

Slick2D: Why doesn't my code work with sub classes?

I have a sub-class(let's call it sub) and it contains all the functions of an object in my game. In my main class(Let's call it main), I connect my sub to main. Example sub Code: s = new sub(); ...
0
votes
1answer
121 views

How to make a resource loader that will work with Slick2D

so i have made a 2D game using slick however the only resource loader that i have ever made is for plain java and it went like this : import java.awt.Image; import java.awt.Toolkit; public class ...
2
votes
1answer
162 views

How to package resources, that are accessed directly , into a jar file

I have recently developed a game in Slick2D, i have accessed all my images directly e.g Image i = new Image("address.png"); as opposed to using a class that will load resources or using an input ...
0
votes
2answers
398 views

Why is my image rotating off center?

I'm using Java/Slick 2D to play with graphics and using the mouse to rotate an image. Something strange happens though: the image doesn't necessarily face the mouse. At 45 degrees from the normal line ...
2
votes
1answer
170 views

Can't get sprite to rotate correctly?

I'm attempting to play with graphics using Java/Slick 2d. I'm trying to get my sprite to rotate to wherever the mouse is on the screen and then move accordingly. I figured the best way to do this was ...
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 ...
0
votes
0answers
230 views

Side-scrolling camera?

I long to know how one might use a camera to follow the player as it moves along the background/scene; or in other words, having the background move relative to the player in a manner typical of ...
0
votes
1answer
118 views

Make Nifty GUI ScreenController swallow input

In my Slick2D game, I'm extending NiftyOverlayBasicGameState, using Nifty GUI overlays, and specifying a PlainSlickInputSystem. For most overlaid screens I'd like Nifty GUI to ignore all input and ...
0
votes
0answers
236 views

How do I make a sprite rotate and move relative to the rotation (Slick/Java)?

I'm just starting out with Slick 2D. I know how to make the sprite rotate using the mouse or make the sprite move using WASD, but I'm having trouble combining them. If the sprite is facing say 90 ...
1
vote
5answers
484 views

Slick is getting very slow but only drawin rectangles

I am using slick for java since a few days and got a serious problem. If i run a completely empty apllication (it just shows the fps) with a solution of 800x600 i get a fps count between 700 and 800. ...
0
votes
0answers
90 views

OpenAL audio file not loading all the way

I'm using OpenAL in Slick2d lwjgl. I'm following a tutorial here. To load up and play an Audio object you're supposed to do the following: mMusic = AudioLoader.getStreamingAudio("OGG", ...
0
votes
1answer
70 views

Getting Applet Parameters from Slick2D Game

In a Slick2D game, how can I access parameters passed to the AppletGameContainer? I've got a Slick2D game that I'd like to run both as an applet, and as a standalone application. When the game is ...
0
votes
1answer
482 views

Slick Java Library - update method

Ok I am developing a game and I am trying to work out why the slick update method isn't working, basically in the tutorial I was watching it worked but on mine it doesn't. I asked on the you tube ...
0
votes
1answer
93 views

Slick2D: Type safety warning when initialising font

After following a Slick2D tutorial on custom fonts, it provided me with the following code to initialise it: titleFont.addAsciiGlyphs(); titleFont.addGlyphs(400, 600); titleFont.getEffects().add(new ...
0
votes
1answer
100 views

Why does my string from my JComboBox return as null

Tile Selection protected void myBox(ActionEvent evt) { if (patternList.getSelectedItem() != null) { System.out.println(patternList.getSelectedItem().toString()); getImagePath(); ...
0
votes
2answers
180 views

run time error in java slick2D project while using AppGameContainer

Hi I am trying to make a java game using slick2D and lwjgl 2.8.4. But I am not being able to implement AppGameContainer class. It causes a run time error. My code is given below: import ...
0
votes
1answer
237 views

Exported Runnable Jar File - I know what's wrong but not how to fix

How to export to runnable java file with eclipse using slick and lwjgl (Light Weight Java Graphics Library)? So, I have done some research into this and believe I have found the root of the problem ...