BenMakesGames.PlayPlayMini.Templates
2.4.1
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install BenMakesGames.PlayPlayMini.Templates::2.4.1
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
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.
-
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 |
---|---|---|
3.0.0 | 208 | 8/24/2025 |
2.5.0 | 181 | 6/2/2025 |
2.4.1 | 162 | 2/22/2025 |
2.4.0 | 150 | 2/22/2025 |
2.3.0 | 174 | 9/1/2024 |
2.2.0 | 333 | 5/27/2024 |
2.1.0 | 710 | 3/2/2024 |
2.0.1 | 2,759 | 11/25/2023 |
2.0.0 | 225 | 11/25/2023 |
1.10.0 | 1,065 | 10/25/2023 |
1.9.0 | 432 | 10/21/2023 |
1.8.0 | 383 | 9/18/2023 |
1.7.0 | 256 | 9/17/2023 |
1.6.0 | 411 | 6/30/2023 |
1.5.0 | 235 | 6/27/2023 |
1.4.2 | 681 | 1/7/2023 |
1.4.1 | 501 | 11/22/2022 |
1.4.0 | 464 | 11/16/2022 |
1.3.0 | 624 | 9/24/2022 |
1.2.2 | 596 | 9/17/2022 |
1.2.1 | 576 | 9/14/2022 |
1.2.0 | 568 | 9/14/2022 |
1.1.0 | 721 | 5/12/2022 |
1.0.0 | 604 | 4/5/2022 |