The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> Game Development
|
Stand alone game feeding server,v.versa!
Discuss Stand alone game feeding server,v.versa! in the Game Development forum on Dev Shed. Stand alone game feeding server,v.versa! Game Development forum covering non language specific programming - game creation, design, modding, theories and math. A place for developers and gamers of all levels to discuss and debate all things involved in game creation and modding.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

August 25th, 2007, 11:48 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 8
Time spent in forums: 3 h 16 m 38 sec
Reputation Power: 0
|
|
|
Stand alone game feeding server,v.versa!
Can stand alone games, be fed by a server, creating and online game, but you play through desktop but not on browser. If so what programming language do I have to use.
Thank you.
|

August 25th, 2007, 12:06 PM
|
 |
Lord of the Dance
|
|
|
|
|
you can use the programming language you want, all have theirs pros and cons. you have too look what it is you want, and then see which of the language that can do that task best.
beside it isn't that much clear of what you want to do, so if you can be more specific it would help.
Last edited by MrFujin : August 25th, 2007 at 12:08 PM.
|

August 25th, 2007, 12:20 PM
|
 |
<?PHP user_title("gimp"); ?>
|
|
Join Date: Jan 2005
Location: Internet
|
|
|
I've never heard the phrase 'fed by a server', but I assume you mean something like the plethora of MMORPGs out there. You know, thousands of them?
In other words, no, it's not possible. Computers haven't gotten advanced enough for you to be able to make anything multiplayer that doesn't use your browser.
__________________
Chat Server Project & Tutorial | WiFi-remote-control sailboat (building) | Joke Thread
“Rational thinkers deplore the excesses of democracy; it abuses the individual and elevates the mob. The death of Socrates was its finest fruit.”
Use XXX in a comment to flag something that is bogus but works. Use FIXME to flag something that is bogus and broken. Use TODO to leave yourself reminders. Calling a program finished before all these points are checked off is lazy.
-Partial Credit: Sun
If I ask you to redescribe your problem, it's because when you describe issues in detail, you often get a *click* and you suddenly know the solutions.
Ches Koblents
|

August 26th, 2007, 05:36 AM
|
|
Registered User
|
|
Join Date: Jan 2007
Posts: 8
Time spent in forums: 3 h 16 m 38 sec
Reputation Power: 0
|
|
|
Sorry, Ill be more frank.
You know how most online games are played through browsers. Well i created a stand alone game using python, (pygame). And I want it to make it multiplayer. So in brief, a game played from the desktop which is MMORG, how would i do this, and wheer do I start, possible with python?
|

August 26th, 2007, 06:19 AM
|
 |
Lord of the Dance
|
|
|
|
you have to read about how networking/sockets programming is done in python.
a small example
then you have to decide if one client is the server/host or if there need to be a stand-alone server all is connecting too.
Last edited by MrFujin : August 26th, 2007 at 06:23 AM.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|