PDA

View Full Version : Online game development


gokurab
January 16th, 2009, 09:45 PM
Hi everyone. I had recently made a game in C as a part of my summer research project. It is a very simple game that involves two players, similar to chess. Now I am thinking of extending the program to make it playable online but I am unsure of which language I should use to make it playable online. My current knowledge of java makes it difficult to program using Java. Can anyone please recommend me a way of making it playable online.

gokurab
January 20th, 2009, 10:58 PM
Sorry, I actually made it in python. Anyone has any suggestions?

meborc
January 21st, 2009, 09:14 AM
my suggestion is that you look at some of the small easy online games now available... and see how they are done - the source is free so you can basically just copy/paste what you need... just be sure you comply with the license ;)