I've done Flava's Moo-Click tutorial, but I want to know a little more about making a game which two players play with each other at a seperate house. My idea is to start simple - Pong. So can anyone give me some pointers?
Printable View
I've done Flava's Moo-Click tutorial, but I want to know a little more about making a game which two players play with each other at a seperate house. My idea is to start simple - Pong. So can anyone give me some pointers?
Did you check out the Simple chat tutorial?
Part of it is a "Group Draw" feature so you can gain a little insight about transfering data that is then used to interact with objects.
Real time games with MooClick (or MooGame) are pretty tricky.
Its easy to get some lag :(
The best type of games for people new to MOO is a turn based games. With real time games to do any good at all you need to develop a whole series of events to handle your dead reckoning and work hard to keep it as lag free as possible.
Actualy I have - I Only got through like the first 2. One of the problems I'm having is how to have the ball move the same on both players' screens. I thought maybe pong would be the easiest game to start with, and I don't care if it lags at all - I was kinda assuming it would.