-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Instruction
KayVioletaBohnec edited this page May 9, 2024
·
1 revision
If you want to run the game fully yourself on your computer, you'll need to install everything here.
If you're only a client connecting to a pre-existing server, only follow the shared and client section.
If you're a server host that doesn't plan on doing client testing, only follow the shared and server section.
Install Python 3: https://www.python.org/downloads/ Make sure you install PIP alongside it, check if you have it by doing pip in CMD
To install the packages below, you need to run CMD or Powershell in ADMINISTRATOR mode
pip install pygame
pip install websocket-client
pip install websockets
pip install zeo