New multiplayer game - battleship

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

 

 

battleship-master.zip · 357.9K · 448 downloads
http://www.mytikibar.com
Quote · 29 Nov 2013

it need to be converted into module. who gona bell the cat?

Umar Haroon
Quote · 29 Nov 2013

 

it need to be converted into module. who gona bell the cat?

 Not really, I'm running it in an iFrame on my dev site.

The Texas Hold 'em was patched to work with dolphin without being a module, so I imagine this can be quite easily.  I just don't really have the time to do it.

I know the guys that knocked out Texas Hold 'em  have the experience to make it work with dolphin, so I hope one of them picks this up.

I have Risk also which is by the same author, and Chess is coming soon.

http://www.mytikibar.com
Quote · 30 Nov 2013

NVM,I have the Battleship game running.  It wasn't as hard as I thought it was going to be.  It was harder to make the time to get it to work.

http://www.mytikibar.com
Quote · 8 Dec 2013

sounds awesome! busy now but i'd like to check that out eventually. I can see that where that game could be addicting online.

Quote · 8 Dec 2013

what other games work on boonex i have texas

Quote · 9 Dec 2013

found these are they any good

http://sourceforge.net/apps/mediawiki/webchess/index.php?title=Main_Page

http://www.hotscripts.com/listing/mochigames-php-script-zdr-134750/

 

Quote · 9 Dec 2013

This is the version of BattleShip I have working on my site.

If you find any issues with it, please let me know.

This will automatically add the user to it's own database and automatically log them into the game anytime they enter the game.

I use a PHP block and iFrame it into site.


$sNick = getNickName($_COOKIE['memberID']);

echo '<p><iframe src="/games/battleship?username='.$sNick.'" width="98%" height="800"></iframe></p>';

battleship.tar.gz · 295.3K · 377 downloads
http://www.mytikibar.com
Quote · 9 Dec 2013

Hi steve , I will take a look at this over the weekend. Thanks so much for for all your work on the poker game ( and those who helped you). I do have that up and running, awesome wow. took me a couple hours but I won the war lol

Quote · 12 Dec 2013

Oh almost forgot pm me your website, if you don't mind. I like to snoop through other sites to get ideas and maybe make some friends along the way.

Quote · 12 Dec 2013

was there any updates or improvements made with the poker game

Quote · 12 Dec 2013

Not sure I just installed it ... do you have it installed yet?

Quote · 13 Dec 2013

The Live Poker mod is as good as it's going to get at the moment however I have made it an 'open project' for others to try and contribute and help improve which will be shared at it's official forum / thread should improvements be made further ...

 

http://www.boonex.com/forums/topic/LIVE-TEXAS-HOLDEM-POKER-Module-and-Support-Forum-.htm

DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price!
Quote · 13 Dec 2013

 

The Live Poker mod is as good as it's going to get at the moment however I have made it an 'open project' for others to try and contribute and help improve which will be shared at it's official forum / thread should improvements be made further ...

 

http://www.boonex.com/forums/topic/LIVE-TEXAS-HOLDEM-POKER-Module-and-Support-Forum-.htm

 I certainly will and thank you as well detective i know you contributed as well. I wasn't here then went awol awhile lol. back to stay though.

Quote · 13 Dec 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.