tom-wolfe / Wolfe.SpaceTraders

A client for the SpaceTraders.io game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpaceTraders

This project is a work in progress for automating the SpaceTraders game. The goal is to create a bot that can play the game for you.

Getting Started

This project uses MongoDB as its data store. There is a Docker Compose file that will start a MongoDB instance for you. To start the database, run the following command from the root of the project:

docker compose --file build/docker-compose.yml up --detach

If you make a mistake, you can tear down the all the containers with the following command:

docker compose --project-name space-traders down --volumes

MongoDB

By default, MongoDB runs on port 27017. There's a Mongo Express Web UI that runs on port 8081. You can access it at http://localhost:8081.

You can also connect to the database using Mongo Compass as a UI.

About

A client for the SpaceTraders.io game.

License:MIT License


Languages

Language:C# 99.5%Language:Dockerfile 0.5%