Results 1 to 5 of 5

Thread: PSP grid

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Feb 2008
    Posts
    2
    Rep Power
    0

    Default PSP grid

    I am making a game for the PSP and I was wondering what the easiest way was of creating a grid. I am programming in C. If anyone could point me in the right direction that would be great..
    Thanks..

  2. #2
    DCEmu Newbie
    Join Date
    Jan 2008
    Posts
    18
    Rep Power
    0

    Default

    A grid? You'd use an array for that, and if you don't know what an array is yet, get the hell out of PSP development and go learn to program.

  3. #3
    DCEmu Newbie
    Join Date
    Feb 2008
    Posts
    2
    Rep Power
    0

    Default

    Firstly there is no need to be rude...I came to this forum to ask for help. If you don't want to help, don't reply to my message and waste my time. Secondly, I do realise I need an array, but I am not too sure of how to go about drawing it to the screen. Could you tell me where I could get some help if you are going to be totally useless and not help me.

  4. #4
    DCEmu Pro hodgy47's Avatar
    Join Date
    Dec 2006
    Location
    Newcastle, UK
    Posts
    673
    Rep Power
    71

    Default

    Quote Originally Posted by Addy771 View Post
    A grid? You'd use an array for that, and if you don't know what an array is yet, get the hell out of PSP development and go learn to program.
    Oh man your so helpful, even i could start to program after that advice.

    Quote Originally Posted by shorti23 View Post
    Firstly there is no need to be rude...I came to this forum to ask for help. If you don't want to help, don't reply to my message and waste my time. Secondly, I do realise I need an array, but I am not too sure of how to go about drawing it to the screen. Could you tell me where I could get some help if you are going to be totally useless and not help me.
    I dont know how to program but your in the right forum just sit tight and someone will lend a hand.

  5. #5
    DCEmu Newbie
    Join Date
    Jan 2008
    Posts
    18
    Rep Power
    0

    Default

    if you're trying to draw a grid to the screen, you'll need to use a loop or two, and a line drawing function (if PSP SDK has that) or by blitting a bitmap image of a grid to the screen.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •