Two-Player Pong Homebrew Arrives On PS3
Croakyvoice writes "Dragula96 has released the first 2
player Homebrew Game. Using the Blue Disc Java runtime on the PS3 and the Minimal
BD-J (Java) Devkit, this will run on any PS3 on any firmware — Pong finally
arrives on PS3."
OMG! Can you say killer app?
You just got troll'd!
While not wanting to take away too much from this, in the early 80s, Radio Shack released a version of Breakout (the ball and bricks game) that had nine modes including 2-player versions in both cooperative and competitive modes. You could put English on the ball (square) because of the 2-D paddle motion (not just 1-D). In some modes (bricks at top of screen), gravity also affected the trajectories.
For the Color Computer ("CoCo") -- 1K of RAM (included the screen memory) and 4K of ROM for the program. Don't remember if there was anything like a BIOS but I believe not. No OS, no virtual machines, or any of the fun things available nowadays.
I spent many long nights squeezing my code into that tight shoe -- and along the way fell in love with the Motorola 6809 as probably the best designed microprocessor ever made. (I haven't seen anything since then to change my opinion on that.)
The more things change, the more they stay the same ....
For most purposes, 355/113 is close enough.
Unless I missed something (which is entirely possible), I think the more important story here is that someone has found a way to be able to load what appears to be ANY Java-compatible code on the PS3 via nothing more than a USB memory stick. At the moment, this has manifested itself in the form of Pong. But it'll be exciting to see what else people come up with in the coming weeks and months.
This guy's the limit!
Remember how Sony said to give them another year? The wait is over, maybe they will release an extreme version with multiple colors?
As typical on Slashdot, anything that relates to technology in a game system is attributed to the game system itself. BD-J is Java for Blu-ray disc players. It's not PS3 homebrew - It's Blu-ray homebrew.
As apposed to what? 1 player pong?
Some videoairhockey chips implemented a 1-player variant called "squash" where the player bounced the ball against a wall at increasing speeds. A more sophisticated 1-player videoairhockey game uses two paddles, one on each side of the screen, one controlled by the player and the other controlled by the computer. The computer calculates where the ball will end up when the ball reaches the computer's side, using incidence = reflection, and then moves its paddle to block the ball.
This is hardly the first 2-player homebrew game on the PS3.
I released my Puzzle Bobble clone pubble almost a year ago. That actually supports 2-5 players.
What's more, it's open-source and written in Python using my PS3 2D sprite library, python-ps3 which has a good library of SPU-accelerated sprite and alpha-blending routines, wireless sixaxis support and rumble support on a dualshock 3. I'm currently working on 3D rasterisation too, although that will be some months off yet...