Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
PlayStation (Games)

Tekken 6, Soul Calibur Coming To the PSP 32

Two recent announcements lend support Sony's promise to bring a stronger game lineup to its PSP console this year. Tekken 6, which was already known to be in development for the 360 and PS3, has now been confirmed for the PSP as well. "... the portable version of the game is set to release alongside the other console iterations and will pack additional stages, content, items, and an ad-hoc multiplayer mode using 'original' and 'fan favorite characters.'" We've also found out that Soul Calibur: Broken Destiny is being specifically designed for the PSP, and will include "arcade, versus, and survival modes, as well as a character creation mode." In addition, 1Up reports on the latest rumors surrounding a redesigned PSP (possibly called the "Go!"), which they say will be unveiled later this year at E3.
Programming

Reuse Code Or Code It Yourself? 429

eldavojohn writes "I began coding for a project that had simple requirements for my employer — Web services and a test application for them. But requirements have been creeping, as they always do. Initially I had decided to use the Spring Framework with Hibernate. And I re-used a lot of libraries that made things simple and quick for me. The new requests coming in involve capabilities beyond those of the frameworks. Now, I used to be told that good programmers write code and great programmers reuse code. It's starting to look like I would have saved myself a whole lot of time if I had written the database transaction using JDBC instead of Hibernate — now that I'm married to this object model framework, some of this stuff doesn't look doable. So what is better for the majority of software projects out there: reuse code, or code from scratch? What elements or characteristics of a problem point to one option over the other?"
User Journal

Journal Journal: Linumes Can Has Boss-Burger?

In the midst of Memorial Day Weekend a new challenger approaches. Jublo is yellow, mean and likes to say "Pow!". Only you can defeat him. Will you send him packing with an enraged scream, or will he get the last laugh?

Linumes adds Boss Mode to its growing arsenal of Puzzle Modes. This mode answers the question: What if Lumines had 'real' bosses?

p.s. Linumes now includes sound effects...

Slashdot Top Deals

Programmers used to batch environments may find it hard to live without giant listings; we would find it hard to use them. -- D.M. Ritchie

Working...