Search:

Type: Posts; User: jokr

Search: Search took 0.09 seconds.

  1. Thread: Player wont move

    by jokr
    Replies
    2
    Views
    976

    Re: Player wont move

    I have done that debugging and now I have made the conclusion that the error is in the creatArray() method.


    public void createArray(){
    for(int x=0;x<14;x++){
    for(int y=0;y<14;y++){...
  2. Thread: Player wont move

    by jokr
    Replies
    2
    Views
    976

    Player wont move

    Hello,

    I have created this code. This code wil create a tile map on the screen.

    Game.java

    import org.newdawn.slick.AppGameContainer;
    import org.newdawn.slick.BasicGame;
    import...
Results 1 to 2 of 2