Quote:
Originally posted by futureal
Yea, multiplayer games integrated with vB is definitely the "holy grail" for me. Unfortunately running a fully operation server isn't in the (financial) cards right now, but there are other options.
A PHP/MySQL-based real-time chess game would be a distinct possibility, actually. Aside from initiating the sessions correctly and making sure that two users are playing each other and only each other, the game logic itself would not be difficult at all.
In fact, I bet I could make it. But I shall limit myself to one thing at a time. Maybe once this hack is done, I will set to work on that. And once that code is laid down, it would open the door for many other games of that nature: Chess, Checkers, Battleship, etc.
Good idea!
|
I've started work on a multiplayer system, all games are managed on the new high speed dedicated server I'm having set up. So, when people install this and play games on their vB forums, the games run off this server and scores go back to it. Because of this, security can be a lot better, and multiplayer gaming is a possibility for anyone running a vB board. (Not to mention global stats.)
So far we have 8 games in development, including 2 player air hockey!

Of course, with server side security in place it'll be possible to link it all in with Lesane's Store.
If anyone wants to have a look through my old and tattered Arcade Hack code, just ask. If enough people want to have a look I'll upload it somewhere.
futureal - I noticed you included a date field in the scoreboards. I was thinking about doing the same, but I didn't bother because I didn't know how the vB timezone system worked. How do you make the GMT +/- adjustment?