BenMakesGames.PlayPlayMini.Templates
3.0.0
Prefix Reserved
dotnet new install BenMakesGames.PlayPlayMini.Templates::3.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:
playplaymini.skeleton
- A basic PlayPlayMini project, with no other dependencies.
- Creates a template
Startup
andPlaying
game state to help you get started.
playplaymini.serilog
- Based on
playplaymini.skeleton
, and adds Serilog to log exceptions, and other information.
- Based on
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.
- Based on
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
- Replace
TEMPLATENAME
with one of the templates listed above (ex:playplaymini.skeleton
). - Replace
GAMENAME
with the name of your game. - 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.
-
net9.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 |
---|---|---|
3.0.0 | 228 | 8/24/2025 |
2.5.0 | 197 | 6/2/2025 |
2.4.1 | 177 | 2/22/2025 |
2.4.0 | 165 | 2/22/2025 |
2.3.0 | 191 | 9/1/2024 |
2.2.0 | 349 | 5/27/2024 |
2.1.0 | 725 | 3/2/2024 |
2.0.1 | 2,770 | 11/25/2023 |
2.0.0 | 236 | 11/25/2023 |
1.10.0 | 1,076 | 10/25/2023 |
1.9.0 | 443 | 10/21/2023 |
1.8.0 | 395 | 9/18/2023 |
1.7.0 | 267 | 9/17/2023 |
1.6.0 | 427 | 6/30/2023 |
1.5.0 | 251 | 6/27/2023 |
1.4.2 | 700 | 1/7/2023 |
1.4.1 | 519 | 11/22/2022 |
1.4.0 | 482 | 11/16/2022 |
1.3.0 | 643 | 9/24/2022 |
1.2.2 | 615 | 9/17/2022 |
1.2.1 | 596 | 9/14/2022 |
1.2.0 | 588 | 9/14/2022 |
1.1.0 | 741 | 5/12/2022 |
1.0.0 | 624 | 4/5/2022 |