internet games

Hi.

How can I make a game like chess or tic-tac-toe so that it can be played over the internet?
Java is the language you're looking for. Or perhaps ActionScript (Flash).
I ment something like Microsoft Internet Hearts, Reversi and etc. Those are real programs.
Last edited on
You really need to look at Java it makes those sorts of things much easier and you can make a "real programs" with it.
Your question is a bit ambiguous, I'm not sure if your exptecting some magic code that will create a game for you.
You'll need to learn the language, learn to deal with GUI, communication over networks etc. its all down to what you know but it will be the same as making any other application, type in your code, take out the errors etc.

gen1mx6 has a very good point though, java makes life simpler for that sort of thing
Last edited on
Topic archived. No new replies allowed.