|
I am planning to create a site that provides several games for self written game-agents.
There will be a Tic-Tac-Toe for example (and some more complex games of course). Programmers can register their agents and from time to time there will be a tournament...
Started by Skaldrom Y. Sarg on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Plain old TCP with a set of custom commands for your game?
I'd.
Application protocol built off of that.
|
|
OS: Vista
What can I do? Please help me.
Started by markus9191 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Edit: After looking at the German, I see that it's not "Wichtig"; "Important... .
Do you perhaps have a previous version of that package installed? It might not be wanting to perform a fresh install, but instead be trying to apply a mandatory update patch .
|
|
A long-awaited new look at the game will be presented at Sega's E3 booth next week in Los Angeles, the publisher's confirmed. The last time we saw Colonial Marines was via magazine previews in early 2008, followed by a promise to CVG from Gearbox chief...
Started by pesaddict on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at pesfan):
If this ends to be a good game,then its time for a Terminator game it up about two years ago as a potentially....
About time that someone makes a quality game based on Aliens!
Hope it has good atmosphere,good gameplay mechanics & solid length.
|
Ask your Facebook Friends
|
Guess Buckykatt's Rating
Rules
- The object is to guess what rating Buckykatt will give a movie.
- Everyone starts with 10 stars. All guesses must be in 1/2 star increments.
- Each round, players lose the number of stars equal to the error in their prediction...
Started by F.N.G. on
, 19 posts
by 16 people.
Answer Snippets (Read the full thread at filmwise):
|
|
Posted 14 May 2011 - 03:30 PM
I usually find myself playing the same games over and over again even tho i finished the whole game. do you ever find yourself in the same situation ?
Started by crazy6omen on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at dgemu):
It....
Posted 20 May 2011 - 05:33 AM
I played some game with many.
Though I also played dragon age over and over, games where to replay the special opps over and over again.
That game can drain one's life.
|
|
I find it hard to do. Today I put steam and my backed up games, (HL,HL1,HL2,Portal, Portal2, L4D2 etc) and started playing Portal, after awhile of not having played it. Flew through it (though a short game already) i cant of just went meh.
So what games...
Started by Zero Beat on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at govteen):
Man, I've beat all the Final Fantasies from VII on multiple times Fantasy games - have played through....
I never get tired of that game, and enjoy doing my favorite missions over and over again.
Hitman: Blood Money.
Happy wheels.
|
|
The Game Is Over - Long Live The Game The UN voting results: Attached Images endgame1.jpg (202.1 KB, 221 views)
Started by Rhothaerill on
, 22 posts
by 12 people.
Answer Snippets (Read the full thread at apolyton):
ND, and the subsequest ....
So who is going to write the endgame story for MarkG? I recommend MZ of Apolyton .
Maybe now that the game is over you let this game rest.
Things but we could definitely not find a better teammate than you .
|
|
Is it possible to connect two iPhones over the web (wide area network) for a real time gaming experience? Would the connection be fast enough for a game (for example) like pong? What steps should I take? What type of objects int the iPhone SDK should ...
Started by Jamey McElveen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you need to game over the web, you're not going to easily get around the problems @John Douthat "game server" that mitigates the NAT traversal issues and moves "hit" determination away Whiteboard, although not a game, ....
|
|
There are many classic Windows games I still have copies of that I like to take out every once in a while and play. A lot of these are multiplayer LAN games that only work over IPX-based networking which would normally rule out playing them with friends...
Started by Ryan on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It appears to be still up ....
A long time ago, I was able to use a for-pay service called Kali .
If everybody else does the same and joins the VPN, it should work .
I haven't done this, but I'd set up a VPN, then add the IPX protocol to my network stack .
|
|
I've written a game of tic-tac-toe in Java, and my current method of determining the end of the game accounts for the following possible scenarios for the game being over:
The board is full, and no winner has yet been declared: Game is a draw. Cross has...
Started by byte on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
*/ public Square findWinner(Square[][] board, int there are a fixed number of moves in a draw... .
Square { X, O, NONE } /** * Returns the winning player, or NONE if the game has * finished without a winner, or null if the game is unfinished.
|