Skip to content

Releases: OCSYT/BracketEngine2

Bracket Engine 2 Beta Release 1

04 Apr 05:17

Choose a tag to compare

Download

Setup

Prerequisite

Ensure you have Visual C++ Redistributable Packages for Visual Studio 2013 installed.
Ensure you have .NET 9.0 SDK installed.

Visual Studio 2022

  1. Clone the repository.
  2. Open the .sln file with Visual Studio 2022.
  3. Set the build mode to Release x64.
  4. Build the project.

Visual Studio Code

  1. Clone the repository.
  2. Open the folder in Visual Studio Code.
  3. Install the following extensions:
    • C# Dev Kit Extension
    • C# Extension
    • .NET Install Tool Extension
    • MonoGame Content Builder (Editor)
  4. Build the project using CTRL + SHIFT + B.