Multiplayer Online Flash Games?

Jul 2, 2011

I have an idea to create a multiplayer online card game and I prefer to use flash, like yahoo chess(it is not a card game), zynga poker etc.

View 2 Replies


Similar Posts:


Flash :: Osx - Make Online Multiplayer Games?

Mar 31, 2010

I want to make a simple game so that I can play against my friends at school. The school uses macs. Also if you can't make online games with flash what can I use. Also can they be 3-d if I eventually get good at making games?

View 4 Replies

Online Multiplayer Games Tutorials?

May 4, 2009

I am pretty good with C++, very good with PHP and MySQL, CSS, HTML, and JavaScript.What I want to do is make an online game where 2 people can play against each other online They will be able to pick their uniforms which will be saved to a MySQL database, and the uniforms will show the color they picked when they play online.Now I just want to know where to get started her

View 1 Replies

Flex :: Creat An Online Multiplayer Game Using Flash?

Jan 12, 2011

I want to know if there is any way to creat an online multiplayer game using flash or flex (flash builder).

View 1 Replies

ActionScript 3.0 :: Sockets And Multiplayer Games

Nov 25, 2011

this question has been bugging me for a year. Basically I'm trying to replicate Club Penguin (multi-player game for kids who are their own penguin who play other penguins who are other kids online). So far Ive got it working: [URL]

but it creates a horrendous cache of XML as it simply sends and receives an xml file between players (poleing I believe). I want to convert this to a socket connection. However I really want to know: -do you need your own webserver (I have an old PC I can convert to one fine), but how do I set it up (php, Red5?) -the examples I have refer to old versions of Flah and sometimes use the (legendary Senoculars) class KeyObject.as So ~ I know what I want to do Ive got half way there anybody know the other half?

View 4 Replies

ActionScript 3.0 :: Anti Cheat Protection For MultiPlayer Games?

Feb 22, 2010

Is it possible to write an anti cheat protection for a multiplayer game?
Game type: boards, moving color gems or squares to make three in line.
I know there are programs capable of analize the pixel color of each square and auto resolve the game by play itself. Is anyway to protect against this?

Examples:
- Detecting if mouse had been moved by a program?
- Detecting if keyboard Keys has been sent by a program?
- Maybe record player screen or manual review?

View 2 Replies

Actionscript :: Use Flash To Develop Online Games

Jan 6, 2010

can you tell me some great resource to study if I want to develop online games using flash technology? Including 3D games.

View 2 Replies

IDE :: Performance Optimization Of Online Flash Games

Mar 23, 2009

Any tips and techniques to optimize the performance of online flash games.

View 1 Replies

ActionScript 3.0 :: Online Multiplayer Getting Started?

Mar 21, 2007

I think it's time I tried making a Flash project where multiple visitors to a website interact with one another. (I think this is called remoting, but I'm really not sure.) I'm currently deep into AS3, but would like to know how to implement an online multiplayer (or multi-user, I guess) system in both AS3 and AS2.

Where's a good place to get started? In particular, what online resources are available for someone interested in these technologies? And how do I test what I create- preferably, on one machine?

View 1 Replies

Savable Multiplayer Flash Game

Aug 28, 2010

i've been looking in to making a multiplayer flash game.I downloaded and installed SmartfoxserverPRO with all the example files which are really awesome. I understand the idea/concept for those simple games like tic tac toe.So i'm here looking for information on making savable data to start off simple maybe just being able to save and store records for a tic tac toe game.

View 3 Replies

Multiplayer Flash Game (like Some In Facebook)?

May 12, 2011

Is there any free Open Source Multiplayer Flash Game (like Happyfarm... in facebook) that I can use and build my own small network?What I'm looking for is the source code of some Multiplayer Flash Game (like http:[url]....for example)I do not know to much thing to talk about it, but if there is some, I hope:

+The game can run without any other system (not a plug-in or mod)

+If there is server-slide script, it should be PHP

+There is an English document for deverloper

View 1 Replies

Actionscript 3 :: Building A Multiplayer Game In Flash?

Feb 17, 2012

I want to develop a game like wordfeud for android and iPhone. For now I don't have a mac so I am not able to use xcode to develop for iPhone. Therefore I have decided to use adobe AIR so I can link the game to both android and iPhone.

I am able to build offline games like tetris etc. but what should I look into when I want the game to be multiplayer just like wordfeud where you can have several games running at the same time. I know I need a server for this, but can I use xampp for now just to test the application and then export the db to a real server or is it a different kind of server I must use?

View 3 Replies

Flash - How To Approach Multiplayer Game Facebook App Project

Jun 16, 2011

I wish to create a multiplayer game facebook app. A game will have 1 to 4 people in it playing from their own systems. I wish to target, lets say, 10K simultaneous online users. I am planning to write the client side game in Flash. I wanted to know how these clients communicate with each other. Can these clients communicate directly with each other or I should go with "server as middleman" approach? I want the game to work even in "restricted" networks. If server, how do I have things working from google app engine cloud service? I came across channel API, should I use that? Would it work with a flash client?

View 3 Replies

Authoritative Flash Multiplayer Game Server: Twice The Work?

Nov 11, 2011

I'm working on a puzzle game in Flash. It's a two-player, head-to-head game with some realtime elements. It is not Tetris-like, but the level of player interaction and the rate of movement is similar to, though slightly more complex than, Tetris Battle on Facebook.

Naturally, I would like to match players up over the Internet. I would also like to prevent cheating as much as possible. Because of this, I am researching an authoritative server solution, much like Colin Moock describes in this answer to a similar question. That is, the server runs the authoritative game logic while the client runs a parallel simulation, sending player movements to the server for validation.

My question is this: Doesn't this essentially mean implementing the game logic on both the client and server side? Worse still, the server probably isn't going to run its simulation in Flash/ActionScript, which means you can't share code and you'll be implementing the same logic twice in two different languages.

View 1 Replies

Flash :: Php Communication - Multiplayer - Local Works - Another Computer Does Not

Dec 19, 2011

I made swf file that sends id to php, than php collects info from mysql by this id, and returns result, than flash does his work with that result. The problem is here, I will try to explain it as clearly as I can: everything works fine when I do that on the computer that has all the source files and of course xampp running.

[Code]...

View 1 Replies

ActionScript 2.0 :: XmlSocket - Multiplayer In Flash - Establish A Connection

Jan 24, 2009

I've been searching a long time to find a way to do multiplayer in flash. I came across xmlSocket. I'm trying it out really simple at first:

[Code].....

I've gotten all the policy stuff working. And this works perfectly while testing on my computer. If you're wondering, I have a python script listening on port 2950. Here's the python code:

[Code]....

Finally to the problem. No matter what I try, I can't seem to get these two applications to communicate when on different machines. When I try it, no messages even get through to python, it doesn't see anything trying to establish a connection. So I suspect it is having a problem on the flash side of things. Also, is there any way to have multiple flash apps communicating directly, rather than going through the server?

View 9 Replies

ActionScript 2.0 :: Flash MX Bible - Make A Multiplayer Flash-game In One Chapter?

Jan 12, 2003

Flash MX Actionscript Bible

1) Its supposed to make a multiplayer flash-game in one chapter. What kind of game is it?

2) Is the chapter on remoting any good? Can you btw use remoting with php, or is it only with servlets and net?

View 11 Replies

Flash - 3rd Party Multiplayer Game Server Platform With .NET Capabilities?

Feb 19, 2011

We're looking for a good server to purchase to develop games with Flash/Android/iPhone clients with a .NET backend server (And even more importantly, that supports clustering and scaling in general).Now we've examined both ElectroServer and SmartFoxServer (both products look fine and suitable for our needs), however both can only be extended using Java.

View 2 Replies

Flash :: Options For Multiplayer Game Server For Desktop And Mobile

Apr 5, 2011

I am looking to create a multiplayer game for both mobile devices (iPhone, Android, etc) and desktops. I have been looking at creating the game in Flash for desktops and writing the game in native language on the mobile device. Does anyone know of a good multiplayer socket server that work for connecting both the mobile and the desktop applications together.I have looked into SmartFoxServer (had a lot of trouble getting that working for some reason) and red5.

View 1 Replies

Flash :: Game Development - Comet / JS / PHP / HTML5 Versus In Secure Multiplayer Gamedevelopment

Sep 1, 2011

I would like to create a multiplayer online game (tic-tac-toe/chess) and i am not sure which language to use. I am familiar with JS/PHP and heard about comet Does comet stand a chance against Flash, if yes whats the limitations except the lack of smooth animations like flash allows? What are the differences regarding resources and memory needed? SECURITY: Is it possible to create Flash-games without any chance to modify (flash-)cookies etc... for cheating? i know lot of questions, i do hope for your recommendations into the reight direction.

View 1 Replies

Can Create Some Flash Games

Jun 10, 2009

I'm looking to create a new website with flash games, most of which need to be multiplayer.The games I had in mind are a battleship-type game, a pirate's dice game, and a texas holdem game.I'd also like to have a single player "wheel" that you can spin and win points off.I'd also like to have a points system where members wager their points over games.

View 6 Replies

Flash :: Get Games To Add On My Website?

Dec 5, 2009

I am have a web site in Flex. And i want to add a few flash games in it.

I know [url]... has its games on facebook. Can I also add there games on my website?

View 1 Replies

UI Design In Flash Games?

Mar 21, 2010

Background: I've been coding in VIM/C++/OpenGL for a long time.I've come to realize that this (VIM/C++/OpenGL) isn't the way to learn about programming fancy/cool-looking/futuristic UIs; and that the design of such UIs belongs more so in the artistic/designer world of Flash.

Anyway, I currently have a machine with MacOSX. What software should I install? What book should I read to learn about the artistic/design side of these futuristic UIs? [It's okay if the tools to design them are mouse clicking + graphical rather than coding based].

Question: what software packages + books to read to learn about creating fancy-looking / futuristic UIs in flash?

View 3 Replies

Actionscript 3 :: Using Too Much RAM In Flash Games?

Jan 22, 2012

On my venture for quick rendering within Flash, I've worked out that the only solution is to create sprite sheets on the fly. Sprite sheets are created from a MovieClip using BitmapData.draw().

I have a graphics manager class which has a method that accepts a MovieClip and an int. The MovieClip is the target to capture graphics from, and the int represents how many different angles the image can be rendered at within 360 degrees.

[Code]...

Any advice around this would be extremely helpful. Note: I have made sure to utilize BitmapData.dispose() within my own dispose() method defined by SpriteSheet to clear up RAM, I am more concerned about how much RAM I can use at one given time (all game assets that will render ready to be used).

View 1 Replies

What Is The Best Program To Make Flash Games

Jun 10, 2009

What is the best program to make flash games?

View 1 Replies

ActionScript 3.0 :: Can't Create Flash Games

Aug 2, 2009

I am new to actionscript. I am following a tutorial on lynda. I am trying to learn how to create flash games. I am using flash cs4. The tutorial uses flash cs3 and and actionscript 3.0. I added a movie clip to my library and enabled export for actionscript. I got a dialog box that says "a definition for this class could not be found in the classpath, so one will automatically be generated in the swf file upon export." I click ok. Then when I try to test it, I get an error that says "call to possibly undefined method". What exactly am I doing wrong?

View 7 Replies

ActionScript 3.0 :: Using ProLog AI With Flash Games?

Mar 21, 2010

I'm developing a Risk like game in flash and I want to use an AI I developed using Prolog language.How can I use the Prolog code in actionscript? do I have to translate it to anther language? is there any automatic way of doing this?

View 1 Replies

Professional :: Can't Open The Flash Games?

Mar 4, 2011

I hope I am in the right forum with my question - I am playing at [URL}.. and there is a Flash Application for Live Games - Link "Live" at the website.
 
My problem is that I can't open the Flash games because I if I click at "Live" in the main navigation nothing happens!!!
 
Other flash applications at other websites I can't open or see without problems - I really don't know what the problem is.

View 2 Replies

Flash - Creating Background In Games?

Sep 10, 2010

What are the best (considered by professionals) approaches while creating a platformer based game for Creating game levels & background (static ones).Create a single background and scale it?or Display it on-the-fly by loading objects (probably repeating them often).

If the first one is the choice then it would become essential to create each level manually of the game & putting level editors difficult.
Also if the later is the choice I find it too processor intensive....my frame rate almost breaks into half, while trying to manage so many objects together on screen.

View 1 Replies

Play Flash Games In Application?

May 3, 2011

Is there any way to play flash games in a java application? I saw jflashplayer, but it is commercial.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved