Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.27 KB

tools.md

File metadata and controls

37 lines (22 loc) · 1.27 KB

Tools used for building Robocode Tank Royale

The following tools needs to be pre-installed on your system to build all the modules.

Standing in the root of the tank-royale folder, you can build all modules running gradle from the command-line:

gradle build

Note that gradle is also used for creating documentation for the Bot APIs, e.g. javadoc and docfx, and uploading the documentation to the GitHub pages. And gradle is being used for publishing artifacts for e.g. Nuget and Sonatype Maven.

Note that the current setup and tools have only been run on a Windows 11 PC so far. But it should be possible to set up all the tools for macOS and Linux as well.

Version control

Build tool

Java / JVM platform

.Net platform

Documentation

  • Node.js 16.14
    • VuePress is used for generating a static web page with documentation