BenMakesGames.PlayPlayMini.Templates 4.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install BenMakesGames.PlayPlayMini.Templates::4.0.0
                    
This package contains a .NET Template Package you can call from the shell/command line.

PlayPlayMini Templates

This is a collection of templates for PlayPlayMini.

The available templates are:

  1. playplaymini.skeleton
    • A basic PlayPlayMini project, with no other dependencies.
    • Creates a template Startup and Playing game state to help you get started.
  2. playplaymini.serilog
    • Based on playplaymini.skeleton, and adds Serilog to log exceptions, and other information.
  3. playplaymini.steam
    • Based on playplaymini.skeleton, and adds Steamworks.NET, Serilog, and a Powershell build script.
    • Does NOT come bundled with steam_api64.dll - you must download this file from Valve.

🧚 Hey, listen! You can support my development of open-source software on Patreon

Install Instructions

dotnet new install BenMakesGames.PlayPlayMini.Templates

Usage Instructions

To create a new PlayPlayMini project, run the following command from the directory where you keep all your projects:

dotnet new TEMPLATENAME -n GAMENAME

  1. Replace TEMPLATENAME with one of the templates listed above (ex: playplaymini.skeleton).
  2. Replace GAMENAME with the name of your game.
  3. A new directory will be created in the current directory called GAMENAME.

For example:

dotnet new playplaymini.skeleton -n TetrisClone

A new directory called TetrisClone will have been created in the current directory.

  • net10.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
5.0.0 50 4/28/2026
4.1.0 212 1/9/2026
4.0.0 464 11/13/2025
3.0.0 505 8/24/2025
2.5.0 464 6/2/2025
2.4.1 447 2/22/2025
2.4.0 437 2/22/2025
2.3.0 466 9/1/2024
2.2.0 618 5/27/2024
2.1.0 994 3/2/2024
2.0.1 2,995 11/25/2023
2.0.0 472 11/25/2023
1.10.0 1,308 10/25/2023
1.9.0 676 10/21/2023
1.8.0 626 9/18/2023
1.7.0 502 9/17/2023
1.6.0 665 6/30/2023
1.5.0 484 6/27/2023
1.4.2 948 1/7/2023
1.4.1 787 11/22/2022
Loading failed