rbfx.template.casual 0.0.40

dotnet new install rbfx.template.casual::0.0.40
This package contains a .NET Template Package you can call from the shell/command line.

Rebel Framework Casual Game Project Template

IMAGE ALT TEXT HERE

Install the Casual Project Template:

Open your terminal or command prompt.

Use the following command to install the rbfx.template.casual template package from NuGet:

dotnet new install rbfx.template.casual

This command will download and install the template package. If you want to install a specific version, you can specify it using the format rbfx.template.casual::<package-version>.

Create a New Solution Using the Installed Template:

Navigate to the directory where you want to create your solution.

Run the following command to generate a new solution based on the installed template:

dotnet new rbfx-casual -n MyAwesomeGame

Replace MyAwesomeGame with your desired solution name.

This command will create a new solution with the necessary project structure and files based on the Casual template.

Explore and Customize:

Inside the newly created solution folder (MyAwesomeGame in this example), youโ€™ll find project files for the game, character, and other related components.

Customize the project files according to your requirements. You can add more game features, modify existing code, and create additional projects within the solution.

Build and Run:

Build the solution using the following command:

dotnet build

Run your game using:

dotnet run --project MyAwesomeGame.Desktop/MyAwesomeGame.Desktop.csproj

This will compile your solution and execute the game. Remember to adjust the commands and folder names based on your specific setup. Happy coding! ๐Ÿš€๐ŸŽฎ

For more information, you can refer to the official documentation on installing and managing SDK templates.

GitHub Actions Workflow Execution:

Whenever you push changes to the master branch, GitHub Actions will automatically trigger the workflow.

It will build your game, create a GitHub release, and upload the precompiled game artifact.

Verify the Release:

Visit the Releases section of your repository to verify that the release was created successfully.

Optional: itch.io Publishing:

If you want to publish to itch.io setup itch.io token. Go to your GitHub repository. Navigate to Settings > Secrets and variables. Add a new secret named BUTLER_API_KEY and set its value to your itch.io personal access token. Add new variable ITCH_PROJECT to the itch.io project id like rebelfork/rbfx-csharp-casual

Thatโ€™s it! Your GitHub Actions workflow will now build your game and make it available for download via GitHub Releases. Optionally, it can also publish to itch.io if configured. ๐Ÿš€๐ŸŽฎ

  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.40 0 5/3/2024
0.0.39 0 5/3/2024
0.0.38 0 5/2/2024
0.0.37 92 4/27/2024
0.0.36 86 4/27/2024
0.0.35 87 4/26/2024
0.0.34 82 4/23/2024
0.0.33 138 4/7/2024
0.0.32 129 4/6/2024
0.0.31 758 2/25/2024
0.0.30 285 2/19/2024
0.0.29 688 1/29/2024
0.0.28 254 1/24/2024
0.0.27 167 1/23/2024
0.0.26 130 1/22/2024
0.0.25 1,146 12/15/2023
0.0.24 457 12/4/2023
0.0.23 137 12/3/2023
0.0.22 205 12/1/2023
0.0.21 115 11/30/2023
0.0.20 142 11/30/2023
0.0.19 143 11/29/2023