Search:

Type: Posts; User: jps

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,594

    Re: [need help] I have problem with game algorithm

    A two dimensional array would provide the access to the objects more suited to your needs:

    [0,0] [0,1] [0,2] [0,3]
    [1,0] [1,1] [1,2] [1,3]
    [2,0] [2,1] [2,2] [2,3]
    [3,0] [3,1] [3,2] [3,3]
    ...
  2. Replies
    4
    Views
    1,594

    Re: [need help] I have problem with game algorithm

    Welcome to the forum :D
    Happy to see you here no matter where you are from.

    How does the program store these objects? Post the code?
Results 1 to 2 of 2