Tagged Questions
The online-game tag has no wiki summary.
6
votes
3answers
238 views
How online-game clients are able to exchange data through internet so fast?
Let's imagine really simple game... We have a labirinth and two players trying to find out exit in real time through internet.
On every move game client should send player's coordinates to server ...
6
votes
14answers
2k views
Preventing cheating in online chess games?
In many online chess lobbies, I've seen instances of 'engining', where a cheater would open a chess program at the same time as the main game window. He would then set it up so that the opponent's ...
5
votes
1answer
115 views
Design pattern suggestions for syncing multiple-user data in an online game in real-time
I'm working on a project to learn node.js, and was looking for some suggestions on how to handle syncing user data in real-time.
Say you have a 2D rectangular map (roughly 600x400), with a number of ...
4
votes
8answers
583 views
Why are (almost) all the on-line games written in ActionScript (Flash) not Java?
I absolutely love good defender games (e.g. Gemcraft, Protector: reclaiming the throne) as they can be intellectually quite challenging; it's like playing chess but a little less thinking and a bit ...
2
votes
1answer
68 views
HTML5, JS gaming engines for mobile
Suggest a few open source HTML5+JS gaming engine for mobile browsers.
Should work on IOS and Android browsers.
2
votes
6answers
1k views
How to code an web-browser based multiplayer game?
If I wanted to code a desktop-based game, I could pull some XNA code and UDP sockets and make a decent multiplayer game. I would have an extremely clear of how to code the game I wanted.
But if I ...
2
votes
2answers
459 views
Php-Flash communication over sockets
Good time of the day, dear developers!
I am not any kind of network programming pro, but it happened that I have faced necessity to develop socket-server on php (no way for using Java) for flash ...
2
votes
5answers
2k views
Should i write my own flash-server in Erlang or use Red5?
I'm a student about to start my exam project, where I will be responsible for the server implementation of an online game targeting the flash player.
I have a hard time to decide wether i should write ...
1
vote
2answers
62 views
What are good beginner resources for developing bots that play video games? [closed]
i have a pet programming goal: to develop a bot for a game. Now, this won't be anything malicious, and I just want to do this to further my knowledge in programming.
Can anyone help me out by ...
1
vote
1answer
110 views
Embed Adobe Flash player into Java based desktop application
How can I embed a adobe flash player inside a java based desktop application? Can I be able to load and run an on-line flash game in it?
Thanks.
1
vote
2answers
154 views
multiplayer online flash games?
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.
I wanna know is there any tutorial which is useful for ...
1
vote
0answers
43 views
Problems working out coordinates for drag and drop application
I am designing an online game : "the hanged man". I performed a "drag and drop" for moving the lettres. So I have to predefine the exact position of the area which allows the user to drop his lettre.
...
1
vote
1answer
272 views
Online game using .net technologies
I am new in game development, but I'm thinking about creating online browser game on asp.net mvc3 using entity framework for ORM data mapping and SQL Server 2008 DB for data data storage.
I would like ...
0
votes
1answer
92 views
Choosing a programming language for game development [closed]
I'm trying to choose the best programming language (considering the following circumstances) for a game development:
Best language to write games like Zynga Poker. [Not so sophisticated] ...
0
votes
1answer
43 views
How to make a series of dice rolls secure in a client/server scenario?
Imagine the following situation in a game: A series of random numbers is presented to the player. Each number is shown to the player for a short period of time before it goes to the next one. It is ...
0
votes
0answers
82 views
MVC 3 browser game. Misc questions
I have started writing the project of browser game (strategy) about half a year ago. I'm nut hurry, so trying to spend a little of my free time. I'm using C# 4.0, MVC 3 and Code-First template.
There ...
0
votes
3answers
337 views
How to live update browser game attributes like the 4 resouces in Travian game?
I would like to make a web-based game which is Travian-like (or Ikariam-like). The game will be in PHP & MySQL-based. I wonder how can I achieve the live updating of game attributes.
For ...
-1
votes
0answers
27 views
need help designing a building mechanic [closed]
I am working on a 2d online multiplayer building game. My question is how will you build things such as houses or shops etc.
So far I know that you will be able to build a house (I dont know how yet) ...