PDA

View Full Version : Homebrew Release: Button Masher v0.1b



Thomly
July 31st, 2009, 16:29
Hi all,

This is my first real psp homebrew i have made.
It's a simple app that gives you a limited time to press the L and R triggers as much as you can, and gives you the score afterwards.

Just place the "Button Masher" folder in your GAME150 folder ;)


Please do not bash this as it is still under construction and since i'm new to psp programming.


TODO:
- High score system (maybe with a .txt file so it saves even if you quit the game)
- Make the interface much prettier
- Eboot background and icons


Greets,

Thomly

Maturion
July 31st, 2009, 20:59
Nice! Keep up the good work and maybe we'll see some real complex game by you in the near future.

Thomly
July 31st, 2009, 21:19
Well thanks!

I must admit, i started on another psp game a lot earlier, what was going to become an rpg. But seeing as i only learned imperative programming in C, i didn't learn how to use graphics AT ALL, the only real C code I know are iterations and stuff...

So that project failed as soon as i tried adding sound, my framerate dropt enormously.

Starting an rpg engine from scratch is quite impossible to do with no knowlage at all. I can post that too if you want to see it. But that would really be just walking around on some tiles with a framerate of 5 fps or something :)