BenMakesGames.PlayPlayMini.Templates
2.3.0
Prefix Reserved
dotnet new install BenMakesGames.PlayPlayMini.Templates::2.3.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
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 |
---|---|---|
2.3.0 | 105 | 9/1/2024 |
2.2.0 | 269 | 5/27/2024 |
2.1.0 | 649 | 3/2/2024 |
2.0.1 | 2,722 | 11/25/2023 |
2.0.0 | 184 | 11/25/2023 |
1.10.0 | 1,019 | 10/25/2023 |
1.9.0 | 388 | 10/21/2023 |
1.8.0 | 332 | 9/18/2023 |
1.7.0 | 210 | 9/17/2023 |
1.6.0 | 352 | 6/30/2023 |
1.5.0 | 175 | 6/27/2023 |
1.4.2 | 612 | 1/7/2023 |
1.4.1 | 428 | 11/22/2022 |
1.4.0 | 389 | 11/16/2022 |
1.3.0 | 547 | 9/24/2022 |
1.2.2 | 523 | 9/17/2022 |
1.2.1 | 498 | 9/14/2022 |
1.2.0 | 492 | 9/14/2022 |
1.1.0 | 640 | 5/12/2022 |
1.0.0 | 515 | 4/5/2022 |