Skip to content
Aaron Sun edited this page May 29, 2018 · 8 revisions

This repository hosts the code base for a space simulation multiplayer online game. From a code perspective, this includes the client and launcher as applications, the server services, the web interface for viewing and managing the state of the game, and the common libraries shared between them.

Getting Started

  • Contributing - Learn about setting up your environment and how to start contributing to the project.
  • Overview - Get an overview about the different components of the system and how they interact with each other.
  • Code Style - The coding styles to encourage uniform and more readable code.
  • FAQ

Goals

  • Simulation of a virtual universe that we can interact with.
  • Interface to interact with this virtual universe.
  • Interface with the software controlling the simulation and all the supporting system.

Projects

Learn more about specific namespaces and libraries, their design and goals.

Client Projects