Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 743 Bytes

File metadata and controls

16 lines (12 loc) · 743 Bytes

AGENTS.md

Introduction

This is Imperium, the software powering the Xpdustry game server network. It is written in Kotlin, the build tool is Gradle and there are 3 subprojects.

  • imperium-common: Common types and classes shared by the other platforms
  • imperium-[discord|backend]: The backend server, responsible for the discord integration and REST API.
  • imperium-mindustry: The plugin running in Mindustry, provides utilities and exclusive functionalities to our players.

Instructions

  • Unless told otherwise, you SHOULD use the --daemon option when invoking gradle.
  • Compile with subproject:jar, Test with subproject:test, Lint with subproject:spotlessApply, You SHOULD only use subproject:build when you are done.