Skip to content

Using Scripts

Starciad edited this page Dec 23, 2025 · 4 revisions

Scripts are small files designed to perform specific functions in the project. They are located in the src/Scripts directory. Below, you will find details about all the scripts available in the project.

Scripts

Publish All

Location

Requirements

Before using this script, ensure that the following prerequisites are met:

  • Have the .NET 8 SDK installed on your machine;

Usage

Run the script with the following command in PowerShell:

./publish_all.ps1

Description

The publish_all.ps1 script is designed to automate the process of publishing the game's source code to multiple supported platforms. Its main features include compiling the project using the dotnet CLI for all supported platforms.

The script's execution time may vary depending on factors such as the project's complexity and the resources available on your machine.

Clone this wiki locally