Yet another tetris clone

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
teacake
Posts: 5
Joined: Wed Nov 07, 2007 12:06 am

Yet another tetris clone

Post by teacake »

I recently completed yet another tetris clone, my first venture into psp homebrew development. It is an almost 3D version, based on the cube sample of the pspsdk. The program is licensed with the same license of the PSPSDK. Read the readme.txt for more details, but it should be easy to figure out what to do. Of course this is free software and you can download it from here

Greetings to all hombrewers and many many thanks to the pspsdk team at ps2dev.org ,

teacake

PS: If a moderator feels like it, he can host the zip file somewhere else and edit the hyperlink, because my server is on a plain 1024/256 adsl line.
Wraggster
Posts: 121
Joined: Fri Aug 26, 2005 7:40 am
Contact:

Post by Wraggster »

thanks for the news/release

mirrored/newsposted here http://psp-news.dcemu.co.uk/yet-another ... 80237.html
Webmaster of http://www.dcemu.co.uk

DCEMU The Worlds Only Homebrew & Gaming Network of Sites.
teacake
Posts: 5
Joined: Wed Nov 07, 2007 12:06 am

rendering problems with PSP tetris

Post by teacake »

When the screen is rendered, there are isolated white pixels here and there. Why? Is there a problem with my code? It is quite annoying and it spoils the appearance of the game. Any ideas, anyone?
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Re: rendering problems with PSP tetris

Post by J.F. »

teacake wrote:When the screen is rendered, there are isolated white pixels here and there. Why? Is there a problem with my code? It is quite annoying and it spoils the appearance of the game. Any ideas, anyone?
I didn't notice any cache flushes... might be a cache issue.
teacake
Posts: 5
Joined: Wed Nov 07, 2007 12:06 am

Post by teacake »

You have a point! I'll take a look. Thanks a lot!
teacake
Posts: 5
Joined: Wed Nov 07, 2007 12:06 am

Post by teacake »

The temporarily unnamed yet another tetris clone, has been renamed to monolith psp and has a new home at
http://monolithpsp.googlecode.com/
the version found at
http://monolithpsp.googlecode.com/svn/trunk/
has a few bugfixes.

You can download the EBOOT for 1.50 firmware using this link:
http://monolithpsp.googlecode.com/svn/trunk/EBOOT.PBP
teacake
Posts: 5
Joined: Wed Nov 07, 2007 12:06 am

Post by teacake »

I resolved a bug that had to do with rotating blocks near the bottom of the screen and I have made some changes to the button responses. The latest version can be found in the link above.
Post Reply