PDA

View Full Version : MinerPSP v1.2



gunntims0103
December 21st, 2006, 21:01
new release via jsharrad (http://forums.qj.net/f-psp-development-forum-11/t-release-minerpsp-v12-84793.html)

Took a break from my current project to update some things that were bugging me in MinerPSP. Enjoy!

Changes in V1.2:
Fix: Changed random function to be more random.
Fix: Resampled some of the sounds for better size and compatability.
Fix: Included images into the executable for faster transfer to psp.
Fix: Tweaks to the game mechanics that aren't readily apparent.
New: Install-o-tron compliant HBINFO.TXT included.

http://www.psp-programming.com/jsharrad/minerpsp/MinerPSP.PNG

Credits:
Harrel W Stiles for MinerVGA (the original game)
Folks over at ps2dev for the PSPSDK
Brunni for the Old School Library

download and give feedback via comment

jak66
December 21st, 2006, 21:08
nice, shame i was rubbish at this game last time i tried it, maybe its time to try again, first fix seems rather funny 'made random more random', lol, what does the random do, randomly generate a random number that causes a random event to randomly happen over a random amount of time...damn thats way to random (p.s. not offending the developer, just wanted to say random as many times as possible)

Vendeta
December 21st, 2006, 23:29
lol.... i love this game....

jsharrad
December 23rd, 2006, 13:38
The made the random more random "fix" was me changing my crappy self made random number generator that began to repeat itself after a while to the PSPSDK's inbuilt mersenne twister algorithm. :P