The online-game tag has no wiki summary.
-1
votes
0answers
26 views
Multiplayer Internet Programming C++ SDL [closed]
I'm using C++ and SDL to create a really simple game. The game is a board game in which I want to create a way for users to play online. I don't need anything like Warcraft III style game searching. ...
-3
votes
0answers
12 views
What is a good way to create a simple online multiplayer game [closed]
I'm planning to make a simple multiplayer platformer that runs on a website. What language would support this function and be simple and straight-forward and what is a good way to host the server?
-1
votes
1answer
37 views
Challenge online Xcode
I'm ready for made my second app whit Xcode.
For the first I used cocos2d, a simple game. Now I want create an app where two players can challenge, like RUZZLE for example.
The player register whit ...
1
vote
1answer
27 views
Online games: update the clients with deltas or with the new status
I'm implementing a online chess for Android and I have a question about how to update the players with the other player's movements.
For example lets imagine the Player1 moves his tower from a1 to ...
0
votes
1answer
25 views
Networking. tracking multiple enemy positions over a network
I am developing a project in java and have successfully made a game where you run around and shoot zombie AI the walk directly toward your player when you are within a given radius. now that the ...
0
votes
2answers
39 views
How to create ios online game accessed by iOS
I am now familiar in objective c and xcode. And i have create some minigame and know how did it done.
Now, i want to create a simple online game such as 「rock Scissors paper」, however, i have no ...
-1
votes
1answer
63 views
few questions about online web games development [closed]
I want to make a multiplayer game where users enter my website and play with each other.
I have a few q's:
can it be done with flash/java/html5 and php/sql? will it be secure enough (i'm afraid of ...
1
vote
2answers
82 views
Check if a point goes through a line
I am programming a game in HTML5 canvas. If a line touches any point of its own or opponents line, that line stops moving. The Function I wrote follows below.
function hasPoints(x, y) {
for (var i ...
3
votes
2answers
72 views
What database to choose for massive amount of connections and concurent writes (online game) [closed]
I'm gathering information for upcoming massive online game. I has my experience with MEGA MASSIVE farm-like games (millions of dau), and SQL databases was great solution. I also worked with massive ...
0
votes
0answers
98 views
full screen button create
i use iframe plugin to embed swf file for playing game in my website. but i want to show below of this game a full screen button. how i can do it?i use WordPress. my site http://www.dewdropzone.com ...
0
votes
1answer
123 views
Scene change concept in JQuery Games
When my son, an early teen, was writing games with Pygame, I recalled I had to implement the scene-change code for him by myself.
Now he's using jQuery to write some simple games. Can anyone help us ...
0
votes
2answers
136 views
Is sockets the most favourable way to develop online multiplayer game in java?
i'm developing online multiplayer game in java. It will be an executable jar file.
Its a single server multi client application. where the server should be able to broadcast, multicast and uni cast ...
0
votes
1answer
129 views
creating open source online game
I started creating online open source game as a project in school. It will be server with n connected clients. But now I have a problem with "security". What to do if one client would used modified ...
11
votes
5answers
754 views
Online gaming, or something faster then ajax for sending/receiving data
I'm making this as short as I can.
What I've done so far:
The game I have will be running with JavaScript using setTimeout or setInterval. It's not flash or anything special. What I have made so far ...
3
votes
1answer
101 views
Is HTML and <canvas> suitable for an online Gameboy-style game?
I'm planning on creating an online Gameboy-style game (I'm planning on trying to recreate the game as true-to-life as possible without directly emulating it), but I'm not certain what technology I ...
4
votes
2answers
774 views
Java bot for an online game
Hello I am creating a bot in java using the java.atw.Robot. The bot works fine on a browser (I have also tested it using microsoft word!) but when I run it in the game, the only function that works is ...
3
votes
3answers
467 views
Python Drawing ASCII Map
I need to have a 2 radius map drawn off the player's current room in a MUD I'm building in python (or more, if possible). Rooms are set up as containers with a self.exits = {'west':1, 'north':2} where ...
0
votes
3answers
293 views
Which azure option is good for my TCP game server using node.js?
I am new to Microsoft windows azure cloud and want to run my game server using node.js in azure cloud. I read the windows azure Node.js Developer Center site and it seems my server can run in azure ...
1
vote
0answers
86 views
Best framework and technology for developing simple multiple webgame [closed]
I want to develop an online browser game which is heavily in html and javascript, it's just like this game : play.typeracer.com
I am new to these technologies so pardon me for any vague questions:
...
0
votes
0answers
85 views
Do online multiplayer games use functions to determine motion paths or what?
Here is a video of me explaining my concept. It's something I came up with to solidify the perception between client and server.
http://www.youtube.com/watch?v=fe-JJ64sySk
It's 13+ minutes long. So ...
0
votes
1answer
4k views
MMORPG Game Engines [closed]
I'm planning to develop a MMOG (Massively Multi-player Online Game). First, I know the challenges, both financial and technical to get such a game rolling.
I'm looking for a Game Engine to develop ...
2
votes
2answers
173 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 ...
3
votes
1answer
432 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.
0
votes
1answer
69 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 ...
5
votes
1answer
310 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 ...
1
vote
1answer
416 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
0answers
87 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
741 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 ...
2
votes
6answers
3k 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 ...
7
votes
3answers
489 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 ...
4
votes
8answers
1k 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 ...
0
votes
3answers
691 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 ...
6
votes
13answers
3k 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 ...
2
votes
2answers
610 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 ...