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
-1
votes
1 answer

Is it better to sort from server and distribute to clients or send unsorted and let clients sort it?

This is an online game and I was paid to implement a game event, which is a Player versus Player game system. In my design I have a server side class (named PvpEventManager which is the event manager and it processes when a player kills another…
Vinícius
  • 15,498
  • 3
  • 29
  • 53
-1
votes
1 answer

Forbid copying and "search by" text in HTML page

I have a simple online game where the people have to answer on questions. They have max 30 seconds to make an answer and I found that most of people using "copy and paste" to simply copy a question to Google search and find an answer in internet. Or…
Epsiloncool
  • 1,435
  • 16
  • 39
-1
votes
1 answer

Server for online game

I want to make a multi-player online game which will require some fast data exchange between users (that's why i need UDP). So, I probably need to have an UDP Socket Server that will receive data from a player in a game room and send this data to…
T.Vert
  • 279
  • 2
  • 13
-2
votes
1 answer

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 my app and play whit other players. Can I do that?…
-3
votes
1 answer

Free word list for word game

I am building a word game in English. Is there a free list of words that I can download and use of a free service that can help validate the word entered by the user?
Karthick S
  • 3,204
  • 6
  • 36
  • 52
1 2 3 4 5
6