Game Setup
You will need to have the following installed and set up:
Development Setup
You will need to have the following installed:
You can read more about setting up Python virtual environments here.
Linux / MacOS
python3 -m venv venv
source venv/bin/activate
Windows
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
docker-compose up
python src/__main__.py
You can access Kibana at http://localhost:5601.
TODO