A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: multiplayer word game

  1. #1
    Junior Member
    Join Date
    Nov 2005
    Posts
    3

    multiplayer word game

    Hi, i'm looking for an example of a wheel of fortune game. I'm still very new to flash games but I'd like to recreate such a game and add multiplayer to it using a multiuser server like smartfox maybe. Anyone has a .fla or anything similar so that i can learn from it? or better still, anyone can show me how to do such a game?

  2. #2
    Senior Member
    Join Date
    Aug 2002
    Posts
    349
    The server should have tutorials and info files with how to work with the data. I dont have any simple flas that I can share on this sort of game
    Free Flash Multiplayer Gaming
    http://www.gecko-games.com

  3. #3
    Junior Member
    Join Date
    Nov 2005
    Posts
    3
    Even if not using the multiuser server (coz i dont really understand the stuff after reading the documentations), how is such a game done? Let's say just between 2 players instead of the traditional 3. Forget the wheel and stuff, how does the main part (the phrase choosing and letter matching) work?

  4. #4
    Senior Member
    Join Date
    Aug 2002
    Posts
    349
    There are many ways to do it.
    You can input a letter from the user, and scan the string for matching letter.
    If not a match, users 2 try, if a match, user 1 tries again.

    For choosing the phrase, you could use a predefined array / list of phrases and randomly pick one.
    Free Flash Multiplayer Gaming
    http://www.gecko-games.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center