Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

The development of NautDrafter is conducted in the open with attempting to utilize open source tools or tools that cater to the open source community.  The list below indicates the resources used for development.

UsageTool
Source Code ControlBitBucket
TrackerJira
WikiConfluence
Communication AggregatorSlack

 

Code

The repository contains four projects:

  1. /main/ - The client GUI (also contains the drafting server) - javadocs here
  2. /drafting/ - The drafting server
  3. /lobby/ - The lobby server (used for listing drafting servers, and helping holepunch connections between client and drafting server) - javadocs here
  4. /common/ - Anything required by both the main and lobby projects.