I have found an open source multi-player battleship game that I have kinda working with dolphin just to test it out.
The multiplayer part works good!
What I'd like it to do is pass the user ID when calling the game and let it pull the user info into it's database so it's integrated with dolphin (no need to register or login).
Once that is done, the fine tuning will be, if the person you are playing with is logged in, no need to send the email that it's your turn. During game play there's a status bar that lets you know it's your turn.
If you are not logged in, then you should get an email so it can be turn by turn.
The guys (sorry I don't remember your names) that worked on the poker game, are you up for a new challenge?
I just don't have the time to play with this, but I REALLY like this one.
If you guys to do this, I also have another open source game (Risk) by the same guy which should use the same tactics to make it dolphin compatible.
There is 1 bug in the original code.
in the file ./includes/config.php
you MUST change line 31 to
$game_prefix = 'bs2_'; // game table name prefix
The stock code is
$game_prefix = 'bs_'; // game table name prefix