Skip to content

BenMakesGames/PlayPlayMiniTemplates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me a Coffee at ko-fi.com

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.

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.

About

.NET templates for PlayPlayMini to help you get started making your game!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages