| View previous topic :: View next topic |
| Author |
Message |
STREGA
Joined: 20 Jun 2005 Posts: 9
|
Posted: Mon Jun 20, 2005 7:38 am Post subject: ski free for PSP? |
|
|
Hello!
I am new to codeing, ive done a little C++/Visual and some basic. And ive seen all the stuff being done on the PSP and would like to get into it.
I am just wodering if it is possible to get a program such as this one for windows 3.1(http://www.rit.edu/~smo4215/downloads/skifree.zip) to run on PSP. |
|
| Back to top |
|
 |
Danj

Joined: 15 May 2005 Posts: 70 Location: Peterlee, DURHAM, UK
|
Posted: Mon Jun 20, 2005 8:27 am Post subject: Re: ski free for PSP? |
|
|
| STREGA wrote: | Hello!
I am new to codeing, ive done a little C++/Visual and some basic. And ive seen all the stuff being done on the PSP and would like to get into it. |
It might be a good idea to download and install the PSP toolchain, and get the Hello World example program code and play around with that a bit. Also you probably need to learn more about the PSP's architecture, so that you can avoid making statements like this:
| STREGA wrote: | | I am just wodering if it is possible to get a program such as this one for windows 3.1(http://www.rit.edu/~smo4215/downloads/skifree.zip) to run on PSP. |
Short answer: no. Slightly longer answer: PSP runs on MIPS, Windows PCs run on x86. _________________ Dan Jackson |
|
| Back to top |
|
 |
myk
Joined: 17 Jun 2005 Posts: 6
|
Posted: Mon Jun 20, 2005 2:58 pm Post subject: |
|
|
| STREGA, do you have the source to ski free? |
|
| Back to top |
|
 |
sq377

Joined: 11 Apr 2005 Posts: 87
|
|
| Back to top |
|
 |
myk
Joined: 17 Jun 2005 Posts: 6
|
Posted: Thu Jun 23, 2005 12:54 pm Post subject: |
|
|
| Ok, well your suggestion of ski free got me interested and I decided a Ski free clone for the psp would be a cool idea. So for a day or two I've been working on it and I've got it about 20% done, so assuming I don't lose interest or run into many problems, I should have it done pretty soon. Problem is the textures are from the windows version of ski free are too large for the psp screen. So if anyone would like to resize them and touch them up a little while I work on the code, please PM me or respond here. |
|
| Back to top |
|
 |
F9zDark
Joined: 02 Apr 2005 Posts: 127
|
Posted: Thu Jun 23, 2005 4:03 pm Post subject: |
|
|
| You could make the game run on a 90 angle, sorta what was done with Arkanoid. That actually would make it a real interesting game :) |
|
| Back to top |
|
 |
|