question on j2me two player game using GPRS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Choubey

    #1

    question on j2me two player game using GPRS



    hi,
    wanna want to know how can i develop j2me two player game by using
    gprs in which both players play symultaneosly.i develop a two player
    game by using bluetooth in which both player can play at a time. like
    a car race game for a two player.

    Is it possible to develop such kind of game using GPRS and J2EE
    server.

    plz help me.
    Thanks.
    Regards.
    DChoubey

  • Jonathan Philpott

    #2
    Re: question on j2me two player game using GPRS

    In article <1110973456.626 839.58850@g14g2 000cwa.googlegr oups.com>,
    "Choubey" <dchoubey@gmail .com> wrote:
    [color=blue]
    > hi,
    > wanna want to know how can i develop j2me two player game by using
    > gprs in which both players play symultaneosly.i develop a two player
    > game by using bluetooth in which both player can play at a time. like
    > a car race game for a two player.
    >
    > Is it possible to develop such kind of game using GPRS and J2EE
    > server.[/color]

    I don't know too much about J2EE, but I think the best way of doing it
    would be to have J2EE server on the net like you suggested and use a
    lightweight RMI protocol to allow the handsets to communicate to the
    server, and have the server proxy the data to the respective handsets,
    hessian or burlap would probably be best for this kind of thing as,
    IIRC, you can deploy them in your application by using just 2 class
    files. It would probably be a good idea to have a generic way for the
    handsets to communicate with each other via this server as then you
    could use it for any number of games or applications.

    Jon Philpott
    -

    Comment

    Working...