Questions tagged [online-game]

"Online" games are played over the internet (as opposed to "offline" on a local machine) and usually allow multiple players to interact with one another in some way. Popular examples include first-person shooters and massively-multiplayer RPGs.

"Online" games are played over the internet (as opposed to "offline" on a local machine) and usually allow multiple players to interact with one another in some way. Popular examples include first-person shooters and massively-multiplayer RPGs.

80 questions
0
votes
1 answer

Why this online game go out of sync after some time?

I'm making a simple online game and I'm suffering from out-of-sync issues. The server is implemented with IOCP, and since the game will be held almost always in LAN, the delay is relatively small. The core algorithm of network connecting can be…
DarkZero
  • 2,259
  • 3
  • 25
  • 36
0
votes
1 answer

How to reliably deploy a game server jar to a machine?

Well i have a game server now up and running on my local development machine but i want to deploy it to a real servermachine. The easiest way would be to just transfer the jar file to the server and run it with java -jar server.jar. But i want to…
laubed
  • 248
  • 1
  • 9
0
votes
1 answer

html5 canvas or dom for online backgammon game

I'm starting to develop an online backgammon game. I 'm not sure whether to use html5 canvas or use dom and css. could you tell me the pros and cons of each approach for moving and animating pieces?
0
votes
1 answer

Android two-player game, online play

I have a simple two-player android game (like Chess), and I want to add some functionality for users to play against each other online. I would prefer to make this as simple as possible (so no complex website where users meet each other and maintain…
0
votes
2 answers

how to synchronise "non-consumable purchase" with a "online multiplayer game server"

We are developing an online mobile multiplayer game for iOS platforms. In our game, a player may purchase and activate the "PRO" mode to get some extra benefits. So, we created a "non-consumable" type of in-app purchase. because, "PRO" mode is a…
Rephisto
  • 89
  • 1
  • 7
0
votes
1 answer

Online communication app

I am trying to make a small online game that allows 100-200 people to operate(like a chatting tool, but mainly just clicking buttons on the user terminals). I've got the user terminal UI and it communicates with my database (MySQL on my server, a…
michael
  • 37
  • 1
  • 5
0
votes
1 answer

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 framework of my game is set up, for my next step i was…
0
votes
0 answers

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 some thme i use this type of embed code.
CoolBoy
  • 99
  • 11
0
votes
1 answer

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 learn how to change scenes in jQuery games? The…
0
votes
2 answers

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 to the clients.what will be the best solution to…
nikhil
  • 877
  • 3
  • 11
  • 36
0
votes
1 answer

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 source code for changing some restrictions? How can…
Marek Čačko
  • 980
  • 2
  • 21
  • 31
-1
votes
1 answer

Does cloud servers access everywhere in the world

I made a game with unity. Now I am make it online with darkrift2, Darkrift gave me a server, I need to put it to rented cloud server. I want access hole world. Should I put the server to multiple locations for access all the world, which i don’t…
-1
votes
1 answer

Why do I get the Error: "Cannot read property 'style' of null" on line 216 because of something also on lines 190, 200, 213?

* I can't figure out why I get the following error on my console: "Cannot read property 'style' of null" on line 216(near the bottom, I have put a comment) because of something also on lines 190, 200, 213? I think the problem is about the laser…
-1
votes
1 answer

Zooming image on coordination with javascript

what I'm trying to develop is a kind of online minigame, but I'm stuck on the zoom part. In my case there will be an html image with scattered eggs which will be part of the image. The player will have to click on the eggs and on the javascript side…
-1
votes
1 answer

HTML quiz game with Canvas

Hi I'm trying to create an html quiz game with canvas, but I'm new to this thing and I didn't find any documentation to this particular thing. Game summary The game is set into 5 scenes, every scene is a time period (prehistory, ancient Rome ecc..),…