Simple 2 player server
- by Sourabh Lal
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.