Skip to content

Installation Instruction

KayVioletaBohnec edited this page May 9, 2024 · 1 revision

Shared

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.

Programs

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

Python packages

pip install pygame

Client

Python packages

pip install websocket-client

Server

Python packages

pip install websockets

Database

pip install zeo

Clone this wiki locally