Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 745 Bytes

File metadata and controls

21 lines (14 loc) · 745 Bytes

SS99

The purpose of this project is to create a version of the popular game Space Station 13 with a clean code base.

The core components (**/core) are licensed under MIT license. All other components (specifically, **/game) are licensed under GPLv3 unless otherwise noted.

Versioning Scheme

Version scheme uses "<a/b/c/d/...> (revision)":

  • Version is increased when new features are added.
  • A/b/c/d/... tags are added for released versions that contain only bug fixes.
  • (revision) has the revision number for that version (# of commits).

Project leads

  • wb
  • nullquery

Interested in helping out? Check out our wiki

The development wiki contains more information about the source-code and the conventions we use.