Putting Games on the Internet
How do you put MMF2 Developer games on the internet so that the high-scores still work? (I know I have to wait for Vitalize! 4. I'm just wondering...)
Also, is it possible to make multiplayer games with MMF2 Developer?? Because I would really really like to make multiplayer games...
Re: Putting Games on the Internet
The High-scores object stores scores per-computer (not online). There should be examples in the new or old forums about using PHP and MooSock for online high-score tables, but it is a bit tricky.
Multiplayer games can be made using the free MooGame and MooClick objects.
Re: Putting Games on the Internet
Re: Putting Games on the Internet
Check out www.v-cade.com.
It has a ready to use online score system. You just need to follow a few simple steps to get your game up an running with online scores.