Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 1.15 KB

Halite Contributing Guide

If you find a bug or have a feature request, please open an issue.

Want to help out? Have you implemented a patch or a new feature? Send us a pull request! If you are looking for things to do, check out our open issues.

Common Contributions

Writing a Starter Package

If you'd like to write a starter package for a new language, see this guide.

Folder Contents

  • admin/ - A collection of administrative resources (ex. a technical specification)
  • airesources/ - The language-specific starter kits for writing bots
  • environment/ - The halite game engine
  • tests/ - All of the project's unit and integration tests
  • website/ - The website that hosts the competition. Includes the API that manages the game servers.
  • tools/ - Halite client tools and visualizers

Installing the website on Ubuntu