Ubuntu Forums Archive Viewer

Online game development

Archived thread 1041699 from Education & Science. Markdown source: Education_&_Science/thread_1041699_Online_game_development.md

Original URL About this archive
#1

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.

#2

Sorry, I actually made it in python. Anyone has any suggestions?

#3

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 ;)