Releases: OCSYT/BracketEngine2
Releases · OCSYT/BracketEngine2
Bracket Engine 2 Beta Release 1
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
- Clone the repository.
- Open the
.slnfile with Visual Studio 2022. - Set the build mode to Release x64.
- Build the project.
Visual Studio Code
- Clone the repository.
- Open the folder in Visual Studio Code.
- Install the following extensions:
- C# Dev Kit Extension
- C# Extension
- .NET Install Tool Extension
- MonoGame Content Builder (Editor)
- Build the project using
CTRL + SHIFT + B.