I would like to write a computer game played by several users sitting in front of different computers. For that I would like to implement a P2P approach.
Now I consider the following situation. I have, let say, 6 computers which build a local network. On every computer I install Apache web server. So, every computer runs a web site. In this context I have several questions:
What will be the web addresses of these web sites? Names of the computers?
Does apache server starts automatically whenever computer starts?
Do I have to install something additional if I want to write "local" web-sites using PHP or Apache is sufficient?
Thank you in advance for any help.