Simple 2 player server
Posted
by
Sourabh Lal
on Game Development
See other posts from Game Development
or by Sourabh Lal
Published on 2013-06-26T09:12:17Z
Indexed on
2013/06/26
10:29 UTC
Read the original article
Hit count: 264
I have recently started learning javascript and html and have developed simple 2 player games such as tick-tack-toe, battleship, and dots&boxes. However these 2 player games can only be played on one computer (i.e. the 2 players must sit together) However, I want to modify this so that one can play with a friend on a different computer.
Any suggestions on how this is possible? Also since I am a beginner please do not assume that I know all the jargon.
© Game Development or respective owner