Skip to content

Commit

Permalink
Update index_server.html
Browse files Browse the repository at this point in the history
  • Loading branch information
YeetTheAnson authored Aug 25, 2024
1 parent 417ec16 commit 15ac45e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MultiplayerAirHockey/index_server.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ <h2>Users in Room</h2>
<h2>Instructions:</h2>
<ol>
<li>Install Python if not already installed</li>
<li>Install the required library: <code>pip install websockets</code></li>
<li>Download the <code>server.py</code> file</li>
<li>Run the server using <code>python server.py</code></li>
<li>Install the required library: <code>pip install asyncio websockets json random string socket</code></li>
<li>Download the <code>PythonServer.py</code> file</li>
<li>Run the server using <code>python PythonServer.py</code></li>
<li>Enter the server IP and port, then click "Connect to Server"</li>
</ol>
</div>
Expand Down

0 comments on commit 15ac45e

Please sign in to comment.